From: Nabil Ghodbane Date: Thu, 6 Oct 2022 10:44:17 +0000 (+0200) Subject: ttk- patch implementation -otherwise blind to graphviz/embree X-Git-Tag: V9_11_0~255 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8133608e50f85906ff6a9a80d966a5c31533e55c;p=tools%2Fsat_salome.git ttk- patch implementation -otherwise blind to graphviz/embree --- diff --git a/products/compil_scripts/TTK.sh b/products/compil_scripts/TTK.sh index 1c45292..649d1c1 100755 --- a/products/compil_scripts/TTK.sh +++ b/products/compil_scripts/TTK.sh @@ -12,7 +12,7 @@ if [ -n "$SAT_DEBUG" ]; then else CMAKE_OPTIONS+=" -DCMAKE_BUILD_TYPE:STRING=Release" fi -CMAKE_OPTIONS+=" -DTK_BUILD_PARAVIEW_PLUGINS=ON" +CMAKE_OPTIONS+=" -DTTK_BUILD_PARAVIEW_PLUGINS=ON" CMAKE_OPTIONS+=" -Dembree_DIR:PATH=${EMBREE_ROOT_DIR}/lib/cmake/embree-${EMBREE_VERSION}" # Embree CMake defines EMBREE_INCLUDE_DIRS but TTK uses EMBREE_INCUDE_DIR which is undefined. CMAKE_OPTIONS+=" -DEMBREE_INCLUDE_DIR=${EMBREE_ROOT_DIR}/include"