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 / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
ab305f37
Commit
ab305f37
authored
Jul 17, 2015
by
John Tourtellott
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add flag to enable shape file support in gdal build
parent
1d8577e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
Projects/gdal.cmake
Projects/gdal.cmake
+2
-1
No files found.
Projects/gdal.cmake
View file @
ab305f37
...
...
@@ -5,7 +5,8 @@ add_external_project(gdal
-DGDAL_USE_LIBJPEG_INTERNAL:BOOL=ON
-DGDAL_USE_LIBTIFF_INTERNAL:BOOL=ON
-DGDAL_ENABLE_FRMT_PDF:BOOL=OFF
-DGDAL_ENABLE_FRMT_VRT:BOOL=ON
)
-DGDAL_ENABLE_FRMT_VRT:BOOL=ON
-DOGR_ENABLE_SHP:BOOL=ON
)
if
(
APPLE
)
set
(
gdal_lib <INSTALL_DIR>/lib/libgdal111.dylib
)
...
...
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