Skip to content

Commit c49d781

Browse files
committed
Merge pull request #1624 from paroj:ovisup
2 parents ebc142b + 542611a commit c49d781

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)