aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
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 /CMakeLists.txt
parenta8833301011140e303a399c50b78f1c5711f46bb (diff)
downloadlibssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.tar.gz
libssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.tar.xz
libssh-4fe1656cf89c10b2f69aedc104a19f61a138f826.zip
Moved benchmarks to the tests/ directory
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d57317f5..86e80ee0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -97,9 +97,6 @@ if (WITH_TESTING)
add_subdirectory(tests)
endif (WITH_TESTING)
-if (WITH_BENCHMARKS)
- add_subdirectory(benchmarks)
-endif (WITH_BENCHMARKS)
message(STATUS "********************************************")
message(STATUS "********** ${PROJECT_NAME} build options : **********")