Skip to content

Commit

Permalink
Fix ZED SDK version requirement (2.0 -> 2.1)
Browse files Browse the repository at this point in the history
Related to issues #144 and #154
  • Loading branch information
adujardin authored Sep 21, 2017
1 parent 3ea5cd1 commit 04a7864
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 @@ -19,7 +19,7 @@ function(checkPackage package customMessage)
endif()
endfunction(checkPackage)

find_package(ZED 2.0)
find_package(ZED 2.1)
checkPackage("ZED" "ZED SDK not found, install it from:\n https://www.stereolabs.com/developers/")

##For Jetson, OpenCV4Tegra is based on OpenCV2.4
Expand Down

0 comments on commit 04a7864

Please sign in to comment.