Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Nektar
Nektar
Commits
bed38010
Commit
bed38010
authored
Apr 23, 2014
by
Chris Cantwell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated to Boost 1.55.
parent
665b2fae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cmake/ThirdPartyBoost.cmake
cmake/ThirdPartyBoost.cmake
+4
-4
No files found.
cmake/ThirdPartyBoost.cmake
View file @
bed38010
...
...
@@ -26,8 +26,8 @@ IF (THIRDPARTY_BUILD_BOOST)
EXTERNALPROJECT_ADD
(
boost
PREFIX
${
TPSRC
}
URL
${
TPURL
}
/boost_1_
49
_0.tar.bz2
URL_MD5
"
0d202cb811f934282dea64856a175698
"
URL
${
TPURL
}
/boost_1_
55
_0.tar.bz2
URL_MD5
"
d6eef4b4cacb2183f2bf265a5a03a354
"
DOWNLOAD_DIR
${
TPSRC
}
CONFIGURE_COMMAND CC=
${
CMAKE_C_COMPILER
}
CXX=
${
CMAKE_CXX_COMPILER
}
./bootstrap.sh --prefix=
${
TPSRC
}
/dist
BUILD_COMMAND NO_BZIP2=1 ./b2
...
...
@@ -83,8 +83,8 @@ IF (THIRDPARTY_BUILD_BOOST)
EXTERNALPROJECT_ADD
(
boost
PREFIX
${
TPSRC
}
URL
${
TPURL
}
/boost_1_
49
_0.tar.bz2
URL_MD5
"
0d202cb811f934282dea64856a175698
"
URL
${
TPURL
}
/boost_1_
55
_0.tar.bz2
URL_MD5
"
d6eef4b4cacb2183f2bf265a5a03a354
"
DOWNLOAD_DIR
${
TPSRC
}
CONFIGURE_COMMAND bootstrap.bat --prefix=
${
TPSRC
}
/boost
BUILD_COMMAND b2 --layout=system 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