Michal_LFC
Michal_LFC

Reputation: 599

CMake error - cmTryCompileExec has stopped working (VTK)

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

Upvotes: 7

Views: 379

Answers (1)

Dženan
Dženan

Reputation: 3395

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

Upvotes: 1

Related Questions