Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Main Repositories
otb
Commits
fb5d916e
Commit
fb5d916e
authored
Jul 05, 2016
by
Julien Michel
Browse files
Merge branch 'dev-sar-s1' of
https://git.orfeo-toolbox.org/git/otb
into dev-sar-s1
parents
a444ac8e
3234512b
Changes
1
Hide whitespace changes
Inline
Side-by-side
SuperBuild/CMake/External_boost.cmake
View file @
fb5d916e
...
...
@@ -5,23 +5,13 @@
# http://hg.orfeo-toolbox.org/OTB/r# ev/8da67e36c78d
INCLUDE_ONCE_MACRO
(
BOOST
)
# Required
find_package
(
Boost
1.35.0
)
# Optional components
find_package
(
Boost
1.35.0
COMPONENTS unit_test_framework date_time
)
SETUP_SUPERBUILD
(
BOOST
)
SETUP_SUPERBUILD
(
BOOST
)
option
(
SUPERBUILD_BOOST_HEADER_ONLY
"Only use Boost headers"
ON
)
mark_as_advanced
(
SUPERBUILD_BOOST_HEADER_ONLY
)
option
(
SUPERBUILD_BOOST_HEADER_ONLY
"Only use Boost headers"
ON
)
mark_as_advanced
(
SUPERBUILD_BOOST_HEADER_ONLY
)
if
(
UNIX
)
if
(
UNIX
)
if
(
SUPERBUILD_BOOST_HEADER_ONLY
)
ExternalProject_Add
(
BOOST
PREFIX BOOST
...
...
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