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
d25245e8
Commit
d25245e8
authored
8 years ago
by
Rashad Kanavath
Browse files
Options
Downloads
Patches
Plain Diff
SuperBuild: shark: allow extra user option to link with pthread
parent
41fd122f
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
SuperBuild/CMake/External_shark.cmake
+8
-0
8 additions, 0 deletions
SuperBuild/CMake/External_shark.cmake
with
8 additions
and
0 deletions
SuperBuild/CMake/External_shark.cmake
+
8
−
0
View file @
d25245e8
...
...
@@ -10,6 +10,14 @@ package_require_cxx11(SHARK)
ADD_SUPERBUILD_CMAKE_VAR
(
SHARK Boost_INCLUDE_DIR
)
ADD_SUPERBUILD_CMAKE_VAR
(
SHARK BOOST_LIBRARYDIR
)
#shark master branch has a fix to avoid explicit link with libs
#but tag 3.3 which we use still need a fix.
if
(
UNIX
)
set
(
SHARK_SB_CONFIG_USER
""
CACHE STRING
"Extra options to be passed to shark cmake configure cache"
)
mark_as_advanced
(
SHARK_SB_CONFIG_USER
)
list
(
APPEND SHARK_SB_CONFIG
"
${
SHARK_SB_CONFIG_USER
}
"
)
endif
()
ExternalProject_Add
(
SHARK
PREFIX SHARK
URL
"https://github.com/Shark-ML/Shark/archive/349f29bd71c370e0f88f7fc9aa66fa5c4768fcb0.zip"
...
...
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