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/FindBlitz.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/FindBlitz.cmake')
-rw-r--r-- | modules/FindBlitz.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/FindBlitz.cmake b/modules/FindBlitz.cmake index cd5f3e98..6f3e912b 100644 --- a/modules/FindBlitz.cmake +++ b/modules/FindBlitz.cmake @@ -10,7 +10,7 @@ # Redistribution and use is allowed according to the terms of the BSD license. # For details see the accompanying COPYING-CMAKE-SCRIPTS file. -include(FindLibraryEx) +include(FindLibraryWithDebug) if (BLITZ_INCLUDES AND BLITZ_LIBRARIES) set(Blitz_FIND_QUIETLY TRUE) @@ -26,7 +26,7 @@ find_path(BLITZ_INCLUDES ${INCLUDE_INSTALL_DIR} ) -FIND_LIBRARY_EX(BLITZ_LIBRARIES +find_library_with_debug(BLITZ_LIBRARIES WIN32_DEBUG_POSTFIX d qimageblitz PATHS |