aboutsummaryrefslogtreecommitdiff
path: root/ports/metrohash
diff options
context:
space:
mode:
Diffstat (limited to 'ports/metrohash')
-rw-r--r--ports/metrohash/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/metrohash/CMakeLists.txt b/ports/metrohash/CMakeLists.txt
index 4db2b42ee..41e1a74b3 100644
--- a/ports/metrohash/CMakeLists.txt
+++ b/ports/metrohash/CMakeLists.txt
@@ -31,7 +31,8 @@ install(TARGETS metrohash
EXPORT "${TARGETS_EXPORT_NAME}"
LIBRARY DESTINATION "lib"
ARCHIVE DESTINATION "lib"
- INCLUDES DESTINATION "include")
+ PUBLIC_HEADER DESTINATION "include")
+
install(
FILES "${project_config}"
DESTINATION "${config_install_dir}"