From c7bbd1aef2f0548a6b809a57c888b58e160162dc Mon Sep 17 00:00:00 2001 From: Vincent Rabaud Date: Wed, 27 Feb 2013 11:00:38 -0800 Subject: [PATCH] Update cmake/templates/OpenCVConfig.cmake.in find_package(OpenCV) should not include_directories by default, that is not standard afaik. Plus that creates problems when creating the ROS package :) --- cmake/templates/OpenCVConfig.cmake.in | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/templates/OpenCVConfig.cmake.in b/cmake/templates/OpenCVConfig.cmake.in index d31e1b6a6..c69088b21 100644 --- a/cmake/templates/OpenCVConfig.cmake.in +++ b/cmake/templates/OpenCVConfig.cmake.in @@ -81,7 +81,6 @@ set(OpenCV_HAVE_ANDROID_CAMERA @HAVE_opencv_androidcamera@) # Provide the include directories to the caller set(OpenCV_INCLUDE_DIRS @OpenCV_INCLUDE_DIRS_CONFIGCMAKE@) -include_directories(${OpenCV_INCLUDE_DIRS}) # ====================================================== # Link directories to add to the user project: