Browse Source

Remove package name from install path

Matthias Vogelgesang 11 years ago
parent
commit
5b052c73fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -24,7 +24,7 @@ if(NOT DEFINED LIB_INSTALL_DIR)
 endif(NOT DEFINED LIB_INSTALL_DIR)
 
 if(NOT DEFINED INCLUDE_INSTALL_DIR)
-    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/${PACKAGE_TARNAME}")
+    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
 endif(NOT DEFINED INCLUDE_INSTALL_DIR)
 
 if(NOT DEFINED LOCALE_INSTALL_DIR)