forked from premiere/premiere-libtorrent
Don't build tests and examples in CMake by default.
This commit is contained in:
parent
93e204223d
commit
780f5d7320
|
@ -101,8 +101,8 @@ option(deprecated-functions "enable deprecated functions for backwards compatibi
|
|||
option(exceptions "build with exception support" ON)
|
||||
option(logging "build with logging" OFF)
|
||||
option(verbose-logging "build with verbose logging" OFF)
|
||||
option(build_tests "build tests" ON)
|
||||
option(build_examples "build examples" ON)
|
||||
option(build_tests "build tests" OFF)
|
||||
option(build_examples "build examples" OFF)
|
||||
|
||||
set(CMAKE_CONFIGURATION_TYPES Debug Release RelWithDebInfo)
|
||||
|
||||
|
|
Loading…
Reference in New Issue