OCV_OPTION(WITH_1394 "Include IEEE1394 support" ON IF(NOT ANDROID AND NOT IOS AND NOT WINRT))
OCV_OPTION(WITH_AVFOUNDATION "Use AVFoundation for Video I/O" ON IF IOS)
OCV_OPTION(WITH_CARBON "Use Carbon for UI instead of Cocoa" OFF IF APPLE )
OCV_OPTION(WITH_VTK "Include VTK library support (and build opencv_viz module eiher)" ON IF(NOT ANDROID AND NOT IOS AND NOT WINRT))
OCV_OPTION(WITH_VTK "Include VTK library support (and build opencv_viz module eiher)" ON IF(NOT ANDROID AND NOT IOS AND NOT WINRT AND NOT CMAKE_CROSSCOMPILING))
OCV_OPTION(WITH_CUDA "Include NVidia Cuda Runtime support" ON IF(NOT IOS AND NOT WINRT))
OCV_OPTION(WITH_CUFFT "Include NVidia Cuda Fast Fourier Transform (FFT) library support" ON IF(NOT IOS AND NOT WINRT))
OCV_OPTION(WITH_CUBLAS "Include NVidia Cuda Basic Linear Algebra Subprograms (BLAS) library support" OFF IF(NOT IOS AND NOT WINRT))