/alps/ufodecode

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-08-18 02:00:59 UTC
  • Revision ID: csa@dside.dyndns.org-20120818020059-7j7yge1fdv9712zd
Fix INCLUDE_INSTALL_DIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
endif(NOT DEFINED LIB_INSTALL_DIR)
25
25
 
26
26
if(NOT DEFINED INCLUDE_INSTALL_DIR)
27
 
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/${PACKAGE_TARNAME}")
 
27
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/")
28
28
endif(NOT DEFINED INCLUDE_INSTALL_DIR)
29
29
 
30
30
if(NOT DEFINED LOCALE_INSTALL_DIR)