<div dir="ltr">You need to keep is selected. The real issue is that the library names between VTK 5 and 6 have changed.<div><br></div><div>You should read the full build migration guide at: <a href="http://www.vtk.org/Wiki/VTK/Build_System_Migration">http://www.vtk.org/Wiki/VTK/Build_System_Migration</a></div><div><br></div><div>But I believe the following should work for you:</div><div><br></div><div><div>project(ImageProcessing)</div><div><br></div><div>find_package(VTK REQUIRED NO_MODULE)</div><div>include(${VTK_USE_FILE})</div><div><br></div><div>add_executable(ImageSlicing ImageSlicing.cxx)</div><div>target_link_libraries(ImageSlicing ${VTK_LIBRARIES})</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, May 8, 2015 at 10:04 AM, Szymek_10 <span dir="ltr"><<a href="mailto:sz.zwolan@gmail.com" target="_blank">sz.zwolan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">VTK_GROUP_RENDERING was selected automaticly. Should I unselect this?<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/CMake-3-2-2-VTK-6-2-VS-2013-missing-USE-VTK-Rendering-tp5731824p5731839.html" target="_blank">http://vtk.1045678.n5.nabble.com/CMake-3-2-2-VTK-6-2-VS-2013-missing-USE-VTK-Rendering-tp5731824p5731839.html</a><br>
<div class="HOEnZb"><div class="h5">Sent from the VTK - Dev mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" target="_blank">http://markmail.org/search/?q=vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" target="_blank">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
<br>
</div></div></blockquote></div><br></div>