Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ParaView
ParaView-Superbuild
Commits
c0339cc4
Commit
c0339cc4
authored
Nov 06, 2017
by
Dan Lipsa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable boost autolinking.
parent
c4575377
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
projects/paraview.cmake
projects/paraview.cmake
+5
-0
No files found.
projects/paraview.cmake
View file @
c0339cc4
...
...
@@ -216,6 +216,11 @@ if (paraview_SOURCE_SELECTION STREQUAL "5.3.0")
"Fix various issues with the VTKConfig.cmake (Part 1)"
)
endif
()
if
(
WIN32 AND las_enabled
)
superbuild_append_flags
(
cxx_flags
"-DBOOST_ALL_NO_LIB"
PROJECT_ONLY
)
endif
()
if
(
APPLE
)
superbuild_append_flags
(
cxx_flags
"-stdlib=libc++"
PROJECT_ONLY
)
superbuild_append_flags
(
ld_flags
"-stdlib=libc++"
PROJECT_ONLY
)
...
...
Dan Lipsa
@danlipsa
mentioned in commit
e0c0d24f
·
Nov 07, 2017
mentioned in commit
e0c0d24f
mentioned in commit e0c0d24f043759c067bd982d053a3e6695f73b52
Toggle commit list
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