diff options
author | Chuck Atkins <chuck.atkins@kitware.com> | 2020-12-22 20:07:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-03-31 13:14:38 (GMT) |
commit | a55feff69c7967d56e0935d841cf1ea2c980a43a (patch) | |
tree | 4282b5a57c3a20aadc19e0d6a649b53c51ac6f65 /Tests/CheckFortran.cmake | |
parent | 3c867cff4a98bb198211e3d9f8494fbb478a29e4 (diff) | |
download | CMake-a55feff69c7967d56e0935d841cf1ea2c980a43a.zip CMake-a55feff69c7967d56e0935d841cf1ea2c980a43a.tar.gz CMake-a55feff69c7967d56e0935d841cf1ea2c980a43a.tar.bz2 |
Tests: Update for the Fujitsu compiler
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 33e1bfb..36293f5 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.4) + "cmake_minimum_required(VERSION 2.8.12) project(CheckFortran Fortran) file(WRITE \"\${CMAKE_CURRENT_BINARY_DIR}/result.cmake\" \"set(CMAKE_Fortran_COMPILER \\\"\${CMAKE_Fortran_COMPILER}\\\")\\n\" |