Skip to content

Commit

Permalink
the option flag for opencv should be caps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Hughes authored and kislayabhi committed Jul 23, 2014
1 parent 51573c6 commit bbdc715
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ IF(CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT DARWIN)
LIST(APPEND CMAKE_SWIG_FLAGS "-DSWIGWORDSIZE64")
ENDIF()

#integration
OPTION(OpenCV "OpenCV Integration" OFF)
#integration
OPTION(OPENCV "OpenCV Integration" OFF)

#interfaces
OPTION(PythonModular "Python Modular" OFF)
Expand Down Expand Up @@ -639,7 +639,7 @@ ELSE()
ENDIF()
ENDIF()

IF (OpenCV)
IF (OPENCV)
# find OpenCV library if intended by the user.
FIND_PACKAGE(OpenCV)
IF (OpenCV_FOUND)
Expand Down

0 comments on commit bbdc715

Please sign in to comment.