Merge pull request #21128 from cclauss:patch-3

This commit is contained in:
Alexander Alekhin 2021-11-26 11:11:58 +00:00
commit f159ed20c2

View File

@ -113,7 +113,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ${ENABLE_PIC})
ocv_cmake_hook(PRE_CMAKE_BOOTSTRAP) ocv_cmake_hook(PRE_CMAKE_BOOTSTRAP)
# Bootstap CMake system: setup CMAKE_SYSTEM_NAME and other vars # Bootstrap CMake system: setup CMAKE_SYSTEM_NAME and other vars
enable_language(CXX C) enable_language(CXX C)
ocv_cmake_hook(POST_CMAKE_BOOTSTRAP) ocv_cmake_hook(POST_CMAKE_BOOTSTRAP)