Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lucas Gandel
VTK
Commits
82840f00
Commit
82840f00
authored
Jan 21, 2014
by
Dave DeMarle
Browse files
Merge branch 'proj4-pthreads' into release
Change-Id: I6a4fef51ca87fa256fc33ef6919b9bea4dbc3e9b
parents
fe9dc76b
c68b549e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ThirdParty/libproj4/vtklibproj4/CMakeLists.txt
View file @
82840f00
...
...
@@ -19,7 +19,7 @@ if ( PROJ_LIST_EXTERNAL AND BUILD_SHARED_LIBS )
endif
(
PROJ_LIST_EXTERNAL AND BUILD_SHARED_LIBS
)
# Make libproj4 thread-safe?
option
(
PROJ_USE_PTHREADS
"Should libproj4 be built as a thread-friendly library?"
OFF
)
option
(
PROJ_USE_PTHREADS
"Should libproj4 be built as a thread-friendly library?"
${
VTK_USE_PTHREADS
}
)
mark_as_advanced
(
PROJ_USE_PTHREADS
)
if
(
PROJ_USE_PTHREADS
)
if
(
NOT VTK_USE_PTHREADS
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment