Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
8f00e3e2
Commit
8f00e3e2
authored
Jul 24, 2019
by
Antoine Regimbeau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove the prefix option as it bugs on windows
parent
28afc278
Pipeline
#2309
failed with stages
in 102 minutes and 51 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
SuperBuild/CMake/External_boost.cmake
SuperBuild/CMake/External_boost.cmake
+0
-3
No files found.
SuperBuild/CMake/External_boost.cmake
View file @
8f00e3e2
...
...
@@ -34,8 +34,6 @@ else()
set
(
BOOST_B2_EXE
"b2.exe"
)
endif
()
set
(
BOOST_BOOTSTRAP_OPTIONS
"
${
BOOST_BOOTSTRAP_OPTIONS
}
--prefix=
${
SB_INSTALL_PREFIX
}
"
)
set
(
BOOST_CONFIGURE_COMMAND
${
CMAKE_COMMAND
}
-E chdir
${
BOOST_SB_SRC
}
${
BOOST_BOOTSTRAP_FILE
}
${
BOOST_BOOTSTRAP_OPTIONS
}
...
...
@@ -45,7 +43,6 @@ set(BOOST_CONFIGURE_COMMAND ${CMAKE_COMMAND}
# must be passed to b2. Why? Windows... That is why...
# Libraries we need from boost
set
(
boost_libraries_to_build
"system;serialization;filesystem;test;date_time;program_options;thread"
)
message
(
"boost_libraries_to_build =
${
boost_libraries_to_build
}
"
)
# add libraries to b2 option
set
(
BOOST_SB_CONFIG
)
foreach
(
lib
${
boost_libraries_to_build
}
)
...
...
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