From 8747082091067204f661ffb30dcf28a3f94e4714 Mon Sep 17 00:00:00 2001 From: Anton Potapov Date: Mon, 9 Sep 2019 16:23:04 +0300 Subject: [PATCH] G-API: fixing CMake warning for standalone build --- modules/gapi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/gapi/CMakeLists.txt b/modules/gapi/CMakeLists.txt index 0dc18299de..f5aca38d1b 100644 --- a/modules/gapi/CMakeLists.txt +++ b/modules/gapi/CMakeLists.txt @@ -2,6 +2,7 @@ # (Restructure directories, add common pass, etc) if (NOT DEFINED OPENCV_INITIAL_PASS) cmake_minimum_required(VERSION 3.3) + project(gapi_standalone) include("cmake/standalone.cmake") return() endif()