Dropped the CMAKE_VERBOSE option.
There's no reason for it to exist, since it just duplicates the CMAKE_VERBOSE_MAKEFILE variable.
This commit is contained in:
parent
893e8b4371
commit
e45526b9c0
@ -200,10 +200,6 @@ OCV_OPTION(ENABLE_NOISY_WARNINGS "Show all warnings even if they are too no
|
|||||||
OCV_OPTION(OPENCV_WARNINGS_ARE_ERRORS "Treat warnings as errors" OFF )
|
OCV_OPTION(OPENCV_WARNINGS_ARE_ERRORS "Treat warnings as errors" OFF )
|
||||||
OCV_OPTION(ENABLE_WINRT_MODE "Build with Windows Runtime support" OFF IF WIN32 )
|
OCV_OPTION(ENABLE_WINRT_MODE "Build with Windows Runtime support" OFF IF WIN32 )
|
||||||
|
|
||||||
# uncategorized options
|
|
||||||
# ===================================================
|
|
||||||
OCV_OPTION(CMAKE_VERBOSE "Verbose mode" OFF )
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Get actual OpenCV version number from sources
|
# Get actual OpenCV version number from sources
|
||||||
@ -269,10 +265,6 @@ if(DEFINED CMAKE_DEBUG_POSTFIX)
|
|||||||
set(OPENCV_DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}")
|
set(OPENCV_DEBUG_POSTFIX "${CMAKE_DEBUG_POSTFIX}")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(CMAKE_VERBOSE)
|
|
||||||
set(CMAKE_VERBOSE_MAKEFILE 1)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Path for build/platform -specific headers
|
# Path for build/platform -specific headers
|
||||||
|
Loading…
x
Reference in New Issue
Block a user