Skip to content

Commit

Permalink
Remove duplicated shapelib.h installation in include_dir/shapelib (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 28, 2023
1 parent 911df32 commit 2ca8108
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ install(TARGETS ${executables}
# Install header
install(FILES shapefil.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

# For compatibility with older installation
install(FILES shapefil.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/shapelib)

if(BUILD_TESTING)
# Set up tests:

Expand Down

0 comments on commit 2ca8108

Please sign in to comment.