From 361bb1197f6543f825d78db918b6ea6df894fab9 Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Fri, 15 Dec 2017 21:36:22 +0000 Subject: [PATCH] cmake: fix opencv_world build with contrib --- modules/python/bindings/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/python/bindings/CMakeLists.txt b/modules/python/bindings/CMakeLists.txt index e407ea9..d0b80c3 100644 --- a/modules/python/bindings/CMakeLists.txt +++ b/modules/python/bindings/CMakeLists.txt @@ -1,4 +1,5 @@ set(MODULE_NAME "python_bindings_generator") +set(OPENCV_MODULE_IS_PART_OF_WORLD FALSE) ocv_add_module(${MODULE_NAME} INTERNAL) set(OPENCV_PYTHON_SIGNATURES_FILE "${CMAKE_CURRENT_BINARY_DIR}/pyopencv_signatures.json" CACHE INTERNAL "") -- 2.7.4