mirror of
https://github.com/opencv/opencv.git
synced 2024-11-24 19:20:28 +08:00
cmake: fix missing project() warning in Python standalone builds
This commit is contained in:
parent
3a99ebb446
commit
7080c783d1
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user