diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2020-02-04 07:25:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-04 07:25:22 +0100 |
| commit | 712b873dc8c473b292fc1cdd914db8144ff8675f (patch) | |
| tree | 64023e88787f2918b13cbf4d4205cdc0126e636b /cmake/ProjTest.cmake | |
| parent | 6aadc40eacfc9fb7e10f81d3fb640be532830e5b (diff) | |
| parent | 19b680c4612e531734a4fedfea0452ab11c7a0ae (diff) | |
| download | PROJ-712b873dc8c473b292fc1cdd914db8144ff8675f.tar.gz PROJ-712b873dc8c473b292fc1cdd914db8144ff8675f.zip | |
Merge pull request #1907 from mwtoews/cmake
Increase CMake minimum version from 3.5 to 3.9
Diffstat (limited to 'cmake/ProjTest.cmake')
| -rw-r--r-- | cmake/ProjTest.cmake | 5 |
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 |
