Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien Cabieces
otb
Commits
449ea660
Commit
449ea660
authored
5 years ago
by
Antoine Regimbeau
Browse files
Options
Downloads
Patches
Plain Diff
Typo in name of option
parent
909e8a26
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
SuperBuild/CMake/External_boost.cmake
+3
-5
3 additions, 5 deletions
SuperBuild/CMake/External_boost.cmake
with
3 additions
and
5 deletions
SuperBuild/CMake/External_boost.cmake
+
3
−
5
View file @
449ea660
...
@@ -22,8 +22,6 @@ INCLUDE_ONCE_MACRO(BOOST)
...
@@ -22,8 +22,6 @@ INCLUDE_ONCE_MACRO(BOOST)
SETUP_SUPERBUILD
(
BOOST
)
SETUP_SUPERBUILD
(
BOOST
)
if
(
UNIX
)
if
(
UNIX
)
set
(
BOOST_BOOTSTRAP_FILE
"./bootstrap.sh"
)
set
(
BOOST_BOOTSTRAP_FILE
"./bootstrap.sh"
)
set
(
BOOST_B2_EXE
"./b2"
)
set
(
BOOST_B2_EXE
"./b2"
)
...
@@ -48,11 +46,11 @@ set(BOOST_CONFIGURE_COMMAND ${CMAKE_COMMAND}
...
@@ -48,11 +46,11 @@ set(BOOST_CONFIGURE_COMMAND ${CMAKE_COMMAND}
# Libraries we need from boost
# Libraries we need from boost
set
(
boost_libraries_to_build
"system;serialization;filesystem;test;date_time;program_options;thread"
)
set
(
boost_libraries_to_build
"system;serialization;filesystem;test;date_time;program_options;thread"
)
# add libraries to b
ootstrap
option
# add libraries to b
2
option
set
(
BOOST_SB_CONFIG
)
set
(
BOOST_SB_CONFIG
)
foreach
(
lib
${
boost_libraries_to_build
}
)
foreach
(
lib
${
boost_libraries_to_build
}
)
set
(
BOOST_
BOOTSTRAP_OPTIONS
set
(
BOOST_
SB_CONFIG
${
BOOST_
BOOTSTRAP_OPTIONS
}
${
BOOST_
SB_CONFIG
}
--with-
${
lib
}
)
--with-
${
lib
}
)
endforeach
(
lib
)
endforeach
(
lib
)
# I think that this is already handled by boost.
# I think that this is already handled by boost.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment