[PATCH 4/8] Install headers in correct location
Sebastian Ramacher
sebastian at ramacher.at
Mon Oct 8 19:33:43 UTC 2012
Signed-off-by: Sebastian Ramacher <sebastian at ramacher.at>
---
CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ebd596a..9c071a3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,5 +34,5 @@ include_directories (${PROJECT_SOURCE_DIR})
add_subdirectory(examples)
file (GLOB KDTREE_HEADERS kdtree++/*.hpp)
-install (FILES ${KDTREE_HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include)
+install (FILES ${KDTREE_HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include/kdtree++)
--
1.7.10.4
More information about the libkdtree-devel
mailing list