Skip to content

Commit

Permalink
opencv 3 cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
asolis committed Jun 21, 2016
1 parent 61c6413 commit 5657669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PROJECT("${PROJECT_NAME}")
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")

# add opencv package to the project
FIND_PACKAGE( OpenCV REQUIRED )
FIND_PACKAGE( OpenCV 3 REQUIRED )
INCLUDE_DIRECTORIES( ${OpenCV_INCLUDE_DIRS} )

SUBDIRS(vivalib skcf)
Expand Down

0 comments on commit 5657669

Please sign in to comment.