Salome HOME
bos #30358 COTECH Action 141.1: remove config subfolder
[tools/configuration.git] / config / patches / opencv.002_cmake.patch
diff --git a/config/patches/opencv.002_cmake.patch b/config/patches/opencv.002_cmake.patch
deleted file mode 100644 (file)
index 28d186e..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -Naur opencv-3.2.0_SRC_orig/cmake/OpenCVCompilerOptions.cmake opencv-3.2.0_SRC_modif/cmake/OpenCVCompilerOptions.cmake
---- opencv-3.2.0_SRC_orig/cmake/OpenCVCompilerOptions.cmake    2019-09-02 17:10:46.940341420 +0300
-+++ opencv-3.2.0_SRC_modif/cmake/OpenCVCompilerOptions.cmake   2019-09-02 17:12:49.592741875 +0300
-@@ -18,9 +18,9 @@
-         message(STATUS "Unable to compile program with enabled ccache, reverting...")
-         set_property(GLOBAL PROPERTY RULE_LAUNCH_COMPILE "${__OLD_RULE_LAUNCH_COMPILE}")
-       endif()
--    else()
--      message(STATUS "Looking for ccache - not found")
-     endif()
-+  else()
-+    message(STATUS "Looking for ccache - not found")
-   endif()
- endif()