From e8ecc505ed1842403e6f8ed05ff9fcb44f8c93df Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Wed, 20 May 2015 17:23:41 -0500 Subject: [PATCH] fix error --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 92a89b5fa..e74f3b13a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -183,7 +183,7 @@ if(NOT HOST_OS) endif(NOT HOST_OS) # System checks -check_include_file("libv4l1-videodev.h" _H) +check_include_file("libv4l1-videodev.h" HAVE_LIBV4L1_VIDEODEV_H) if(NOT HAVE_LIBV4L1_VIDEODEV_H) check_include_file("linux/videodev.h" HAVE_LINUX_VIDEODEV_H) endif(NOT HAVE_LIBV4L1_VIDEODEV_H)