File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ project ( jsonfortran NONE )
34
34
# Set version (semantic versioning)
35
35
# C.F. semver.org
36
36
#----------------------------------
37
- set ( VERSION_MAJOR 2 )
37
+ set ( VERSION_MAJOR 3 )
38
38
set ( VERSION_MINOR 0 )
39
39
set ( VERSION_PATCH 0 )
40
40
set ( 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 )
46
46
enable_language ( Fortran )
47
47
project ( jf_test NONE )
48
48
49
- find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 2 .0.0 REQUIRED )
49
+ find_package ( jsonfortran-${CMAKE_Fortran_COMPILER_ID} 3 .0.0 REQUIRED )
50
50
51
51
add_executable ( json_example src/json_example.f90 )
52
52
target_include_directories ( json_example BEFORE PUBLIC ${jsonfortran_INCLUDE_DIRS} )
You can’t perform that action at this time.
0 commit comments