Skip to content
Snippets Groups Projects
Commit 82840f00 authored by Dave DeMarle's avatar Dave DeMarle
Browse files

Merge branch 'proj4-pthreads' into release

Change-Id: I6a4fef51ca87fa256fc33ef6919b9bea4dbc3e9b
parents fe9dc76b c68b549e
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment