# HG changeset patch # User Sebastien Jodogne # Date 1550671512 -3600 # Node ID 81dafe9be364ee003d432f778a5b5d7d9f16d0c8 # Parent 92d679112657abb314eba30df870b2d8841a2a83 cont diff -r 92d679112657 -r 81dafe9be364 CMakeLists.txt --- a/CMakeLists.txt Wed Feb 20 14:59:52 2019 +0100 +++ b/CMakeLists.txt Wed Feb 20 15:05:12 2019 +0100 @@ -355,6 +355,10 @@ Plugins/Samples/Common/OrthancPluginCppWrapper.cpp ) + if (LIBICU_LIBRARIES) + target_link_libraries(ThirdPartyPlugins ${LIBICU_LIBRARIES}) + endif() + # Add the "-fPIC" option as this static library must be embedded # inside shared libraries (important on UNIX) set_property(