From 568b352b235705d208df3190dfd878afd30913ca Mon Sep 17 00:00:00 2001 From: Vaxry Date: Fri, 22 Mar 2024 18:52:07 +0000 Subject: [PATCH] cmakelists: remove oopsie --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e039ceba..71766a8c 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,7 +121,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG) message(STATUS "Enabling ASan") target_link_libraries(Hyprland asan) - target_link_libraries(Hyprland ${CMAKE_SOURCE_DIR}/libwayland-server.a) target_compile_options(Hyprland PUBLIC -fsanitize=address) endif()