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