summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorWilliam R. Dieter <william.r.dieter@intel.com>2021-01-26 01:26:13 (GMT)
committerBrad King <brad.king@kitware.com>2021-01-28 14:07:02 (GMT)
commitccdf7c000529782029a9956021a147e214521864 (patch)
treec31b01b7d5584e462909203fea2fc62a782f18d3 /Tests
parentddaf412dd035dbc85d33634d2cfb0b3a8bcdf804 (diff)
downloadCMake-ccdf7c000529782029a9956021a147e214521864.zip
CMake-ccdf7c000529782029a9956021a147e214521864.tar.gz
CMake-ccdf7c000529782029a9956021a147e214521864.tar.bz2
Tests: Skip VSGNUFortran test for ifx.
DLLEXPORT is not implemented in ifx yet, and required by this test.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index c24bb9f..a633bd2 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -429,6 +429,10 @@ if(BUILD_TESTING)
set(CMAKE_SKIP_VSGNUFortran TRUE)
endif()
endif()
+ if(CMAKE_Fortran_COMPILER_ID STREQUAL IntelLLVM)
+ message(STATUS "Skip VSGNUFortran for ifx until DLLEXPORT support is implemented")
+ set(CMAKE_SKIP_VSGNUFortran TRUE)
+ endif()
if((CMAKE_C_COMPILER MATCHES lsb)
AND (CMAKE_Fortran_COMPILER MATCHES ifort))
message(STATUS "Skip VSGNUFortran for ifort and lsb compilers")