diff options
| author | JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> | 2021-07-01 22:38:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 07:38:43 -0700 |
| commit | be57a4230a03998b2a4dc255780d1b1c36ec6382 (patch) | |
| tree | 169f660cc9eb62ad569f787edba3971ce71e580a /ports/socket-io-client/fix-install.patch | |
| parent | b8f610edb85a88bc7002fe27c9f6cbe14e0cee06 (diff) | |
| download | vcpkg-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.patch | 22 |
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
- )
|
