Hi all, Since a while I am missing this flag from the VS.NET generator: /EHsc
Every app I compile crashes unless i add it, I nevber had problems with my apps with older versions of CMakeSetup (using 2.2 patch 2). Is this flag removed for a reason? Or is this already fixed in newer versions?
The flag is needed virtually always, it is generating code related to the unwind stack for exception handling.
If this flag is not going to be added, how can I add this to my VS.NET generated projects with the ADD_DEFINITIONS ?
With regards, - Jorgen _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
