[vtk-developers] CMake 3.2.2 + VTK 6.2 + VS 2013 - missing USE_VTK_Rendering

Szymek_10 sz.zwolan at gmail.com
Sat May 9 06:34:02 EDT 2015


It works! Thank you!

So assume: VTK greater or equal than 6.0 version should use this
CMakeFile.txt :

cmake_minimum_required(VERSION 2.8.5 FATAL_ERROR)

project(ImageProcessing)

find_package(VTK REQUIRED NO_MODULE)
include(${VTK_USE_FILE})

add_executable(ImageSlicing ImageSlicing.cxx)
target_link_libraries(ImageSlicing ${VTK_LIBRARIES})



--
View this message in context: http://vtk.1045678.n5.nabble.com/CMake-3-2-2-VTK-6-2-VS-2013-missing-USE-VTK-Rendering-tp5731824p5731857.html
Sent from the VTK - Dev mailing list archive at Nabble.com.


More information about the vtk-developers mailing list