Skip to content

Commit

Permalink
chore: Fix accidental vendored header install (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot authored Oct 5, 2024
1 parent 2c0e1a8 commit 66ee95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,8 @@ install(TARGETS s2geography s2geography_geoarrow
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"
INCLUDES DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")

install(DIRECTORY src/
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}"
install(DIRECTORY src/s2geography
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/s2geography"
FILES_MATCHING PATTERN "*.h")

if(S2GEOGRAPHY_BUILD_TESTS AND S2GEOGRAPHY_CODE_COVERAGE)
Expand Down

0 comments on commit 66ee95d

Please sign in to comment.