Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_SETTINGS_CMAKE)
Comment thread
axel-h marked this conversation as resolved.
# use settings from the standard sel4test build
include(settings.cmake)
Comment thread
axel-h marked this conversation as resolved.
endif()

project(sel4test C CXX ASM)

Expand Down