OCV_OPTION(BUILD_WITH_DEBUG_INFO"Include debug info into debug libs (not MSCV only)"ON)
OCV_OPTION(BUILD_WITH_STATIC_CRT"Enables use of statically linked CRT for statically linked OpenCV"ONIFMSVC)
OCV_OPTION(BUILD_WITH_DYNAMIC_IPP"Enables dynamic linking of IPP (only for standalone IPP)"OFF)
OCV_OPTION(BUILD_FAT_JAVA_LIB"Create fat java wrapper containing the whole OpenCV library"ONIFNOTBUILD_SHARED_LIBSANDCMAKE_COMPILER_IS_GNUCXX)
OCV_OPTION(BUILD_FAT_JAVA_LIB"Create Java wrapper exporting all functions of OpenCV library (requires static build of OpenCV modules)"ANDROIDIFNOTBUILD_SHARED_LIBS)
OCV_OPTION(BUILD_ANDROID_SERVICE"Build OpenCV Manager for Google Play"OFFIFANDROID)
OCV_OPTION(BUILD_CUDA_STUBS"Build CUDA modules stubs when no CUDA SDK"OFFIF(NOTAPPLE_FRAMEWORK))