From: vsr Date: Tue, 24 Feb 2015 08:24:33 +0000 (+0300) Subject: Fix-up dependencies X-Git-Tag: V7_6_0a1~18 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=5e086fb5375f25559361193fd691631d334f46c3 Fix-up dependencies --- diff --git a/src/SMESHUtils/CMakeLists.txt b/src/SMESHUtils/CMakeLists.txt index 561dba7cf..11fe43abe 100644 --- a/src/SMESHUtils/CMakeLists.txt +++ b/src/SMESHUtils/CMakeLists.txt @@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES( ${VTK_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${PROJECT_SOURCE_DIR}/src/SMDS - ${PROJECT_SOURCE_DIR}/src/SMESHDS ) # additional preprocessor / compiler flags @@ -43,7 +42,7 @@ SET(_link_LIBRARIES ${CAS_TKGeomBase} ${CAS_TKGeomAlgo} ${Boost_LIBRARIES} - SMESHDS + SMDS ) # --- headers ---