Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LidarView
LidarView-Superbuild
Commits
dfc24fe2
Commit
dfc24fe2
authored
Nov 23, 2016
by
Bastien Jacquet
Browse files
Fixup boost
libelous actually needs libboost_chrono
parent
1d569475
Changes
1
Hide whitespace changes
Inline
Side-by-side
Projects/boost.cmake
View file @
dfc24fe2
...
...
@@ -2,7 +2,7 @@ add_external_project_or_use_system(boost
BUILD_IN_SOURCE 1
CONFIGURE_COMMAND
<SOURCE_DIR>/bootstrap.sh --prefix=<INSTALL_DIR>
--with-libraries=date_time,thread,regex,system,program_options,filesystem,iostreams
--with-libraries=date_time,thread,regex,system,program_options,filesystem,iostreams
,chrono
BUILD_COMMAND <SOURCE_DIR>/bjam address-model=
${
VV_BUILD_ARCHITECTURE
}
threading=multi
INSTALL_COMMAND <SOURCE_DIR>/bjam address-model=
${
VV_BUILD_ARCHITECTURE
}
threading=multi --prefix=<INSTALL_DIR> install
)
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