add WITH_BOOTSTRAP option for toggling building lokinet-bootstrap

pull/1748/head
Jeff Becker 3 years ago committed by Jeff
parent 13c3786067
commit 9d069983b4

@ -61,6 +61,7 @@ option(WITH_TESTS "build unit tests" OFF)
option(WITH_HIVE "build simulation stubs" OFF)
option(BUILD_PACKAGE "builds extra components for making an installer (with 'make package')" OFF)
option(BUILD_DAEMON "build lokinet daemon and associated utils" ON)
option(WITH_BOOTSTRAP "build lokinet-bootstrap tool" ON)
include(cmake/enable_lto.cmake)

Loading…
Cancel
Save