1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

cmake: fix missing project() warning in Python standalone builds

This commit is contained in:
Alexander Alekhin
2020-03-12 14:29:31 +03:00
parent 3a99ebb446
commit 7080c783d1
+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()