Skip to content

Commit

Permalink
Update minimum cmake version for regression tests
Browse files Browse the repository at this point in the history
CMake v 3.27 gives warnings about dropping support for older CMake input files.  Updating the reg_tests/CMakeLists.txt to mimimum 3.15 to match the main repository cmake_minimum_required version
  • Loading branch information
andrew-platt committed Oct 4, 2023
1 parent 1e3a24a commit 37264b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reg_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# -- OpenFAST Testing
# -----------------------------------------------------------

cmake_minimum_required(VERSION 2.8.12)
cmake_minimum_required(VERSION 3.15)
project(OpenFAST_RegressionTest Fortran)

include(CTest)
Expand Down

0 comments on commit 37264b6

Please sign in to comment.