mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 15:29:00 +08:00
d4c6627acd
* [curl] Set non-http as default feature * [curl] rebuild code * [curl] Add error info, disable uwp build when selecting feature winssl,sspi,tool * [curl] Remove deprecated function * [curl] Fix openssl dependency check in config.cmake
14 lines
486 B
Diff
14 lines
486 B
Diff
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
|
index 0e567e7..697dfea 100644
|
|
--- a/src/CMakeLists.txt
|
|
+++ b/src/CMakeLists.txt
|
|
@@ -71,7 +71,7 @@ target_link_libraries(${EXE_NAME} libcurl ${CURL_LIBS} ZLIB::ZLIB)
|
|
|
|
#INCLUDE(ModuleInstall OPTIONAL)
|
|
|
|
-install(TARGETS ${EXE_NAME} DESTINATION ${CMAKE_INSTALL_BINDIR})
|
|
+install(TARGETS ${EXE_NAME} DESTINATION tools)
|
|
#export(TARGETS ${EXE_NAME}
|
|
# APPEND FILE ${PROJECT_BINARY_DIR}/curl-target.cmake
|
|
# NAMESPACE CURL::
|