Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Sudhanshu Sane
VTK-m
Commits
e95734ef
Commit
e95734ef
authored
Jul 10, 2018
by
Allison Vacanti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix compilation on ICC. Option/definition mismatch.
parent
376b3042
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMake/VTKmCompilerFlags.cmake
CMake/VTKmCompilerFlags.cmake
+1
-1
No files found.
CMake/VTKmCompilerFlags.cmake
View file @
e95734ef
...
...
@@ -121,7 +121,7 @@ elseif(VTKM_COMPILER_IS_ICC)
# Likewise to suppress failures about being unable to apply vectorization
# to loops, the #pragma warning(disable seems to not work so we add a
# a compile define.
target_compile_
defini
tions
(
vtkm_developer_
flag
s INTERFACE $<$<COMPILE_LANGUAGE:CXX>:-wd1478 -wd13379>
)
target_compile_
op
tions
(
vtkm_developer_
option
s INTERFACE $<$<COMPILE_LANGUAGE:CXX>:-wd1478 -wd13379>
)
elseif
(
VTKM_COMPILER_IS_GNU OR VTKM_COMPILER_IS_CLANG
)
set
(
cxx_flags -Wall -Wno-long-long -Wcast-align -Wconversion -Wchar-subscripts -Wextra -Wpointer-arith -Wformat -Wformat-security -Wshadow -Wunused-parameter -fno-common
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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