G-API: fixing CMake warning for standalone build

pull/15485/head
Anton Potapov 5 years ago
parent 4de115c08c
commit 8747082091
  1. 1
      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()

Loading…
Cancel
Save