Skip to content

Commit 44a7099

Browse files
authored
Fixing build issues
1 parent 9b8578d commit 44a7099

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/options.cmake

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,9 @@ option(ENABLE_SANITIZER_UNDEFINED_BEHAVIOR "Enable undefined behavior sanitizer"
259259
####
260260
option(ENABLE_SANITIZER_THREAD "Enable thread sanitizer" OFF)
261261

262+
# CTest inclusion will default BUILD_TESTING to ON but F Prime uses a default of OFF instead
263+
# Must come before include(CTest)
264+
option(BUILD_TESTING "Enable unit testing in the build" OFF)
262265
include(CTest)
263266

264267
####

0 commit comments

Comments
 (0)