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
T.J. Corona
CMB-SuperBuild
Commits
27105bbd
Commit
27105bbd
authored
Aug 18, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boost: log the install as well
parent
b239f13e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
0 deletions
+4
-0
Projects/apple/boost.cmake
Projects/apple/boost.cmake
+1
-0
Projects/unix/boost.cmake
Projects/unix/boost.cmake
+1
-0
Projects/win32/boost.cmake
Projects/win32/boost.cmake
+2
-0
No files found.
Projects/apple/boost.cmake
View file @
27105bbd
...
...
@@ -27,6 +27,7 @@ add_external_project(boost
BUILD_IN_SOURCE 1
LOG_BUILD 1
LOG_INSTALL 1
)
add_extra_cmake_args
(
...
...
Projects/unix/boost.cmake
View file @
27105bbd
...
...
@@ -27,6 +27,7 @@ add_external_project(boost
BUILD_IN_SOURCE 1
LOG_BUILD 1
LOG_INSTALL 1
)
add_extra_cmake_args
(
...
...
Projects/win32/boost.cmake
View file @
27105bbd
...
...
@@ -37,6 +37,7 @@ if(MSVC)
BUILD_IN_SOURCE 1
LOG_BUILD 1
LOG_INSTALL 1
)
else
()
#ninja / mingw has been launched from a shell with the toolset properly specified
...
...
@@ -48,6 +49,7 @@ else()
BUILD_IN_SOURCE 1
LOG_BUILD 1
LOG_INSTALL 1
)
endif
()
...
...
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