diff --git a/CMakeLists.txt b/CMakeLists.txt index 9147beb6..c8278959 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -444,7 +444,7 @@ endif() if (WIN32) list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp) if (NOT MSVC) - list(APPEND DEPENDENCIES_LIBRARIES msvcr90 -static) + list(APPEND DEPENDENCIES_LIBRARIES msvcr90 dbghelp -static) endif() endif()