aboutsummaryrefslogtreecommitdiff
path: root/DefineOptions.cmake
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2010-12-28 13:17:27 +0100
committerAris Adamantiadis <aris@0xbadc0de.be>2010-12-28 13:17:27 +0100
commit4fe1656cf89c10b2f69aedc104a19f61a138f826 (patch)
treef4438cffe9ccb92e2a3130e41be582d7f9f642aa /DefineOptions.cmake
parenta8833301011140e303a399c50b78f1c5711f46bb (diff)
downloadlibssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.tar.gz
libssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.tar.xz
libssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.zip
Moved benchmarks to the tests/ directory
Diffstat (limited to 'DefineOptions.cmake')
-rw-r--r--DefineOptions.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/DefineOptions.cmake b/DefineOptions.cmake
index 17abbd15..d82588cb 100644
--- a/DefineOptions.cmake
+++ b/DefineOptions.cmake
@@ -14,3 +14,6 @@ option(WITH_BENCHMARKS "Build benchmarks tools" OFF)
if (WITH_TESTING)
set(WITH_STATIC_LIB ON)
endif (WITH_TESTING)
+if(WITH_BENCHMARKS)
+ set(WITH_TESTING ON)
+endif(WITH_BENCHMARKS) \ No newline at end of file