diff options
author | Jan Beich <[email protected]> | 2024-09-02 14:51:56 +0200 |
---|---|---|
committer | Mihai Fufezan <[email protected]> | 2024-09-02 23:48:58 +0300 |
commit | f7249bd3317e79b9cb1564f2497df510f7a166bb (patch) | |
tree | 01b3542a6646d58eaebfc7cf4d5903fb41886bfe | |
parent | 6934e7aa2b300bc4565855a4092fb34de8a9a8d2 (diff) | |
download | Hyprland-f7249bd3317e79b9cb1564f2497df510f7a166bb.tar.gz Hyprland-f7249bd3317e79b9cb1564f2497df510f7a166bb.zip |
CMake: drop duplicate -luuid after 5262292abc56
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dba14813..ef3f4021 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -266,7 +266,7 @@ function(protocolWayland) endfunction() target_link_libraries(Hyprland OpenGL::EGL OpenGL::GL Threads::Threads - libudis86 uuid) + libudis86) protocolnew("subprojects/hyprland-protocols/protocols" "hyprland-global-shortcuts-v1" true) |