summaryrefslogtreecommitdiffstats
path: root/modules/TDESetupPaths.cmake
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-03-05 23:27:31 -0600
committerTimothy Pearson <[email protected]>2012-03-05 23:27:31 -0600
commitea715e15edb3f6b9e78d631d75e18bb9dbace497 (patch)
tree737eb56c7e410db3dfc5abd7db7fdc22594ea6f1 /modules/TDESetupPaths.cmake
parent6b3a1fc54f258941ae7ae10909a23d32afee9df7 (diff)
downloadtde-cmake-ea715e15edb3f6b9e78d631d75e18bb9dbace497.tar.gz
tde-cmake-ea715e15edb3f6b9e78d631d75e18bb9dbace497.zip
Added CACHE option to tde_execute_process and clean up build output
This partially closes Bug 882 Thanks to Aleksey Midenkov for the patch!
Diffstat (limited to 'modules/TDESetupPaths.cmake')
-rw-r--r--modules/TDESetupPaths.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/TDESetupPaths.cmake b/modules/TDESetupPaths.cmake
index 1e0dbaf..02a0954 100644
--- a/modules/TDESetupPaths.cmake
+++ b/modules/TDESetupPaths.cmake
@@ -35,6 +35,7 @@ macro( tde_setup_paths )
_tde_internal_setup_path( SBIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/sbin" "The install dir for system executables (default ${EXEC_INSTALL_PREFIX}/sbin)" )
_tde_internal_setup_path( LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX}" "The subdirectory relative to the install prefix where libraries will be installed (default is ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX})" )
_tde_internal_setup_path( LIBEXEC_INSTALL_DIR "${LIB_INSTALL_DIR}/trinity/libexec" "The subdirectory relative to the install prefix where libraries will be installed (default is ${LIB_INSTALL_DIR}/trinity/libexec)" )
+ _tde_internal_setup_path( PKGCONFIG_INSTALL_DIR "${LIB_INSTALL_DIR}/pkgconfig" "The install dir for pkg-config metadata files" )
_tde_internal_setup_path( INCLUDE_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/include" "The subdirectory to the header prefix" )
_tde_internal_setup_path( CMAKE_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/cmake" "The install dir for cmake import modules" )