aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-07-23 19:33:02 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-07-23 19:33:02 +0000
commit5483186e8c8430eb363fb4ac631bae9aa74e9e40 (patch)
tree2958767a0aeb24f9970fbb464ee44894a34cf506 /modules
parent4d9d2a83f64120ba95d1726c1a922c2004a3c85d (diff)
downloadextra-cmake-modules-5483186e8c8430eb363fb4ac631bae9aa74e9e40.tar.gz
extra-cmake-modules-5483186e8c8430eb363fb4ac631bae9aa74e9e40.tar.bz2
ok, this is a hack to make update-mime-database work again. We need to find a better solution with all those paths...
CCMAIL: kde-windows@kde.org svn path=/trunk/KDE/kdelibs/; revision=691498
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index 95189c87..f5d606fe 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -306,7 +306,7 @@ endmacro(_SET_FANCY)
if (WIN32)
# use relative install prefix to avoid hardcoded install pathes in cmake_install.cmake files
_set_fancy(EXEC_INSTALL_PREFIX "" "Base directory for executables and libraries")
- _set_fancy(SHARE_INSTALL_PREFIX "share" "Base directory for files which go to share/")
+ _set_fancy(SHARE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}/share" "Base directory for files which go to share/")
_set_fancy(BIN_INSTALL_DIR "bin" "The install dir for executables (default ${EXEC_INSTALL_PREFIX}/bin)")
_set_fancy(SBIN_INSTALL_DIR "sbin" "The install dir for system executables (default ${EXEC_INSTALL_PREFIX}/sbin)")
_set_fancy(LIB_INSTALL_DIR "lib${LIB_SUFFIX}" "The subdirectory relative to the install prefix where libraries will be installed (default is ${EXEC_INSTALL_PREFIX}/lib${LIB_SUFFIX})")