Mercurial > hg > orthanc
changeset 1421:d401287210d3
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 23 Jun 2015 11:48:04 +0200 |
parents | 5ddbadd17cde (diff) 20b4521631e1 (current diff) |
children | 52b2070fc8f1 |
files | |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/CMake/Compiler.cmake Tue Jun 23 11:41:03 2015 +0200 +++ b/Resources/CMake/Compiler.cmake Tue Jun 23 11:48:04 2015 +0200 @@ -78,6 +78,7 @@ if (CMAKE_COMPILER_IS_GNUCXX) # This is a patch for MinGW64 SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++") + SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,--allow-multiple-definition -static-libgcc -static-libstdc++") CHECK_LIBRARY_EXISTS(winpthread pthread_create "" HAVE_WIN_PTHREAD) if (HAVE_WIN_PTHREAD)