diff --git a/CMakeLists.txt b/CMakeLists.txt index aad12c1aad..7b2647bc8f 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()