From: rnv Date: Wed, 15 Feb 2017 15:42:49 +0000 (+0300) Subject: Migration to OpenCASCADE CMake configuration X-Git-Tag: V8_5_0a2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0bd66485c4d0e65188ee853c42e2e3bb90a58ad3;p=modules%2Fparavis.git Migration to OpenCASCADE CMake configuration --- diff --git a/src/PVGUI/CMakeLists.txt b/src/PVGUI/CMakeLists.txt index 7e74e068..63a01e22 100644 --- a/src/PVGUI/CMakeLists.txt +++ b/src/PVGUI/CMakeLists.txt @@ -25,7 +25,6 @@ INCLUDE_DIRECTORIES( ${KERNEL_INCLUDE_DIRS} ${GUI_INCLUDE_DIRS} ${PROJECT_BINARY_DIR} - ${CAS_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${QT_INCLUDES} ${CMAKE_CURRENT_SOURCE_DIR} @@ -33,7 +32,6 @@ INCLUDE_DIRECTORIES( ) # additional preprocessor / compiler flags -ADD_DEFINITIONS(${CAS_DEFINITIONS}) ADD_DEFINITIONS(${KERNEL_DEFINITIONS}) # libraries to link to