mirror of
https://github.com/hyprwm/hyprcursor.git
synced 2025-05-13 05:40:38 +01:00
cmake: remove clang workaround (#78)
This commit is contained in:
parent
dcadd3398a
commit
43e5139076
1 changed files with 0 additions and 7 deletions
|
@ -63,13 +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
|
||||
file(
|
||||
GLOB_RECURSE
|
||||
|
|
Loading…
Reference in a new issue