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
Copy file name to clipboardExpand all lines: CMakeLists.txt
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ include(QuickCppLibUtils)
28
28
include(QuickCppLibPolicies)
29
29
30
30
option(LLFIO_USE_EXPERIMENTAL_SG14_STATUS_CODE"Whether to use SG14 status_code for failure handling"OFF)
31
+
option(LLFIO_DISABLE_LIBDISPATCH"Whether to disable automatic discovery of libdispatch/Grand Unified Dispatch"OFF)
31
32
option(LLFIO_ENABLE_DEPENDENCY_SMOKE_TEST"Whether to build executables which are smoke tests that LLFIO is fully working. Used by various package managers such as vcpkg."OFF)
32
33
option(LLFIO_ASSUME_CROSS_COMPILING"Whether to assume we are cross compiling. Normally automatically detected, but if automatic detection doesn't work, a working <filesystem> will not be found during cmake configure."OFF)
33
34
option(UNIT_TESTS_BUILD_ALL"Whether to run all of the unit test suite."OFF)
indented_message(FATAL_ERROR"FATAL: Grand Central Dispatch as libdispatch was not found on this FreeBSD or Mac OS system. libdispatch is required for LLFIO to build on those systems.")
0 commit comments