From ee38a725b9890ef7a69863c275b929cc8983f0d9 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 17 Nov 2020 12:32:27 +0100 Subject: [PATCH] cmake: use libcurl.rc in all Windows builds Reviewed-by: Marcel Raad Closes #6215 --- lib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index ca4710e068..9736e39e52 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -39,7 +39,7 @@ list(APPEND HHEADERS ${CMAKE_CURRENT_BINARY_DIR}/curl_config.h ) -if(MSVC) +if(WIN32) list(APPEND CSOURCES libcurl.rc) endif()