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()
if(WIN32 and HAVE_VIDEOINPUT)
if(WIN32 AND HAVE_VIDEOINPUT)
message(STATUS "")
message(STATUS " Video I/O: DirectShow")
endif()

Loading…
Cancel
Save