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
Asked
Active
Viewed 369 times
7

Michal_LFC
- 649
- 3
- 11
- 25
-
2I think there is more to this error message – Peter Jan 13 '14 at 18:18
-
the compiler its calling could be crashing. – JonnyRo Nov 17 '15 at 21:39
1 Answers
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