From 4fe1656cf89c10b2f69aedc104a19f61a138f826 Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Tue, 28 Dec 2010 13:17:27 +0100 Subject: Moved benchmarks to the tests/ directory --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index d57317f..86e80ee 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 : **********") -- cgit v1.2.3