Mercurial > hg > orthanc
changeset 4756:38374acc7435
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 19 Jul 2021 15:13:40 +0200 |
parents | 70d94dcac60c (diff) 00044831357a (current diff) |
children | 72a850947b11 |
files | |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/OrthancFramework/Resources/CMake/Compiler.cmake Sat Jul 17 13:04:54 2021 +0200 +++ b/OrthancFramework/Resources/CMake/Compiler.cmake Mon Jul 19 15:13:40 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()