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

pull/16797/head
Alexander Alekhin 5 years ago
parent 3a99ebb446
commit 7080c783d1
  1. 1
      modules/python/CMakeLists.txt

@ -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…
Cancel
Save