File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ project ( jsonfortran NONE )
3434# Set version (semantic versioning)
3535# C.F. semver.org
3636#----------------------------------
37- set ( VERSION_MAJOR 2 )
37+ set ( VERSION_MAJOR 3 )
3838set ( VERSION_MINOR 0 )
3939set ( VERSION_PATCH 0 )
4040set ( VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ cmake_minimum_required ( VERSION 2.8 FATAL_ERROR )
4646enable_language ( Fortran )
4747project ( jf_test NONE )
4848
49- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 2 .0.0 REQUIRED )
49+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 3 .0.0 REQUIRED )
5050
5151add_executable ( json_example src/json_example.f90 )
5252target_include_directories ( json_example BEFORE PUBLIC ${jsonfortran_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments