Skip to content

Commit

Permalink
cmake: remove clang workaround (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
Honkazel authored Feb 2, 2025
1 parent dcadd33 commit 43e5139
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 43e5139

Please sign in to comment.