Skip to content

Commit 4882865

Browse files
committed
this might work
1 parent 356606d commit 4882865

File tree

28 files changed

+1496
-43127
lines changed

28 files changed

+1496
-43127
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,5 @@ build_error.txt
8484
/docs/Doxygen
8585

8686
# coverage results
87-
/coverage
87+
/coverage
88+
/external

.gitmodules

Lines changed: 0 additions & 33 deletions
This file was deleted.

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# ======================================== CMAKE SETUP ========================================
2-
cmake_minimum_required(VERSION 3.28)
2+
cmake_minimum_required(VERSION 3.10)
33
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/dependencies.cmake)
44
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake/apple.cmake)
55

66
if(APPLE)
77
PreProjectAppleSetup()
88
endif()
99

10+
set(CMAKE_POLICY_VERSION_MINIMUM 3.10)
1011

1112
# generate compile commands json
1213
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

0 commit comments

Comments
 (0)