Skip to content

Commit

Permalink
readme update for 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed Jun 12, 2024
1 parent e192bcc commit 1550643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ cmake_minimum_required ( VERSION 3.18 FATAL_ERROR )
enable_language ( Fortran )
project ( jf_test NONE )
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 8.5.1 REQUIRED )
find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 9.0.0 REQUIRED )
file ( GLOB JF_TEST_SRCS "src/tests/jf_test_*.F90" )
foreach ( UNIT_TEST ${JF_TEST_SRCS} )
Expand Down

0 comments on commit 1550643

Please sign in to comment.