From 96cff5735c5bd51fa5361bed3c006ff1a1f80148 Mon Sep 17 00:00:00 2001 From: Nabil Ghodbane Date: Tue, 4 Oct 2022 10:44:07 +0200 Subject: [PATCH] paraview patch -client --- products/patches/paraview-5.11.0.p003-ParaViewClient.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/patches/paraview-5.11.0.p003-ParaViewClient.patch b/products/patches/paraview-5.11.0.p003-ParaViewClient.patch index db39096..68e9337 100644 --- a/products/patches/paraview-5.11.0.p003-ParaViewClient.patch +++ b/products/patches/paraview-5.11.0.p003-ParaViewClient.patch @@ -6,7 +6,7 @@ diff -Naur ParaView_ref/CMake/ParaViewClient.cmake ParaView_new/CMake/ParaViewCl include("${_ParaViewClient_cmake_dir}/paraview-find-package-helpers.cmake" OPTIONAL) find_program(qt_xmlpatterns_executable - NAMES xmlpatterns-qt5 xmlpatterns -+ NAMES xmlpatterns-qt5 xmlpatterns-qt5 ++ NAMES xmlpatterns xmlpatterns-qt5 HINTS "${Qt5_DIR}/../../../bin" "${Qt5_DIR}/../../../libexec/qt5/bin" + NO_CMAKE_PATH -- 2.39.2