Skip to content

Commit ec1c7e6

Browse files
Merge pull request #451 from jacobwilliams/442-cmake-mod
updated cmake for compatibility with older versions < 3.7
2 parents f3c34cc + 6c03706 commit ec1c7e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ if ( ENABLE_TESTS )
385385
endif ()
386386

387387
# Check output for differences
388-
if(CMAKE_VERSION VERSION_GREATER_EQUAL 3.14)
388+
if(CMAKE_VERSION VERSION_GREATER 3.13.5)
389389
set( JSON_FORTRAN_COMPARE_FLAG "--ignore-eol")
390390
endif()
391391

0 commit comments

Comments
 (0)