mirror of
https://github.com/opencv/opencv.git
synced 2024-11-25 03:30:34 +08:00
G-API: fixing CMake warning for standalone build
This commit is contained in:
parent
4de115c08c
commit
8747082091
@ -2,6 +2,7 @@
|
|||||||
# (Restructure directories, add common pass, etc)
|
# (Restructure directories, add common pass, etc)
|
||||||
if (NOT DEFINED OPENCV_INITIAL_PASS)
|
if (NOT DEFINED OPENCV_INITIAL_PASS)
|
||||||
cmake_minimum_required(VERSION 3.3)
|
cmake_minimum_required(VERSION 3.3)
|
||||||
|
project(gapi_standalone)
|
||||||
include("cmake/standalone.cmake")
|
include("cmake/standalone.cmake")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user