diff -r a00b0fa0dbd7 -r 535a00ca0d35 cmake_modules/FindLibraryWithDebug.cmake --- a/cmake_modules/FindLibraryWithDebug.cmake Sat Jan 26 23:57:37 2013 +0100 +++ b/cmake_modules/FindLibraryWithDebug.cmake Sun Jan 27 00:00:33 2013 +0100 @@ -100,7 +100,7 @@ SET(${var_name} ${${var_name}_DEBUG}) ENDIF(${var_name}_RELEASE) - + ENDIF(${var_name}_RELEASE AND ${var_name}_DEBUG) MARK_AS_ADVANCED(${var_name}_RELEASE)