From 70ff71af44deb19f8d4d35e95e11d82e13f311b5 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 18 Apr 2022 01:49:28 -0500 Subject: [PATCH] take 3 --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d6b9834e..9147beb66 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -442,9 +442,9 @@ else() endif() if (WIN32) - list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp msvcr90) + list(APPEND DEPENDENCIES_LIBRARIES shlwapi imagehlp) if (NOT MSVC) - list(APPEND DEPENDENCIES_LIBRARIES -static) + list(APPEND DEPENDENCIES_LIBRARIES msvcr90 -static) endif() endif()