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 f544b6a commit 049804dCopy full SHA for 049804d
CMakeLists.txt
@@ -13,6 +13,8 @@ include(CMakePackageConfigHelpers)
13
include(AddCustomTargetSubproject)
14
15
# Configure options
16
+redefaultable_option(BTAS_BUILD_DEPS_FROM_SOURCE "Whether to build missing dependencies from source" OFF)
17
+add_feature_info(BUILD_DEPS_FROM_SOURCE BTAS_BUILD_DEPS_FROM_SOURCE "Will build missing dependencies from source")
18
redefaultable_option(BTAS_BUILD_UNITTEST "Whether to build unit tests" OFF)
19
add_feature_info(BUILD_UNITTEST BTAS_BUILD_UNITTEST "Will build unit tests")
20
redefaultable_option(BTAS_ASSERT_THROWS "Whether BTAS_ASSERT should throw; enable if BTAS_BUILD_UNITTEST=ON" OFF)
0 commit comments