little fix: "and" => "AND"

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 498451872b
commit 35d5a671a2
  1. 2
      CMakeLists.txt

@ -1480,7 +1480,7 @@ message(STATUS " Video I/O: QTKit")
endif() endif()
endif() endif()
if(WIN32 and HAVE_VIDEOINPUT) if(WIN32 AND HAVE_VIDEOINPUT)
message(STATUS "") message(STATUS "")
message(STATUS " Video I/O: DirectShow") message(STATUS " Video I/O: DirectShow")
endif() endif()

Loading…
Cancel
Save