From 47874f09f4d14703fe0c483a46b345c7be601ace Mon Sep 17 00:00:00 2001 From: Vaxry Date: Mon, 13 May 2024 15:29:18 +0100 Subject: cmake: remove forceful ffi and wayland deps for asan fixes #6050 --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c334ab06..cfcaa686 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -130,8 +130,6 @@ if(CMAKE_BUILD_TYPE MATCHES Debug OR CMAKE_BUILD_TYPE MATCHES DEBUG) message(STATUS "Enabling ASan") target_link_libraries(Hyprland asan) - pkg_check_modules(ffidep REQUIRED IMPORTED_TARGET libffi) - target_link_libraries(Hyprland ${CMAKE_SOURCE_DIR}/libwayland-server.a PkgConfig::ffidep) target_compile_options(Hyprland PUBLIC -fsanitize=address) endif() -- cgit v1.2.3