OSGeo / libgeotiff

Official repository of the libgeotiff project
189 stars 72 forks source link

CMake typo error #117

Closed nono303 closed 6 months ago

nono303 commented 6 months ago

Hi ! quick typo fix in cmake: https://github.com/OSGeo/libgeotiff/blob/master/libgeotiff/CMakeLists.txt#L339 CMAKE_INSTALLL_BINDIR > CMAKE_INSTALL_BINDIR

rouault commented 6 months ago

yes, this has just been fixed per https://github.com/OSGeo/libgeotiff/pull/116 . A 1.7.3 release is imminent

nono303 commented 6 months ago

Thx @rouault & sorry... didn't see it Fyi, here is my CMake patch (Windows build)

-INSTALL( TARGETS ${GEOTIFF_LIBRARY_TARGET} +INSTALL(TARGETS ${GEOTIFF_LIBRARY_TARGET} EXPORT depends

rouault commented 6 months ago

Fyi, here is my CMake patch (Windows build)

1.7.3 has just been released with the CMAKE_INSTALLL_BINDIR typo fix. Regardig your patch, you may want to check about other concurrent CMake changes done in https://github.com/OSGeo/libgeotiff/pull/115