mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2026-05-05 23:58:06 +02:00
cmake: remove clang workaround
Don't force this
This commit is contained in:
parent
dcadd3398a
commit
88989c8384
1 changed files with 0 additions and 5 deletions
|
|
@ -63,11 +63,6 @@ set_target_properties(
|
|||
|
||||
target_link_libraries(hyprcursor PkgConfig::deps)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
|
||||
# for std::expected. probably evil. Arch's clang is very outdated tho...
|
||||
target_compile_options(
|
||||
hyprcursor PUBLIC $<$<COMPILE_LANGUAGE:CXX>:-std=gnu++2b
|
||||
-D__cpp_concepts=202002L> -Wno-builtin-macro-redefined)
|
||||
endif()
|
||||
|
||||
# hyprcursor-util
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue