changeset 4755:70d94dcac60c

revert incorrect changeset 4747 (24dbf3f013d9)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Jul 2021 15:13:18 +0200
parents 2f35e6b765e5
children 38374acc7435
files OrthancFramework/Resources/CMake/Compiler.cmake
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/Compiler.cmake	Wed Jul 14 17:21:15 2021 +0200
+++ b/OrthancFramework/Resources/CMake/Compiler.cmake	Mon Jul 19 15:13:18 2021 +0200
@@ -42,14 +42,6 @@
   # use by "ExternalProject" in CMake
   SET(CMAKE_LSB_CC $ENV{LSB_CC} CACHE STRING "")
   SET(CMAKE_LSB_CXX $ENV{LSB_CXX} CACHE STRING "")
-
-  # Explicitly adding "-lstdc++ -lm" during linking for LSB had to be
-  # introduced on the BuildBot server for LSB Release builds between
-  # "OrthancMySQL-4.0" and "OrthancMySQL-4.1" and after
-  # "Orthanc-1.9.5", for unclear reasons. Without this option, many
-  # symbols are left undefined while linking. Similar to:
-  # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14001
-  link_libraries(stdc++ m)
 endif()