From 7b9fa53660dbaeb195c16733e52825debaaeb2f4 Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 28 Feb 2020 11:53:28 +0300 Subject: [PATCH] Porting to Paraview 5.8 --- src/GUI/CMakeLists.txt | 1 - src/HexoticPlugin/CMakeLists.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/src/GUI/CMakeLists.txt b/src/GUI/CMakeLists.txt index 1ed0189..53e2405 100644 --- a/src/GUI/CMakeLists.txt +++ b/src/GUI/CMakeLists.txt @@ -31,7 +31,6 @@ INCLUDE_DIRECTORIES( ${GUI_INCLUDE_DIRS} ${GEOM_INCLUDE_DIRS} ${SMESH_INCLUDE_DIRS} - ${VTK_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${OMNIORB_INCLUDE_DIR} ${CMAKE_CURRENT_BINARY_DIR} diff --git a/src/HexoticPlugin/CMakeLists.txt b/src/HexoticPlugin/CMakeLists.txt index 66cb701..7a68c7a 100644 --- a/src/HexoticPlugin/CMakeLists.txt +++ b/src/HexoticPlugin/CMakeLists.txt @@ -24,7 +24,6 @@ INCLUDE_DIRECTORIES( ${OMNIORB_INCLUDE_DIR} ${Boost_INCLUDE_DIRS} ${OpenCASCADE_INCLUDE_DIR} - ${VTK_INCLUDE_DIRS} ${MESHGEMS_INCLUDE_DIRS} ${KERNEL_INCLUDE_DIRS} ${GUI_INCLUDE_DIRS} -- 2.30.2