Skip to content

Commit

Permalink
CMake: allow skipping include of settings.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
axel-h committed Dec 1, 2021
1 parent b572953 commit 18737be
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@

cmake_minimum_required(VERSION 3.7.2)

include(settings.cmake)
if(NOT SEL4TEST_DONT_USE_SEL4_DEFAULT_BUILD_SYSTEM)
# include the settings from the standard sel4 build system
include(settings.cmake)
endif()

project(sel4test C CXX ASM)

Expand Down

0 comments on commit 18737be

Please sign in to comment.