Ticket #48677: patch-gdal-CMakeLists.txt.diff
File patch-gdal-CMakeLists.txt.diff, 567 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago) |
---|
-
gdal/CMakeLists.txt
old new 45 45 46 46 ############################################################################### 47 47 # Installation 48 install (TARGETS ${LIBKEA_GDAL_DRIVER} DESTINATION gdalplugins) 49 ############################################################################### 50 No newline at end of file 48 install (TARGETS ${LIBKEA_GDAL_DRIVER} DESTINATION lib/gdalplugins) 49 ###############################################################################