diff options
| -rw-r--r-- | CMakeLists.txt | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7cc39b3..7a95a93 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,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)  | 
