diff options
| author | Charles Karney <ckarney@karney.com> | 2015-10-01 15:46:58 -0400 |
|---|---|---|
| committer | Charles Karney <ckarney@karney.com> | 2015-10-01 15:46:58 -0400 |
| commit | ebeda639aef038bd70e7a2604133ec0d798fd5b4 (patch) | |
| tree | 1e1121af6d02880fffc6ffb4b6d03ba806f2ac27 | |
| parent | 18d4720d28c0f4ed6af0e4a5a90413676e2b5d66 (diff) | |
| parent | 2b6c15d27defbdd0d9d08b5ad6101649e62c57ad (diff) | |
| download | PROJ-ebeda639aef038bd70e7a2604133ec0d798fd5b4.tar.gz PROJ-ebeda639aef038bd70e7a2604133ec0d798fd5b4.zip | |
Merge branch 'master' into dmstor-fix
| -rw-r--r-- | cmake/Proj4Test.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Proj4Test.cmake b/cmake/Proj4Test.cmake index 7a0270c2..a289f0c5 100644 --- a/cmake/Proj4Test.cmake +++ b/cmake/Proj4Test.cmake @@ -15,9 +15,9 @@ function(proj_add_test_script_sh SH_NAME BIN_USE) endif(EXISTS ${GRID_FULLNAME}) endif(ARGV2) - if( CMAKE_MINOR_VERSION LESS 8 OR CMAKE_PATCH_VERSION LESS 4 ) + if( CMAKE_VERSION VERSION_LESS 2.8.4 ) set(TEST_OK 0) - message(STATUS "test with bash script need a cmake version > 2.8.3 ") + message(STATUS "test with bash script need a cmake version >= 2.8.4") endif() if(${TEST_OK}) |
