]> git.pld-linux.org Git - packages/kf5-extra-cmake-modules.git/blob - extra-cmake-modules-tests.patch
- cd build (no idea how to run ctest without chdir)
[packages/kf5-extra-cmake-modules.git] / extra-cmake-modules-tests.patch
1 diff -up extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in.orig extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in
2 --- extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in.orig       2022-02-05 16:33:17.000000000 +0100
3 +++ extra-cmake-modules-5.91.0/tests/ECMPoQmToolsTest/check.cmake.in    2022-02-14 16:48:05.753931574 +0100
4 @@ -74,7 +74,7 @@ if("@CMAKE_SYSTEM_NAME@" STREQUAL "Linux
5          foreach(lang en de de_AT fr)
6              execute_process(
7                  COMMAND "${CMAKE_COMMAND}" -E env "XDG_DATA_DIRS=${ACTUAL_TREE}/share"
8 -                    LANG=${lang} "${exec}"
9 +                    LC_ALL=${lang} "${exec}"
10                  OUTPUT_VARIABLE output
11              )
12              string(STRIP "${output}" stripped_output)
This page took 0.055755 seconds and 3 git commands to generate.