Commit 57b16a4b authored by Maksim Shabunin's avatar Maksim Shabunin

Merge pull request #15485 from anton-potapov:gapi_standalone_fix_cmake_warning

parents 4de115c0 87470820
...@@ -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