aboutsummaryrefslogtreecommitdiff
path: root/cmake/ProjTest.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/ProjTest.cmake')
-rw-r--r--cmake/ProjTest.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/ProjTest.cmake b/cmake/ProjTest.cmake
index 7797ed83..4fcd1c8e 100644
--- a/cmake/ProjTest.cmake
+++ b/cmake/ProjTest.cmake
@@ -20,11 +20,6 @@ function(proj_add_test_script_sh SH_NAME BIN_USE)
endif()
endif()
- if(CMAKE_VERSION VERSION_LESS 2.8.4)
- set(TEST_OK 0)
- message(STATUS "test with bash script need a cmake version >= 2.8.4")
- endif()
-
if(${TEST_OK})
add_test(NAME "${testname}"
WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/data