mirror of
https://github.com/yourWaifu/sleepy-discord.git
synced 2025-12-16 18:24:12 -06:00
Fix: Remove redundant 'asio' library name from CMake linking when using vcpkg.
This commit is contained in:
@@ -74,7 +74,7 @@ if (NOT ONLY_SLEEPY_DISCORD)
|
||||
|
||||
if(USE_ASIO)
|
||||
if(SLEEPY_VCPKG)
|
||||
list(APPEND LIBRARIES_TO_LINK "asio asio::asio")
|
||||
list(APPEND LIBRARIES_TO_LINK "asio::asio")
|
||||
else()
|
||||
list(APPEND LIBRARIES_INCLUDE_DIRS "${asio_SOURCE_DIR}/asio/include")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user