Commit 87470820 authored by Anton Potapov's avatar Anton Potapov

G-API: fixing CMake warning for standalone build

parent 4de115c0
...@@ -2,6 +2,7 @@ ...@@ -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()
......
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