Don't build tests and examples in CMake by default.

This commit is contained in:
Georg Rudoy 2009-07-07 21:55:50 +00:00
parent 93e204223d
commit 780f5d7320
1 changed files with 2 additions and 2 deletions

View File

@ -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)