/alps/fastwriter

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

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2012-08-18 00:46:16 UTC
  • Revision ID: csa@dside.dyndns.org-20120818004616-0mwfj661qocclltw
Fix INCLUDE_INSTALL_DIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
endif(NOT DEFINED LIB_INSTALL_DIR)
51
51
 
52
52
if(NOT DEFINED INCLUDE_INSTALL_DIR)
53
 
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include/${PACKAGE_TARNAME}")
 
53
    set(INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include")
54
54
endif(NOT DEFINED INCLUDE_INSTALL_DIR)
55
55
 
56
56
if(NOT DEFINED LOCALE_INSTALL_DIR)