]> SALOME platform Git repositories - tools/sat_salome.git/commitdiff
Salome HOME
Fix wrong invisible character which raises encoding error with SALOME-master-native...
authorqc784398 <quentin.cozette@cea.fr>
Fri, 26 Mar 2021 11:45:11 +0000 (12:45 +0100)
committerqc784398 <quentin.cozette@cea.fr>
Fri, 26 Mar 2021 11:45:11 +0000 (12:45 +0100)
applications/SALOME-master-native.pyconf

index 541e3b6370a93dc098fd0ff3fa14180c7127c107..37d99a035302f6c7a79bc5959d9f6b260198dc45 100644 (file)
@@ -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.