Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hönig
waLBerla
Commits
d41cbde2
Commit
d41cbde2
authored
Sep 23, 2021
by
Dominik Thoennes
Browse files
fix compiler detection
parent
a8ac5f3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
d41cbde2
...
...
@@ -251,7 +251,7 @@ endif()
mark_as_advanced
(
WALBERLA_CXX_COMPILER_IS_MPI_WRAPPER
)
# Check for intel llvm compiler
if
(
CMAKE_CXX_COMPILER MATCHES
"icx"
OR CMAKE_CXX_COMPILER_ARG1 MATCHES
"icx"
)
if
(
CMAKE_CXX_COMPILER MATCHES
"ic
p
x"
OR CMAKE_CXX_COMPILER_ARG1 MATCHES
"ic
p
x"
)
option
(
WALBERLA_CXX_COMPILER_IS_INTELLLVM
"Use Intel LLVM compiler"
ON
)
else
()
option
(
WALBERLA_CXX_COMPILER_IS_INTELLLVM
"Use Intel LLVM compiler"
OFF
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment