Skip to content

Commit 6c03706

Browse files
committed
updated cmake for compatibility with older versions < 3.7
Fixes #442
1 parent f3c34cc commit 6c03706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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)