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
74b3ac46
Commit
74b3ac46
authored
Aug 17, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boost: ignore warnings
parent
32fa69f2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
0 deletions
+8
-0
Projects/apple/boost.cmake
Projects/apple/boost.cmake
+2
-0
Projects/unix/boost.cmake
Projects/unix/boost.cmake
+2
-0
Projects/win32/boost.cmake
Projects/win32/boost.cmake
+4
-0
No files found.
Projects/apple/boost.cmake
View file @
74b3ac46
...
...
@@ -25,6 +25,8 @@ add_external_project(boost
BUILD_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
linkflags=
"-headerpad_max_install_names"
--build-dir=
${
boost_build_dir
}
${
boost_with_args
}
INSTALL_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
linkflags=
"-headerpad_max_install_names"
${
boost_with_args
}
install --prefix=
${
boost_install_dir
}
BUILD_IN_SOURCE 1
LOG_BUILD 1
)
add_extra_cmake_args
(
...
...
Projects/unix/boost.cmake
View file @
74b3ac46
...
...
@@ -25,6 +25,8 @@ add_external_project(boost
BUILD_COMMAND ./b2
${
boost_toolset
}
--build-dir=
${
boost_build_dir
}
address-model=
${
am
}
dll-path=
${
install_location
}
/lib
${
boost_with_args
}
INSTALL_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
${
boost_with_args
}
dll-path=
${
install_location
}
/lib install
BUILD_IN_SOURCE 1
LOG_BUILD 1
)
add_extra_cmake_args
(
...
...
Projects/win32/boost.cmake
View file @
74b3ac46
...
...
@@ -35,6 +35,8 @@ if(MSVC)
BUILD_COMMAND b2 --build-dir=
${
boost_build_dir
}
toolset=
${
msvc_version
}
address-model=
${
am
}
${
boost_with_args
}
INSTALL_COMMAND b2 toolset=
${
msvc_version
}
address-model=
${
am
}
${
boost_with_args
}
--prefix=
${
install_location
}
install
BUILD_IN_SOURCE 1
LOG_BUILD 1
)
else
()
#ninja / mingw has been launched from a shell with the toolset properly specified
...
...
@@ -44,6 +46,8 @@ else()
BUILD_COMMAND b2 --build-dir=
${
boost_build_dir
}
address-model=
${
am
}
${
boost_with_args
}
INSTALL_COMMAND b2 address-model=
${
am
}
${
boost_with_args
}
--prefix=
${
install_location
}
install
BUILD_IN_SOURCE 1
LOG_BUILD 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