From 43e5139076660798ef1691762dc8b2b90e2cfe46 Mon Sep 17 00:00:00 2001 From: Honkazel <169346573+Honkazel@users.noreply.github.com> Date: Sun, 2 Feb 2025 23:43:23 +0500 Subject: [PATCH] cmake: remove clang workaround (#78) --- CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3438cf9..aa088e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 $<$:-std=gnu++2b - -D__cpp_concepts=202002L> -Wno-builtin-macro-redefined) -endif() - # hyprcursor-util file( GLOB_RECURSE