Skip to content

Instantly share code, notes, and snippets.

@nitrotm
Created October 10, 2017 09:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nitrotm/b164822e467d60aef97cfecfbad91a26 to your computer and use it in GitHub Desktop.
Save nitrotm/b164822e467d60aef97cfecfbad91a26 to your computer and use it in GitHub Desktop.
Patch for ROS OpenCV 3.2.0-6
--- opencv3-release-release-lunar-opencv3-3.2.0-6/cmake/OpenCVCompilerOptions.cmake 2017-06-07 08:47:12.000000000 +0200
+++ opencv3-release-release-lunar-opencv3-3.2.0-6-patched/cmake/OpenCVCompilerOptions.cmake 2017-10-10 11:05:00.268116070 +0200
@@ -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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment