Skip to content

Commit

Permalink
Fixing building client with OpenCV support.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacu committed Sep 1, 2016
1 parent 3c04fb5 commit 0729df5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ ENDIF (OpenCV_FOUND)

IF (BUILD_OPENCV)
ADD_SUBDIRECTORY(support/opencv)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR}/support/opencv/include)
ENDIF (BUILD_OPENCV)

SET (BUILD_CLIENT FALSE CACHE BOOL "Build with client support library and executable")
Expand Down

0 comments on commit 0729df5

Please sign in to comment.