We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b8578d commit 44a7099Copy full SHA for 44a7099
cmake/options.cmake
@@ -259,6 +259,9 @@ option(ENABLE_SANITIZER_UNDEFINED_BEHAVIOR "Enable undefined behavior sanitizer"
259
####
260
option(ENABLE_SANITIZER_THREAD "Enable thread sanitizer" OFF)
261
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)
265
include(CTest)
266
267
0 commit comments