diff options
author | Brad King <brad.king@kitware.com> | 2023-02-10 14:50:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-10 14:51:35 (GMT) |
commit | 589e6fdcd1fbbec2a55633536b13a21be1f1d729 (patch) | |
tree | a735feb0edd70621c170cdd5e62947d9de2aa27f /Tests/CheckFortran.cmake | |
parent | 3092b14ed0c6f468f1c7499b987232a6528e5a59 (diff) | |
download | CMake-589e6fdcd1fbbec2a55633536b13a21be1f1d729.zip CMake-589e6fdcd1fbbec2a55633536b13a21be1f1d729.tar.gz CMake-589e6fdcd1fbbec2a55633536b13a21be1f1d729.tar.bz2 |
Tests: Update cmake_minimum_required versions in a few tests
Diffstat (limited to 'Tests/CheckFortran.cmake')
-rw-r--r-- | Tests/CheckFortran.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CheckFortran.cmake b/Tests/CheckFortran.cmake index 1e943a1..850406b 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\" |