mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 19:25:53 +02:00
cmake improvements: test and samples are from now disabled by default, you can enable this option with cmdline option to cmake: '-DENABLE_TESTS=1'
minimum required CMAKE version is 2.6 from now
This commit is contained in:
@@ -34,4 +34,6 @@ install(
|
||||
DESTINATION lib
|
||||
)
|
||||
|
||||
add_subdirectory( testsuite )
|
||||
if (ENABLE_TESTS)
|
||||
add_subdirectory(testsuite)
|
||||
endif ()
|
||||
|
Reference in New Issue
Block a user