From 35d5a671a209cf7e1e057497d77ddfad2b91ef33 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 16 Jun 2011 10:20:26 +0000 Subject: [PATCH] little fix: "and" => "AND" --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aad12c1..7b2647b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1480,7 +1480,7 @@ message(STATUS " Video I/O: QTKit") endif() endif() -if(WIN32 and HAVE_VIDEOINPUT) +if(WIN32 AND HAVE_VIDEOINPUT) message(STATUS "") message(STATUS " Video I/O: DirectShow") endif() -- 2.7.4