/alps/ufodecode

To get this branch, use:
bzr branch http://darksoft.org/webbzr/alps/ufodecode

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Matthias Vogelgesang
  • Date: 2012-08-20 08:04:51 UTC
  • mto: This revision was merged to the branch mainline in revision 44.
  • Revision ID: matthias.vogelgesang@kit.edu-20120820080451-ta0fymif1d9juek2
Remove package name from install path

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)