summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-02-25 13:12:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-02-25 13:13:44 (GMT)
commit40768761b65e7644674f894a9dfff05c06515d72 (patch)
tree52df1ae2dc329bed144dc91e6c3890d2adb2112a /Tests
parenta6cb73b97f60b6cc09b9ccf80a65662ce41a5627 (diff)
parent214fcefa5233fb9c5906921f72d067626a51a349 (diff)
downloadCMake-40768761b65e7644674f894a9dfff05c06515d72.zip
CMake-40768761b65e7644674f894a9dfff05c06515d72.tar.gz
CMake-40768761b65e7644674f894a9dfff05c06515d72.tar.bz2
Merge topic 'drop-MIPSpro'
214fcefa52 Remove now-unused code once used for MIPSpro on IRIX Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3004
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Fortran/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Fortran/CMakeLists.txt b/Tests/Fortran/CMakeLists.txt
index 7023615..929fa4d 100644
--- a/Tests/Fortran/CMakeLists.txt
+++ b/Tests/Fortran/CMakeLists.txt
@@ -46,7 +46,7 @@ function(test_fortran_c_interface_module)
FortranCInterface_VERIFY()
FortranCInterface_VERIFY(CXX)
if(CMAKE_Fortran_COMPILER_SUPPORTS_F90)
- if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|MIPSpro|PathScale|Absoft")
+ if(NOT CMAKE_Fortran_COMPILER_ID MATCHES "SunPro|PathScale|Absoft")
set(module_expected 1)
endif()
if(FortranCInterface_MODULE_FOUND OR module_expected)