Reputation: 599
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
Reputation: 3395
It looks like the script which is running the try-compile test is crashing. Solution: Update VTK.
Upvotes: 1