From 9e848278f2ef1a31eb70e4427d9d1e486fc75b98 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 23 Aug 2016 13:40:47 +0300 Subject: [PATCH] 23308: [EDF] Re-implement DISTENE meshing plugins to use libraries instead of executables --- src/BLSURFPlugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BLSURFPlugin/CMakeLists.txt b/src/BLSURFPlugin/CMakeLists.txt index da3e881..d6e1a18 100644 --- a/src/BLSURFPlugin/CMakeLists.txt +++ b/src/BLSURFPlugin/CMakeLists.txt @@ -53,7 +53,7 @@ SET(_link_LIBRARIES ${CAS_TKG2d} ${CAS_TKG3d} ${CAS_TKShHealing} - ${MESHGEMS_LIBRARIES} + ${MESHGEMS_CADSURF_LIBRARY} ${SMESH_SMESHimpl} ${SMESH_SMESHEngine} ${SMESH_StdMeshers} -- 2.39.2