Skip to content

Commit fe60941

Browse files
committed
chore: update dependencies
1 parent 6e8bbae commit fe60941

File tree

12 files changed

+481
-406
lines changed

12 files changed

+481
-406
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
build*/
2-
CMakeLists.txt.user
2+
.automaton/
3+
.cache/
34
.idea/
45
cmake-build-*/
6+
CMakeLists.txt.user
7+
compile_commands.json

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.12)
1+
cmake_minimum_required(VERSION 3.25)
22

33
project(REDasm)
44

@@ -20,7 +20,7 @@ if(NOT Qt6_FOUND)
2020
find_package(Qt5LinguistTools)
2121
endif()
2222

23-
include(LibREDasm/cmake/CPM.cmake)
23+
include(LibREDasm/cmake/get_cpm.cmake)
2424

2525
if(GIT_FOUND)
2626
execute_process(COMMAND ${GIT_EXECUTABLE} rev-parse --short HEAD

0 commit comments

Comments
 (0)