Skip to content

Commit 049804d

Browse files
committed
added option BTAS_BUILD_DEPS_FROM_SOURCE to build missing deps from source
1 parent f544b6a commit 049804d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ include(CMakePackageConfigHelpers)
1313
include(AddCustomTargetSubproject)
1414

1515
# 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")
1618
redefaultable_option(BTAS_BUILD_UNITTEST "Whether to build unit tests" OFF)
1719
add_feature_info(BUILD_UNITTEST BTAS_BUILD_UNITTEST "Will build unit tests")
1820
redefaultable_option(BTAS_ASSERT_THROWS "Whether BTAS_ASSERT should throw; enable if BTAS_BUILD_UNITTEST=ON" OFF)

0 commit comments

Comments
 (0)