From b6ac27669029d1ed63a74ad51e3734856a092089 Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 23 Aug 2016 13:39:15 +0300 Subject: [PATCH] 23308: [EDF] Re-implement DISTENE meshing plugins to use libraries instead of executables --- src/GUI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 7954ade..fa2db47 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -53,7 +53,7 @@ SET(_link_LIBRARIES ${GUI_SalomeObject} ${GUI_LightApp} ${SMESH_SMESH} - ${SMESH_GeomSelectionTools} + ${SMESH_PluginUtils} ${CAS_KERNEL} SalomeIDLNETGENPLUGIN NETGENEngine -- 2.39.2