Merge pull request #16797 from alalek:cmake_warning_python_standalone

This commit is contained in:
Alexander Alekhin
2020-03-13 18:02:50 +00:00
+1
View File
@@ -41,6 +41,7 @@ add_subdirectory(python3)
else() # standalone build
cmake_minimum_required(VERSION 2.8.12)
project(OpenCVPython CXX C)
include("./standalone.cmake")
endif()