Salome HOME
Port Smesh to ParaView 5.8.
[modules/smesh.git] / src / SMDS / CMakeLists.txt
index 867e0b2df194abcbc508a3131744dfbe20e56125..2bc0f54b2eeb33757a79467a3aeddf96e6ab24dd 100644 (file)
@@ -21,7 +21,6 @@
 # additional include directories
 INCLUDE_DIRECTORIES(
   ${KERNEL_INCLUDE_DIRS}
-  ${VTK_INCLUDE_DIRS}
   ${Boost_INCLUDE_DIRS}
 )
 
@@ -32,9 +31,9 @@ ADD_DEFINITIONS(
 
 # libraries to link to
 SET(_link_LIBRARIES
-  ${VTK_LIBRARIES}
   ${KERNEL_SALOMELocalTrace}
   ${KERNEL_OpUtil}
+  VTK::CommonCore
 )
 
 # --- headers ---