From a69ffc385985783d688b33beb0ea93a3bad40462 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=A9dric=20Traizet?= <cedric.traizet@c-s.fr>
Date: Mon, 24 Aug 2020 16:37:58 +0200
Subject: [PATCH] Revert "BUG: force usage of the ld gold linker for linux QT5
 build in the Superbuild (link errors with ld bfd)"

This reverts commit 9df40e7f1b038be9a709a1f338f4d6480e898fe7.
---
 SuperBuild/CMake/External_qt5.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SuperBuild/CMake/External_qt5.cmake b/SuperBuild/CMake/External_qt5.cmake
index 0a37f3d53e..0cac35eaa2 100644
--- a/SuperBuild/CMake/External_qt5.cmake
+++ b/SuperBuild/CMake/External_qt5.cmake
@@ -98,7 +98,7 @@ if(UNIX)
     set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-framework")
   else()
       #Linux
-      set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -linker gold -no-glib -no-fontconfig")
+      set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-glib -no-fontconfig")
   endif()
   #common for all unix
   set(QT5_SB_CONFIG "${QT5_SB_CONFIG} -no-dbus -no-icu -v")
-- 
GitLab