Skip to content

Commit

Permalink
Merge pull request #116 from hobu/install-bindir-typo
Browse files Browse the repository at this point in the history
CMAKE_INSTALL_BINDIR install target affects location of geotiff.dll
  • Loading branch information
rouault authored May 24, 2024
2 parents 790228d + 43b81fb commit d85672f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgeotiff/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ target_include_directories(

INSTALL( TARGETS ${GEOTIFF_LIBRARY_TARGET}
EXPORT depends
RUNTIME DESTINATION ${CMAKE_INSTALLL_BINDIR}
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR}
PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR} )
Expand Down

0 comments on commit d85672f

Please sign in to comment.