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
Toggle navigation
Open sidebar
Main Repositories
otb
Commits
fa2f3bcf
Commit
fa2f3bcf
authored
Mar 19, 2015
by
Guillaume Pasero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ENH: superbuild: use openthreads archive also on Windows
parent
562c701b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
SuperBuild/CMake/External_openthreads.cmake
SuperBuild/CMake/External_openthreads.cmake
+4
-2
No files found.
SuperBuild/CMake/External_openthreads.cmake
View file @
fa2f3bcf
...
...
@@ -18,7 +18,8 @@ else()
message
(
STATUS
" Using OpenThreads SuperBuild version"
)
#TODO: try to use cmake variable for DOWNLOAD_COMMAND for different platforms
if
(
MSVC
)
#if(MSVC)
if
(
0
)
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
SVN_REPOSITORY
"http://svn.openscenegraph.org/osg/OpenThreads/tags/OpenThreads-2.3.0/"
...
...
@@ -34,7 +35,8 @@ else()
${
CMAKE_SOURCE_DIR
}
/patches/
${
proj
}
/CMakeLists.txt
${
OPENTHREADS_SB_SRC
}
CMAKE_COMMAND
${
SB_CMAKE_COMMAND
}
)
else
(
UNIX or APPLE
)
#else(UNIX or APPLE)
else
()
ExternalProject_Add
(
${
proj
}
PREFIX
${
proj
}
URL
"http://www.openscenegraph.org/downloads/developer_releases/OpenSceneGraph-3.2.0.zip"
...
...
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