Commit 7080c783 authored by Alexander Alekhin's avatar Alexander Alekhin

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

parent 3a99ebb4
......@@ -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()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment