X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=vv%2FCMakeLists.txt;h=6f22571ffcae3c2efde5f83b4708e6bc7127b9c7;hb=543b72e23ad001ac2a7743b9beacf48e2d0054ac;hp=9453e1b0362114fecc112a6a3e1b9ec21b81c992;hpb=7f5fe9d1132d2fd6186dd33de41d5711ae32871d;p=clitk.git diff --git a/vv/CMakeLists.txt b/vv/CMakeLists.txt index 9453e1b..6f22571 100644 --- a/vv/CMakeLists.txt +++ b/vv/CMakeLists.txt @@ -239,7 +239,7 @@ endif(CLITK_USE_PACS_CONNECTION) #Special case for Main Window with QVTKWidget according VTK version foreach(tool ${vv_TOOLS_VTK7} ${vv_COMMON_WITH_UI_VTK7}) set(vv_SRCS ${vv_SRCS} ${tool}.cxx) - if(VTK_VERSION VERSION_GREATER "8.0.0") + if(VTK_VERSION VERSION_GREATER "8.2.0") if(vv_QT_VERSION VERSION_GREATER "4") QT5_WRAP_CPP(vv_SRCS ${tool}.h) QT5_WRAP_UI(vv_UI_CXX qt_ui/${tool}.ui)