diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ce544c..928aa07b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -111,9 +111,6 @@ if(NOT ipo_supported) else() message(STATUS "Linktime optimizations enabled!") set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE) - if(CMAKE_SYSTEM_NAME EQUAL "Linux") - add_link_options($<$:-fuse-ld=gold>) - endif() endif() # Create an Interface target for compiler warnings