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
bde4971f
Commit
bde4971f
authored
Feb 27, 2018
by
Chuck Atkins
Browse files
Move Intel linker flags to common-superbuild
parent
0840293f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
bde4971f
...
...
@@ -312,8 +312,4 @@ 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
)
superbuild
@
2bd2cf30
Compare
8a4f5bf6
...
2bd2cf30
Subproject commit
8a4f5bf6c760503dda588e34a81f4d8dcbb89ff
6
Subproject commit
2bd2cf30bef4a9992dd2e03eab5e2ea737a9f83
6
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