From: rnv Date: Tue, 22 Jan 2019 08:20:42 +0000 (+0300) Subject: Fix compilation on Windows in DEBUG mode. X-Git-Tag: V9_3_0a1~17 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=c1a0ee0108c8e35f4814c1a0df1a76509e6bccca Fix compilation on Windows in DEBUG mode. --- diff --git a/src/MEDWrapper/CMakeLists.txt b/src/MEDWrapper/CMakeLists.txt index 4e3bca1ed..4382ff690 100644 --- a/src/MEDWrapper/CMakeLists.txt +++ b/src/MEDWrapper/CMakeLists.txt @@ -36,6 +36,7 @@ SET(_link_LIBRARIES ${Boost_LIBRARIES} ${HDF5_LIBS} ${MEDFILE_C_LIBRARIES} + ${KERNEL_SALOMELocalTrace} ) # --- headers ---