--- QTfrontend/CMakeLists.txt.orig	2019-10-10 13:38:46 UTC
+++ QTfrontend/CMakeLists.txt
@@ -247,13 +247,6 @@ if(WIN32 AND NOT UNIX)
         )
 endif()
 
-if(CMAKE_CXX_COMPILER MATCHES "clang*")
-    list(APPEND HW_LINK_LIBS stdc++ m)
-    if(NOT APPLE)
-        list(APPEND HW_LINK_LIBS atomic)
-    endif()
-endif()
-
 if(WIN32 AND VCPKG_TOOLCHAIN)
     list(APPEND HW_LINK_LIBS Qt5::WinMain)
 endif()