We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0fbb5 commit 91a15adCopy full SHA for 91a15ad
README.md
@@ -46,7 +46,7 @@ cmake_minimum_required ( VERSION 2.8 FATAL_ERROR )
46
enable_language ( Fortran )
47
project ( jf_test NONE )
48
49
-find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 1.0.0 REQUIRED )
+find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 2.0.0 REQUIRED )
50
51
add_executable ( json_example src/json_example.f90 )
52
target_include_directories ( json_example BEFORE PUBLIC ${jsonfortran_INCLUDE_DIRS} )
0 commit comments