diff options
author | Brad King <brad.king@kitware.com> | 2023-09-28 23:22:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-10-02 22:52:01 (GMT) |
commit | 26fa048ffed9657602eda3eb478cf5abe97d37a4 (patch) | |
tree | 3bd84e84f5a4559795cf097e4bfabb7b900ec6da | |
parent | 9d060b8682888e4159ccbd03194c821c5d4233f0 (diff) | |
download | CMake-26fa048ffed9657602eda3eb478cf5abe97d37a4.zip CMake-26fa048ffed9657602eda3eb478cf5abe97d37a4.tar.gz CMake-26fa048ffed9657602eda3eb478cf5abe97d37a4.tar.bz2 |
Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly test
-rw-r--r-- | Tests/FortranOnly/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FortranOnly/CMakeLists.txt b/Tests/FortranOnly/CMakeLists.txt index 02bf2b8..73312a0 100644 --- a/Tests/FortranOnly/CMakeLists.txt +++ b/Tests/FortranOnly/CMakeLists.txt @@ -1,4 +1,4 @@ -cmake_minimum_required(VERSION 3.5) +cmake_minimum_required(VERSION 3.5...3.25) # Enable CMP0091 and CMP0141. project(FortranOnly Fortran) message("CTEST_FULL_OUTPUT ") |