cmake: remove clang workaround

Don't force this
This commit is contained in:
Honkazel 2025-02-02 22:29:45 +05:00 committed by GitHub
parent dcadd3398a
commit 88989c8384
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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