From: Nabil Ghodbane Date: Thu, 6 Oct 2022 10:42:24 +0000 (+0200) Subject: ttk- patch implementation -otherwise blind to graphviz/embree X-Git-Tag: V9_11_0~256 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e609307ef3b3406d2edaf16edc659a3c9d065cb2;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 d836986..1c45292 100755 --- a/products/compil_scripts/TTK.sh +++ b/products/compil_scripts/TTK.sh @@ -14,7 +14,8 @@ else fi CMAKE_OPTIONS+=" -DTK_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" echo echo "*** cmake" $CMAKE_OPTIONS rm -rf $BUILD_DIR