Skip to content

Commit 91a15ad

Browse files
committed
Update README.md
1 parent fe0fbb5 commit 91a15ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cmake_minimum_required ( VERSION 2.8 FATAL_ERROR )
4646
enable_language ( Fortran )
4747
project ( jf_test NONE )
4848
49-
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 1.0.0 REQUIRED )
49+
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 2.0.0 REQUIRED )
5050
5151
add_executable ( json_example src/json_example.f90 )
5252
target_include_directories ( json_example BEFORE PUBLIC ${jsonfortran_INCLUDE_DIRS} )

0 commit comments

Comments
 (0)