1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 00:03:03 +04:00

Merge pull request #10200 from alalek:cmake_fix_dependencies

This commit is contained in:
Vadim Pisarevsky
2017-11-30 10:00:51 +00:00
3 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
if(NOT WITH_VTK OR NOT DEFINED HAVE_VTK OR NOT HAVE_VTK)
if(NOT HAVE_VTK)
ocv_module_disable(viz)
endif()