Skip to content

Commit

Permalink
cmake - setting min version from 3.0 to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-dixon committed Apr 9, 2024
1 parent 7d1f704 commit d1d8792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/cmake/createCMakeLists.py
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ def writeCMakeListsTop(dir):
fo.write('#\n')
fo.write("###############################################################\n")
fo.write('\n')
fo.write('cmake_minimum_required(VERSION 3.0)\n')
fo.write('cmake_minimum_required(VERSION 3.7)\n')
fo.write('\n')
fo.write('project (lrose-core)\n')
fo.write('\n')
Expand Down
2 changes: 1 addition & 1 deletion codebase/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#
###############################################################

cmake_minimum_required(VERSION 3.0)
cmake_minimum_required(VERSION 3.7)

project (lrose-core)

Expand Down

0 comments on commit d1d8792

Please sign in to comment.