1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

Minor change, related to previous commit.

This commit is contained in:
Ethan Rublee
2011-06-24 06:16:31 +00:00
parent 3692eb6976
commit a3da7951dc
-1
View File
@@ -39,7 +39,6 @@ get_filename_component(OPENCV_INSTALL_PATH "${CMAKE_CURRENT_LIST_FILE}/../.." RE
# ======================================================
# Provide the include directories to the caller
SET(OpenCV_INCLUDE_DIRS "${OPENCV_INSTALL_PATH}/include/opencv;${OPENCV_INSTALL_PATH}/include")
message(STATUS "OpenCV Includes : ${OpenCV_INCLUDE_DIRS}")
INCLUDE_DIRECTORIES(${OpenCV_INCLUDE_DIRS})
# ======================================================