Skip to content

Commit

Permalink
Fix Issue #124: add minimal support for the LLVM-based Intel compilers
Browse files Browse the repository at this point in the history
  • Loading branch information
thelfer committed Dec 4, 2023
1 parent 55b7894 commit 6e04e07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/compiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ endif(NOT USE_EXTERNAL_COMPILER_FLAGS)
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
include(cmake/modules/gcc.cmake)
elseif(((CMAKE_CXX_COMPILER_ID STREQUAL "Clang") OR
(CMAKE_CXX_COMPILER_ID STREQUAL "IntelLLVM") OR
(CMAKE_CXX_COMPILER_ID STREQUAL "AppleClang")) AND
(NOT PATHSCALE_COMPILER))
include(cmake/modules/clang.cmake)
Expand Down

0 comments on commit 6e04e07

Please sign in to comment.