We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e192bcc commit 1550643Copy full SHA for 1550643
README.md
@@ -142,7 +142,7 @@ cmake_minimum_required ( VERSION 3.18 FATAL_ERROR )
142
enable_language ( Fortran )
143
project ( jf_test NONE )
144
145
-find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.5.1 REQUIRED )
+find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 9.0.0 REQUIRED )
146
147
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
148
foreach ( UNIT_TEST ${JF_TEST_SRCS} )
0 commit comments