From eb7803d480f1d15cba94294edab5e7966bf5a15b Mon Sep 17 00:00:00 2001 From: vsr Date: Thu, 30 Apr 2020 09:40:13 +0300 Subject: [PATCH] bos #19055 Fix broken linkage on Windows (add missing GEOMUtils library) --- src/Controls/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Controls/CMakeLists.txt b/src/Controls/CMakeLists.txt index dd7026ce3..ac2f02a07 100644 --- a/src/Controls/CMakeLists.txt +++ b/src/Controls/CMakeLists.txt @@ -39,6 +39,7 @@ SET(_link_LIBRARIES ${OpenCASCADE_FoundationClasses_LIBRARIES} ${OpenCASCADE_ModelingData_LIBRARIES} ${OpenCASCADE_ModelingAlgorithms_LIBRARIES} + ${GEOM_GEOMUtils} SMDS SMESHDS SMESHUtils -- 2.30.2