From 26fa048ffed9657602eda3eb478cf5abe97d37a4 Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 28 Sep 2023 19:22:18 -0400 Subject: Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly test --- Tests/FortranOnly/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ") -- cgit v0.12