aboutsummaryrefslogtreecommitdiff
path: root/ports/socket-io-client/fix-install.patch
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-07-01 22:38:43 +0800
committerGitHub <noreply@github.com>2021-07-01 07:38:43 -0700
commitbe57a4230a03998b2a4dc255780d1b1c36ec6382 (patch)
tree169f660cc9eb62ad569f787edba3971ce71e580a /ports/socket-io-client/fix-install.patch
parentb8f610edb85a88bc7002fe27c9f6cbe14e0cee06 (diff)
downloadvcpkg-be57a4230a03998b2a4dc255780d1b1c36ec6382.tar.gz
vcpkg-be57a4230a03998b2a4dc255780d1b1c36ec6382.zip
[socket-io-client] update to 3.0.0 (#18646)
* [socket-io-client] update to 3.0.0 * update version * update patch file * update version
Diffstat (limited to 'ports/socket-io-client/fix-install.patch')
-rw-r--r--ports/socket-io-client/fix-install.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/ports/socket-io-client/fix-install.patch b/ports/socket-io-client/fix-install.patch
deleted file mode 100644
index 2c9cc0e82..000000000
--- a/ports/socket-io-client/fix-install.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 8c2fad3..3f322b2 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -72,13 +72,11 @@ list(APPEND TARGET_LIBRARIES sioclient_tls)
- endif()
-
- install(FILES ${ALL_HEADERS}
-- DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/include"
-+ DESTINATION include
- )
-
- install(TARGETS ${TARGET_LIBRARIES}
-- DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/lib/${CMAKE_BUILD_TYPE}"
--)
--
--install(FILES ${Boost_LIBRARIES}
-- DESTINATION "${CMAKE_CURRENT_LIST_DIR}/build/lib/${CMAKE_BUILD_TYPE}"
-+ RUNTIME DESTINATION bin
-+ LIBRARY DESTINATION lib
-+ ARCHIVE DESTINATION lib
- )