Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sébastien Peillet
otb
Commits
1f698378
Commit
1f698378
authored
10 years ago
by
Rashad Kanavath
Browse files
Options
Downloads
Patches
Plain Diff
mention prebuilt binaries in case of boost
parent
f136e6bc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/External_boost.cmake
+23
-23
23 additions, 23 deletions
CMake/External_boost.cmake
with
23 additions
and
23 deletions
CMake/External_boost.cmake
+
23
−
23
View file @
1f698378
...
...
@@ -29,6 +29,9 @@ else()
${
CMAKE_SOURCE_DIR
}
/patches/
${
proj
}
/CMakeLists.txt
${
BOOST_SB_SRC
}
)
message
(
STATUS
" Using Boost SuperBuild version"
)
else
(
MSVC
)
#TODO: find hash for archives properly
set
(
BOOST_HEADERS_URL_HASH 1605dc6085cb2dc778ef5ab6c0e59083
)
...
...
@@ -36,20 +39,17 @@ else()
set
(
BOOST_REGEX_URL_HASH a3bfc2dc9a3ebe3c050518ecb29d6f8b
)
set
(
BOOST_UTF_URL_HASH 75971963a74c76d32e01974a8e48be11
)
if
(
MSVC10
)
set
(
BOOST_HEADERS_URL_HASH 1605dc6085cb2dc778ef5ab6c0e59083
)
set
(
BOOST_GRAPH_URL_HASH c246516ca84a3c79ae8a0b22fceb0344
)
set
(
BOOST_REGEX_URL_HASH a3bfc2dc9a3ebe3c050518ecb29d6f8b
)
set
(
BOOST_UTF_URL_HASH 75971963a74c76d32e01974a8e48be11
)
else
(
MSVC80
)
if
(
MSVC10
)
set
(
BOOST_HEADERS_URL_HASH 1605dc6085cb2dc778ef5ab6c0e59083
)
set
(
BOOST_GRAPH_URL_HASH c246516ca84a3c79ae8a0b22fceb0344
)
set
(
BOOST_REGEX_URL_HASH a3bfc2dc9a3ebe3c050518ecb29d6f8b
)
set
(
BOOST_UTF_URL_HASH 75971963a74c76d32e01974a8e48be11
)
else
(
MSVC80
)
else
(
CMAKE_COMPILER_2005
)
else
(
CMAKE_COMPILER_2005
)
endif
()
endif
()
set
(
BOOST_HEADERS_URL
"http://sourceforge.net/projects/boost/files/boost-binaries/1.50.0/boost_1_50_headers.zip/download"
)
set
(
BOOST_GRAPH_URL
"http://sourceforge.net/projects/boost/files/boost-binaries/1.50.0/libboost_graph-vc100-mt-1_50.zip/download"
)
set
(
BOOST_UTF_URL
"http://sourceforge.net/projects/boost/files/boost-binaries/1.50.0/boost_unit_test_framework-vc100-mt-1_50.zip/download"
)
...
...
@@ -79,18 +79,18 @@ else()
list
(
APPEND BOOSTLIBS
${
proj
}
_
${
BOOSTLIB
}
)
endforeach
()
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
DOWNLOAD_COMMAND
""
SOURCE_DIR
${
BOOST_SB_SRC
}
DEPENDS
${
BOOSTLIBS
}
CONFIGURE_COMMAND
""
BUILD_COMMAND
""
INSTALL_COMMAND
""
)
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
DOWNLOAD_COMMAND
""
SOURCE_DIR
${
BOOST_SB_SRC
}
DEPENDS
${
BOOSTLIBS
}
CONFIGURE_COMMAND
""
BUILD_COMMAND
""
INSTALL_COMMAND
""
)
endif
(
)
message
(
STATUS
" Using Boost SuperBuild version"
)
message
(
STATUS
" Using Boost SuperBuild version (prebuilt binaries)"
)
endif
()
#end else MSVC
endif
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment