Salome HOME
Update list of known failed tests from testbase
[tools/configuration.git] / config / patches / opencv.002_cmake.patch
1 diff -Naur opencv-3.2.0_SRC_orig/cmake/OpenCVCompilerOptions.cmake opencv-3.2.0_SRC_modif/cmake/OpenCVCompilerOptions.cmake
2 --- opencv-3.2.0_SRC_orig/cmake/OpenCVCompilerOptions.cmake     2019-09-02 17:10:46.940341420 +0300
3 +++ opencv-3.2.0_SRC_modif/cmake/OpenCVCompilerOptions.cmake    2019-09-02 17:12:49.592741875 +0300
4 @@ -18,9 +18,9 @@
5          message(STATUS "Unable to compile program with enabled ccache, reverting...")
6          set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}")
7        endif()
8 -    else()
9 -      message(STATUS "Looking for ccache - not found")
10      endif()
11 +  else()
12 +    message(STATUS "Looking for ccache - not found")
13    endif()
14  endif()
15