aboutsummaryrefslogtreecommitdiff
path: root/ports/gdal/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/gdal/usage')
-rw-r--r--ports/gdal/usage4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/gdal/usage b/ports/gdal/usage
index 2ee0072ac..63a67bc07 100644
--- a/ports/gdal/usage
+++ b/ports/gdal/usage
@@ -1,5 +1,5 @@
The package GDAL provides CMake targets:
find_package(GDAL REQUIRED)
- target_include_directories(main PRIVATE ${GDAL_INCLUDE_DIR})
- target_link_libraries(main PRIVATE ${GDAL_LIBRARY}) \ No newline at end of file
+ target_include_directories(main PRIVATE ${GDAL_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${GDAL_LIBRARIES})