We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e6d126 + bfbaac5 commit e3cfc08Copy full SHA for e3cfc08
libgeotiff/bin/CMakeLists.txt
@@ -31,6 +31,7 @@ TARGET_LINK_LIBRARIES(geotifcp
31
${GEOTIFF_LIBRARY_TARGET}
32
${JPEG_LIBRARIES}
33
${ZLIB_LIBRARIES})
34
+target_include_directories(geotifcp PRIVATE $<TARGET_PROPERTY:${PROJ_LIBRARIES},INTERFACE_INCLUDE_DIRECTORIES>)
35
36
SET(GEOTIFF_UTILITIES ${GEOTIFF_UTILITIES} geotifcp )
37
0 commit comments