Salome HOME
bos #23995: normalize ParaView patches names
[tools/sat_salome.git] / products / patches / paraview.0003-ParaViewClient.patch
1 --- ParaView.orig/CMake/ParaViewClient.cmake    2021-02-04 15:22:02.000000000 +0100
2 +++ ParaView.new/CMake/ParaViewClient.cmake     2021-04-23 17:37:01.814270336 +0200
3 @@ -513,9 +513,10 @@
4  
5    include("${_ParaViewClient_cmake_dir}/paraview-find-package-helpers.cmake" OPTIONAL)
6    find_program(qt_xmlpatterns_executable
7 -    NAMES xmlpatterns-qt5 xmlpatterns
8 +    NAMES xmlpatterns xmlpatterns-qt5
9      HINTS "${Qt5_DIR}/../../../bin"
10            "${Qt5_DIR}/../../../libexec/qt5/bin"
11 +    NO_CMAKE_PATH
12      DOC   "Path to xmlpatterns")
13    mark_as_advanced(qt_xmlpatterns_executable)
14