mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +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
|
else() # standalone build
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 2.8.12)
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
project(OpenCVPython CXX C)
|
||||||
include("./standalone.cmake")
|
include("./standalone.cmake")
|
||||||
|
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user