Skip to content

Commit

Permalink
bump required cmake to 3.5 to remove depreciation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 25, 2024
1 parent 4620219 commit a22eebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# this software. The contributing author, Izaak Beekman, retains all
# rights permitted by the terms of the JSON-Fortran license.

cmake_minimum_required ( VERSION 3.0 FATAL_ERROR )
cmake_minimum_required ( VERSION 3.5 FATAL_ERROR )

# Use MSVS folders to organize projects on windows
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
Expand Down

0 comments on commit a22eebc

Please sign in to comment.