From: nds Date: Mon, 22 Dec 2014 11:28:58 +0000 (+0300) Subject: The file is obtained from the KERNEL module of SALOME. There is a condition there... X-Git-Tag: V_0.7.0_rc1~57^2^2~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7258d2dbc150929cd869bacc26f1af24ac457e37;p=modules%2Fshaper.git The file is obtained from the KERNEL module of SALOME. There is a condition there, that IF(CAS_VERSION_STR VERSION_LESS "6.7.2"), this lib is checked. The current version of OCC in the NewGeom is 6.8.0, so this library is not necessary anymore. --- diff --git a/CMakeCommon/FindCAS.cmake b/CMakeCommon/FindCAS.cmake index 1d066b168..b610c2915 100644 --- a/CMakeCommon/FindCAS.cmake +++ b/CMakeCommon/FindCAS.cmake @@ -94,7 +94,6 @@ FIND_LIBRARY(CAS_FWOSPlugin FWOSPlugin ) MESSAGE(STATUS "FWOS " ${CAS_FWOSPlugin}) FIND_LIBRARY(CAS_PTKernel PTKernel ) -FIND_LIBRARY(CAS_TKAdvTools TKAdvTools ) FIND_LIBRARY(CAS_TKBin TKBin ) FIND_LIBRARY(CAS_TKBinL TKBinL ) FIND_LIBRARY(CAS_TKBinTObj TKBinTObj ) @@ -179,7 +178,6 @@ FIND_PACKAGE_HANDLE_STANDARD_ARGS(CAS REQUIRED_VARS CAS_INCLUDE_DIRS CAS_FWOSPlugin CAS_PTKernel - CAS_TKAdvTools CAS_TKBin CAS_TKBinL CAS_TKBinTObj