From 589e6fdcd1fbbec2a55633536b13a21be1f1d729 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 10 Feb 2023 09:50:14 -0500 Subject: Tests: Update cmake_minimum_required versions in a few tests --- Tests/CheckFortran.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Tests/CheckFortran.cmake') diff --git a/Tests/CheckFortran.cmake b/Tests/CheckFortran.cmake index 1e943a1d1c..850406bb0f 100644 --- a/Tests/CheckFortran.cmake +++ b/Tests/CheckFortran.cmake @@ -7,7 +7,7 @@ if(NOT DEFINED CMAKE_Fortran_COMPILER) message(STATUS ${_desc}) file(REMOVE_RECURSE ${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/CheckFortran) file(WRITE "${CMAKE_CURRENT_BINARY_DIR}/CMakeFiles/CheckFortran/CMakeLists.txt" - "cmake_minimum_required(VERSION 2.8.12) + "cmake_minimum_required(VERSION 3.5) project(CheckFortran Fortran) file(WRITE \"\${CMAKE_CURRENT_BINARY_DIR}/result.cmake\" \"set(CMAKE_Fortran_COMPILER \\\"\${CMAKE_Fortran_COMPILER}\\\")\\n\" -- cgit v1.2.1