Created
August 4, 2016 03:49
-
-
Save hughperkins/c2ee47a0a6629d7a96969f12ec6c01da to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@peach:/norep/Downloads/opencv-3.1.0/build$ cat CMakeCache.txt | grep '=ON' | grep -v INTERNAL | |
BUILD_PACKAGE:BOOL=ON | |
BUILD_SHARED_LIBS:BOOL=ON | |
BUILD_WITH_DEBUG_INFO:BOOL=ON | |
BUILD_opencv_core:BOOL=ON | |
BUILD_opencv_imgcodecs:BOOL=ON | |
BUILD_opencv_imgproc:BOOL=ON | |
BUILD_opencv_ml:BOOL=ON | |
CMAKE_COLOR_MAKEFILE:BOOL=ON | |
CPACK_BINARY_STGZ:BOOL=ON | |
CPACK_BINARY_TGZ:BOOL=ON | |
CPACK_BINARY_TZ:BOOL=ON | |
CPACK_SOURCE_TBZ2:BOOL=ON | |
CPACK_SOURCE_TGZ:BOOL=ON | |
CPACK_SOURCE_TXZ:BOOL=ON | |
CPACK_SOURCE_TZ:BOOL=ON | |
CUDA_64_BIT_DEVICE_CODE:BOOL=ON | |
CUDA_ATTACH_VS_BUILD_RULE_TO_CUDA_FILE:BOOL=ON | |
CUDA_HOST_COMPILATION_CPP:BOOL=ON | |
CUDA_PROPAGATE_HOST_FLAGS:BOOL=ON | |
ENABLE_OMIT_FRAME_POINTER:BOOL=ON | |
ENABLE_PRECOMPILED_HEADERS:BOOL=ON | |
ENABLE_SSE:BOOL=ON | |
ENABLE_SSE2:BOOL=ON | |
ENABLE_SSE3:BOOL=ON | |
WITH_GTK:BOOL=ON | |
WITH_JPEG:BOOL=ON |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment