Salome HOME
ttk- patch implementation -otherwise blind to graphviz/embree
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 6 Oct 2022 10:44:17 +0000 (12:44 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Thu, 6 Oct 2022 10:44:17 +0000 (12:44 +0200)
products/compil_scripts/TTK.sh

index 1c45292561c4ad00a8dd27de3ab535afef8cbff6..649d1c1c43574f7eb9189c79089ad8255c0d9d28 100755 (executable)
@@ -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"