From: qc784398 Date: Fri, 26 Mar 2021 11:45:11 +0000 (+0100) Subject: Fix wrong invisible character which raises encoding error with SALOME-master-native... X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f6e76e4dbfe55f0463443675dc53453678fb5c47;p=tools%2Fsat_salome.git Fix wrong invisible character which raises encoding error with SALOME-master-native.pyconf --- diff --git a/applications/SALOME-master-native.pyconf b/applications/SALOME-master-native.pyconf index 541e3b6..37d99a0 100644 --- a/applications/SALOME-master-native.pyconf +++ b/applications/SALOME-master-native.pyconf @@ -198,7 +198,7 @@ __overwrite__ : } { # On DB10, ParaView fails to find xmlpatterns executable : ParaViewClient.cmake try to find it - # from Qt5_DIR, going back from it in filesystem (hardcoded). + # from Qt5_DIR, going back from it in filesystem (hardcoded). # The standard patch is also needed to be able to build PARAVIS (same kind of issue). # What is more, ParaView 5.9 CMake procedure requires Qt 5.12 as minimum version (5.11 here). # As this version is compliant too, let's force it as the new minimum needed version.