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
61c724ce
Commit
61c724ce
authored
Nov 02, 2017
by
Dan Lipsa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable boost autolinking.
Disable linking from boost headers.
parent
210e4d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
projects/las.cmake
projects/las.cmake
+4
-0
No files found.
projects/las.cmake
View file @
61c724ce
...
...
@@ -16,6 +16,10 @@ superbuild_apply_patch(las respect-with-geotiff
superbuild_apply_patch
(
las enable-outside-boost-options
"Enable outside boost options"
)
if
(
WIN32
)
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