Skip to content

Commit 542611a

Browse files
committed
ovis: remove superficial '}' from cmake
with Ogre 1.11 OGRE_INCLUDE_DIRS has only one element and the '}' corrupting the last include path becomes noticable.
1 parent d6bbcd6 commit 542611a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ovis/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ elseif(OGRE_VERSION VERSION_GREATER 1.10) # we need C++11 for OGRE 1.11
1616
endif()
1717
endif()
1818

19-
include_directories(${OGRE_INCLUDE_DIRS}})
19+
include_directories(${OGRE_INCLUDE_DIRS})
2020
link_directories(${OGRE_LIBRARY_DIRS})
2121

2222
ocv_define_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)

0 commit comments

Comments
 (0)