diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2007-07-19 20:06:53 +0000 |
---|---|---|
committer | Ralf Habacker <ralf.habacker@freenet.de> | 2007-07-19 20:06:53 +0000 |
commit | 7f040e43ab1778150bac0c305104ff6a5ad86676 (patch) | |
tree | 8ed747bd3c0f351e93d224b7fa2d17e245386e25 | |
parent | 0b663fd8d27f18fcf7f7519dfc68768a2cd5b3ce (diff) | |
download | extra-cmake-modules-7f040e43ab1778150bac0c305104ff6a5ad86676.tar.gz extra-cmake-modules-7f040e43ab1778150bac0c305104ff6a5ad86676.tar.bz2 |
- fixed comments
- added <programFiles>/win32libs to KDEWIN search
svn path=/trunk/KDE/kdelibs/; revision=690003
-rw-r--r-- | modules/FindKDEWIN.cmake | 8 | ||||
-rw-r--r-- | modules/FindKDEWIN32.cmake | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/modules/FindKDEWIN.cmake b/modules/FindKDEWIN.cmake index 3e40fd37..4626ca7c 100644 --- a/modules/FindKDEWIN.cmake +++ b/modules/FindKDEWIN.cmake @@ -1,4 +1,4 @@ -# - Try to find the KDEWIN library +# - Try to find the directory in which the kdewin32 library and other win32 related libraries lives # # used environment vars # KDEWIN_DIR - kdewin root dir @@ -25,7 +25,7 @@ if (WIN32) endif (MINGW) # search in the default program install folder - find_file(KDEWIN_DIR_tmp ${DIR} kdewin kdewin32 gnuwin32 + find_file(KDEWIN_DIR_tmp ${DIR} kdewin kdewin32 win32libs gnuwin32 PATHS "${_progFiles}" ) @@ -50,7 +50,9 @@ if (WIN32) "\t\t<ProgramFiles>/${DIR}\n" "\t\t<ProgramFiles>/kdewin\n" "\t\t<ProgramFiles>/kdewin32\n" - "\t\t<ProgramFiles>/gnuwin32\n") + "\t\t<ProgramFiles>/win32libs\n" + "\t\t<ProgramFiles>/gnuwin32\n" + ) endif(KDEWIN_DIR) endif (WIN32) diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index 0bacd3fa..68a2f68a 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -1,4 +1,4 @@ -# - Try to find the directory in which the kdewin32 library and other win32 related libraries lives +# - Try to find the KDEWIN32 library # # Once done this will define # |