mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Tests: Skip VSGNUFortran test for ifx.
DLLEXPORT is not implemented in ifx yet, and required by this test.
This commit is contained in:
committed by
Brad King
parent
ddaf412dd0
commit
ccdf7c0005
@@ -429,6 +429,10 @@ if(BUILD_TESTING)
|
|||||||
set(CMAKE_SKIP_VSGNUFortran TRUE)
|
set(CMAKE_SKIP_VSGNUFortran TRUE)
|
||||||
endif()
|
endif()
|
||||||
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)
|
if((CMAKE_C_COMPILER MATCHES lsb)
|
||||||
AND (CMAKE_Fortran_COMPILER MATCHES ifort))
|
AND (CMAKE_Fortran_COMPILER MATCHES ifort))
|
||||||
message(STATUS "Skip VSGNUFortran for ifort and lsb compilers")
|
message(STATUS "Skip VSGNUFortran for ifort and lsb compilers")
|
||||||
|
|||||||
Reference in New Issue
Block a user