We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6594b8 commit 2c090eaCopy full SHA for 2c090ea
contrib/buildsystems/CMakeLists.txt
@@ -58,6 +58,10 @@ if(WIN32)
58
59
# In the vcpkg edition, we need this to be able to link to libcurl
60
set(CURL_NO_CURL_CMAKE ON)
61
+
62
+ # Copy the necessary vcpkg DLLs (like iconv) to the install dir
63
+ set(X_VCPKG_APPLOCAL_DEPS_INSTALL ON)
64
+ set(CMAKE_TOOLCHAIN_FILE ${VCPKG_DIR}/scripts/buildsystems/vcpkg.cmake CACHE STRING "Vcpkg toolchain file")
65
endif()
66
67
find_program(SH_EXE sh PATHS "C:/Program Files/Git/bin")
0 commit comments