Closed thbeu closed 3 months ago
@thbeu is this issue still opened?
It's still here, but seems configurable.
Note, that @dg0yt originally raised the issue.
Or rather here:
And that's the INSTALL_INTERFACE which needs to be fixed.
Or rather here: https://github.com/OSGeo/shapelib/blob/2cc2975f87f89e1dab4749b1dfacfc869a258647/CMakeLists.txt#L133-L137
And that's the INSTALL_INTERFACE which needs to be fixed.
Right. Do you know how to do?
It was part of the comment: replace include
with ${CMAKE_INSTALL_INCLUDEDIR}
.
(This was initially suggested for a drive-by fix when using the same variable for the pc file.)
Right. As simple as that and available via #139.
(This was initially suggested for a drive-by fix when using the same variable for the pc file.)
Thanks for reminding. I changed to ${includedir}
which we introduced in #135.
_Originally posted by @dg0yt in https://github.com/OSGeo/shapelib/pull/75#discussion_r1437764446_