diff options
| author | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-09-30 16:19:18 +0000 |
|---|---|---|
| committer | Christian Ehrlicher <ch.ehrlicher@gmx.de> | 2007-09-30 16:19:18 +0000 |
| commit | b94768531ef8881f2b6e7b93c4f0324f02b80487 (patch) | |
| tree | a0beb3df18e1839a0986f49adb5a49ba2bc3b751 /modules/FindKDEWIN32.cmake | |
| parent | aa586468d5a968ce7467cd92bf75d65be05eb605 (diff) | |
| download | extra-cmake-modules-b94768531ef8881f2b6e7b93c4f0324f02b80487.tar.gz extra-cmake-modules-b94768531ef8881f2b6e7b93c4f0324f02b80487.tar.bz2 | |
FIND_LIBRARY_EX -> FIND_LIBRARY_WITH_DEBUG
svn path=/trunk/KDE/kdelibs/; revision=719224
Diffstat (limited to 'modules/FindKDEWIN32.cmake')
| -rw-r--r-- | modules/FindKDEWIN32.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/FindKDEWIN32.cmake b/modules/FindKDEWIN32.cmake index e6d044d7..5d4499af 100644 --- a/modules/FindKDEWIN32.cmake +++ b/modules/FindKDEWIN32.cmake @@ -14,21 +14,21 @@ if (WIN32) - include(FindLibraryEx) + include(FindLibraryWithDebug) if (NOT KDEWIN32_DIR) if(NOT KDEWIN_FOUND) find_package(KDEWIN REQUIRED) endif(NOT KDEWIN_FOUND) - find_path(KDEWIN32_INCLUDE_DIR winposix_export.h + find_path(KDEWIN32_INCLUDE_DIR winposix_export.h ${CMAKE_INCLUDE_PATH} ${CMAKE_INSTALL_PREFIX}/include ) # search for kdewin32 in the default install directory for applications (default of (n)make install) - find_library_ex(KDEWIN32_LIBRARY + find_library_with_debug(KDEWIN32_LIBRARY WIN32_DEBUG_POSTFIX d NAMES kdewin32 PATHS |
