cmake: remove clang workaround (#78)

This commit is contained in:
Honkazel 2025-02-02 23:43:23 +05:00 committed by GitHub
parent dcadd3398a
commit 43e5139076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -63,13 +63,6 @@ set_target_properties(
target_link_libraries(hyprcursor PkgConfig::deps) 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 # hyprcursor-util
file( file(
GLOB_RECURSE GLOB_RECURSE