You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
option(CLANG_TIDY "Enable build for clang-tidy, this disables all source files excluding the core database. This does not produce a working build."FALSE)
431
-
option(BUILD_UNITTESTS "Build the C++ Unit Tests."TRUE)
432
-
option(UNITTEST_ROOT_DIRECTORY "The unittest root directory (defaults to the project source directory)""${PROJECT_SOURCE_DIR}")
431
+
option(BUILD_UNITTESTS "Build the unittest runner."TRUE)
432
+
option(UNITTEST_ROOT_DIRECTORY "The unittest root directory (defaults to the project source directory)"FALSE)
433
+
option(ENABLE_UNITTEST_CPP_TESTS "Build the C++ Unit Tests."TRUE)
433
434
option(EXTENSION_CONFIG_BUILD "Produce extension configuration artifacts instead of building. (such as shared vcpkg.json, extensions.txt)"FALSE)
434
435
option(CUSTOM_LINKER "Use a custom linker program""")
435
436
option(CRASH_ON_ASSERT "Trigger a sigabort on an assert failing, instead of throwing an exception"FALSE)
0 commit comments