7

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

Michal_LFC
  • 649
  • 3
  • 11
  • 25

1 Answers1

1

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

Dženan
  • 3,329
  • 3
  • 31
  • 44