Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CMake error - cmTryCompileExec has stopped working (VTK)

Tags:

c++

cmake

vtk

itk

Hello I am trying to compile VTK and ITK with CMake under Windows 8. ITK compiled perfectly, but when I try to deal with VTK by CMake I get error cmTryCompileExec has stopped working. How can I solve this problem? My version of CMake is 2.8.12.1

like image 335
Michał Pastuszka Avatar asked Jan 13 '14 12:01

Michał Pastuszka


1 Answers

It looks like the script which is running the try-compile test is crashing. Solution: Update VTK.

like image 159
Dženan Avatar answered Oct 13 '22 19:10

Dženan