mirror of
https://git.freebsd.org/ports.git
synced 2026-06-02 11:08:52 +00:00
5786678d2c
Changelog: - https://github.com/hyprwm/Hyprland/releases/tag/v0.55.0 - https://github.com/hyprwm/Hyprland/releases/tag/v0.55.1 - https://github.com/hyprwm/Hyprland/releases/tag/v0.55.2 Reported by: GitHub (watch releases)
18 lines
640 B
Plaintext
18 lines
640 B
Plaintext
--- CMakeLists.txt.orig 2026-05-31 08:25:44 UTC
|
|
+++ CMakeLists.txt
|
|
@@ -699,12 +699,12 @@ if(BUILD_TESTING OR WITH_TESTS)
|
|
# Enable coverage in main hyprland lib
|
|
target_compile_options(hyprland_lib PRIVATE --coverage)
|
|
target_link_options(hyprland_lib PRIVATE --coverage)
|
|
- target_link_libraries(hyprland_lib PUBLIC gcov)
|
|
+ # target_link_libraries(hyprland_lib PUBLIC gcov)
|
|
|
|
# Enable coverage in hyprland exe
|
|
target_compile_options(Hyprland PRIVATE --coverage)
|
|
target_link_options(Hyprland PRIVATE --coverage)
|
|
- target_link_libraries(Hyprland gcov)
|
|
+ # target_link_libraries(Hyprland gcov)
|
|
endif()
|
|
|
|
if(BUILD_TESTING)
|