fix gdal library variable
This commit is contained in:
parent
3a2996e5b0
commit
9998ca7dd9
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ target_include_directories(input-gdal PRIVATE ${GDAL_INCLUDE_DIR})
|
|||
target_link_libraries(input-gdal PRIVATE
|
||||
mapnik::core
|
||||
mapnik::mapnik
|
||||
${GDAL_LIBRARY}
|
||||
${GDAL_LIBRARIES}
|
||||
)
|
||||
set_target_properties(input-gdal PROPERTIES PREFIX "")
|
||||
set_target_properties(input-gdal PROPERTIES OUTPUT_NAME "gdal")
|
||||
|
|
|
@ -14,7 +14,7 @@ target_include_directories(input-ogr PRIVATE ${GDAL_INCLUDE_DIR})
|
|||
target_link_libraries(input-ogr PRIVATE
|
||||
mapnik::core
|
||||
mapnik::mapnik
|
||||
${GDAL_LIBRARY}
|
||||
${GDAL_LIBRARIES}
|
||||
)
|
||||
set_target_properties(input-ogr PROPERTIES PREFIX "")
|
||||
set_target_properties(input-ogr PROPERTIES OUTPUT_NAME "ogr")
|
||||
|
|
Loading…
Reference in a new issue