From 2671f5f7cfc2bdd061823858e2d6d7ac2f0747a4 Mon Sep 17 00:00:00 2001 From: John Starks Date: Fri, 10 Nov 2017 02:58:10 -0800 Subject: cmake: Correctly include curl.rc in Windows builds (#2064) Update CMakeLists.txt to add curl.rc to the correct list. --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 085c150e2..30c525c44 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -40,7 +40,7 @@ transform_makefile_inc("Makefile.inc" "${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc. include(${CMAKE_CURRENT_BINARY_DIR}/Makefile.inc.cmake) if(MSVC) - list(APPEND CURL_SOURCE curl.rc) + list(APPEND CURL_FILES curl.rc) endif() # CURL_FILES comes from Makefile.inc -- cgit v1.2.3