/alps/pcitool

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

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2016-04-06 21:20:30 UTC
  • Revision ID: csa@suren.me-20160406212030-nazt45197afkk9y9
Further fixes for out-of-source compilation

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
endif (NOT DEFINED PCILIB_SERVER_DIR)
48
48
 
49
49
if (NOT DEFINED PCILIB_DOC_DIR)
50
 
    set(PCILIB_DOC_DIR "${CMAKE_CURRENT_BINARY_DIR}/docs/" CACHE PATH "Directory to install documentation")
 
50
    set(PCILIB_DOC_DIR "${CMAKE_BINARY_DIR}/docs/" CACHE PATH "Directory to install documentation")
51
51
endif (NOT DEFINED PCILIB_DOC_DIR)
52
52
    
53
53
if (NOT DEFINED PCILIB_DEBUG_DIR)
54
54
    set(PCILIB_DEBUG_DIR "." CACHE PATH "Directory to write debug information")
55
55
endif (NOT DEFINED PCILIB_DEBUG_DIR)
56
56
 
 
57
if (NOT DEFINED PCILIB_DYNAMIC_HEADERS_INC)
 
58
    set(PCILIB_DYNAMIC_HEADERS_INC "-I${CMAKE_BINARY_DIR}")
 
59
endif (NOT DEFINED PCILIB_DYNAMIC_HEADERS_INC)
 
60
 
57
61
SET(ENV{PKG_CONFIG_PATH} "${CMAKE_INSTALL_LIBDIR}/pkgconfig:$ENV{PKG_CONFIG_PATH}")
58
62
 
59
63
if (NOT DISABLE_PYTHON)