From 1feb4c4bd06f84a2bb29d37a913ca62c8abc89df Mon Sep 17 00:00:00 2001 From: WLs50 Date: Sat, 5 Apr 2025 14:49:42 +0200 Subject: [PATCH] fix merging issue regarding discord-rpc --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cc488c59..69d6530d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -456,13 +456,6 @@ elseif () endif () - -# add ref/discord-rpc to the project in the same way other dependencies are added -add_subdirectory(ref/discord-rpc) -target_link_libraries(${PROJECT_NAME} discord-rpc) - - - find_package(OpenAL REQUIRED) if (TARGET OpenAL::OpenAL) target_link_libraries(${PROJECT_NAME} OpenAL::OpenAL)