There was an error while loading. Please reload this page.
1 parent 62d8d06 commit ab4bc85Copy full SHA for ab4bc85
1 file changed
CMakeLists.txt
@@ -6,7 +6,10 @@
6
7
cmake_minimum_required(VERSION 3.7.2)
8
9
-include(settings.cmake)
+if(NOT SEL4TEST_DONT_USE_SEL4_DEFAULT_BUILD_SYSTEM)
10
+ # include the settings from the standard sel4 build system
11
+ include(settings.cmake)
12
+endif()
13
14
project(sel4test C CXX ASM)
15
0 commit comments