diff options
Diffstat (limited to 'modules/FindLibraryWithDebug.cmake')
-rw-r--r-- | modules/FindLibraryWithDebug.cmake | 1 |
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 "") |