From f9ca6cfd22611b0024c2c75fd2891e6b54a5b101 Mon Sep 17 00:00:00 2001 From: Anatoly Baksheev Date: Thu, 28 Nov 2013 12:10:28 +0400 Subject: [PATCH] fixed ocv_module_disable() --- modules/viz/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/viz/CMakeLists.txt b/modules/viz/CMakeLists.txt index 6da1afc11a..7ccd079216 100644 --- a/modules/viz/CMakeLists.txt +++ b/modules/viz/CMakeLists.txt @@ -1,5 +1,5 @@ if(NOT WITH_VTK OR NOT DEFINED HAVE_VTK OR NOT HAVE_VTK) - ocv_module_disable() + ocv_module_disable(viz) endif() include(${VTK_USE_FILE})