summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Starks <jostarks@microsoft.com>2017-11-10 02:58:10 -0800
committerSergei Nikulov <snikulov@users.noreply.github.com>2017-11-10 13:58:10 +0300
commit2671f5f7cfc2bdd061823858e2d6d7ac2f0747a4 (patch)
treefd6015873b8ae3e3e3b6b43283870e7c7bf15685
parentf405133ad594ca9d4219961a5bb366ca16911bc5 (diff)
downloadcurl-2671f5f7cfc2bdd061823858e2d6d7ac2f0747a4.tar.gz
cmake: Correctly include curl.rc in Windows builds (#2064)
Update CMakeLists.txt to add curl.rc to the correct list.
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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