We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6bbcd6 commit 542611aCopy full SHA for 542611a
modules/ovis/CMakeLists.txt
@@ -16,7 +16,7 @@ elseif(OGRE_VERSION VERSION_GREATER 1.10) # we need C++11 for OGRE 1.11
16
endif()
17
18
19
-include_directories(${OGRE_INCLUDE_DIRS}})
+include_directories(${OGRE_INCLUDE_DIRS})
20
link_directories(${OGRE_LIBRARY_DIRS})
21
22
ocv_define_module(ovis opencv_core opencv_imgproc opencv_calib3d WRAP python)
0 commit comments