Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
cccb7895
Commit
cccb7895
authored
Feb 15, 2018
by
Chuck Atkins
Browse files
Use shared runtime libs for the intel compiler
parent
fb2680fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
cccb7895
...
...
@@ -294,4 +294,8 @@ if (NOT EXISTS "${CMAKE_CURRENT_LIST_DIR}/superbuild/CMakeLists.txt")
"and `git submodule update`?"
)
endif
()
if
(
BUILD_SHARED_LIBS AND CMAKE_CXX_COMPILER_ID STREQUAL
"Intel"
)
string
(
APPEND superbuild_ld_flags
"-shared-intel"
)
endif
()
add_subdirectory
(
superbuild
)
Write
Preview
Supports
Markdown
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