Description: Install header files into include, not in include/<subfolder>
Forwarded: no
Author: arnebe <arne@alamut.de> 

--- a/cmake_modules/SetupDirectories.cmake
+++ b/cmake_modules/SetupDirectories.cmake
@@ -6,7 +6,7 @@ ELSE (PROJECT_OS_WIN)
 ENDIF (PROJECT_OS_WIN)
 
 STRING (TOLOWER ${PROJECT_NAME} projectNameLower)
-SET (PROJECT_INCLUDE_INSTALL_DIR "include/${projectNameLower}")
+SET (PROJECT_INCLUDE_INSTALL_DIR "include")
 SET (PROJECT_MANPAGE_INSTALL_DIR "share/man")
 SET (PROJECT_LIBRARY_INSTALL_DIR "lib")
 
