Skip to content

Commit

Permalink
Update configure.ac for opencv 4 on ubuntu 20
Browse files Browse the repository at this point in the history
  • Loading branch information
smeng9 authored Jul 16, 2021
1 parent e10f10b commit 7fb7c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ AC_OPENMP
AC_SUBST(OPENMP_CFLAGS)

# We check for opencv 3.0.0. if absent, stop!!
PKG_CHECK_MODULES([OPENCV],[opencv >= 3.0.0],[],[AC_MSG_ERROR(OpenCV not found. Have you installed the library (devel version)). OpenCFU cannot be built without OpenCV!])
PKG_CHECK_MODULES([OPENCV],[opencv4 >= 3.0.0],[],[AC_MSG_ERROR(OpenCV not found. Have you installed the library (devel version)). OpenCFU cannot be built without OpenCV!])

### We add opencv to global AM flags.

Expand Down

0 comments on commit 7fb7c6d

Please sign in to comment.