aboutsummaryrefslogtreecommitdiff
path: root/modules/FindLibraryWithDebug.cmake
diff options
context:
space:
mode:
authorChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-10-03 15:51:52 +0000
committerChristian Ehrlicher <ch.ehrlicher@gmx.de>2007-10-03 15:51:52 +0000
commit320616a8cbbc65b69e1e78bae0b5ba805e445326 (patch)
treeecb7318ccfa12cfb573f50d7eaab81fd2682befd /modules/FindLibraryWithDebug.cmake
parent56a4726821f27c4537c729cd68ba2307db727fdc (diff)
downloadextra-cmake-modules-320616a8cbbc65b69e1e78bae0b5ba805e445326.tar.gz
extra-cmake-modules-320616a8cbbc65b69e1e78bae0b5ba805e445326.tar.bz2
sopranoindex and sopranoclient also have a debug postfix on win32
svn path=/trunk/KDE/kdelibs/; revision=720734
Diffstat (limited to 'modules/FindLibraryWithDebug.cmake')
-rw-r--r--modules/FindLibraryWithDebug.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/FindLibraryWithDebug.cmake b/modules/FindLibraryWithDebug.cmake
index d3450a2a..a2593974 100644
--- a/modules/FindLibraryWithDebug.cmake
+++ b/modules/FindLibraryWithDebug.cmake
@@ -32,6 +32,7 @@ MACRO(FIND_LIBRARY_WITH_DEBUG var_name win32_dbg_postfix_name dgb_postfix libnam
# 1. get all possible libnames
SET(args ${ARGN})
+ SET(newargs "")
SET(libnames_release "")
SET(libnames_debug "")