File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323# # # # sol2
2424# # # Required minimum version statement
25- cmake_minimum_required (VERSION 3.26.0 )
25+ cmake_minimum_required (VERSION 3.22 )
2626# # # Project Include - file that is included after project declaration is finished
2727set (CMAKE_PROJECT_INCLUDE "${CMAKE_CURRENT_SOURCE_DIR} /cmake/Includes/Project.cmake" )
2828
Original file line number Diff line number Diff line change 2222
2323# # # # sol2, documentation generation
2424# # # Required minimum version statement
25- cmake_minimum_required (VERSION 3.26.0 )
25+ cmake_minimum_required (VERSION 3.22 )
2626
2727find_package (Doxygen REQUIRED)
2828find_package (Python3 REQUIRED)
Original file line number Diff line number Diff line change 2222
2323# # # # sol3, single
2424# # # Required minimum version statement
25- cmake_minimum_required (VERSION 3.26.0 )
25+ cmake_minimum_required (VERSION 3.22 )
2626
2727find_package (Python3 REQUIRED)
2828
You can’t perform that action at this time.
0 commit comments