Skip to content

Commit

Permalink
CMake: fix include install path. (google#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnall authored and cmumford committed Oct 5, 2017
1 parent 0f771ed commit 12a65bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ if(CRC32C_INSTALL)
install(
FILES
"${PROJECT_SOURCE_DIR}/include/crc32c/crc32c.h"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/crc32c"
)

include(CMakePackageConfigHelpers)
Expand Down

0 comments on commit 12a65bf

Please sign in to comment.