Re: [CMake] ExceptionHandling in VC8

2006-06-30 Thread William A. Hoffman
At 01:31 PM 6/30/2006, Brad King wrote: >Laurentiu Nicolae wrote: >>Hello CMake users, >>I have noticed that the ExceptionHandling flag is not fully handled for >>VC8 projects. Namely, in VC7 this option could only be set to TRUE or >>FALSE. In VC8, we have the following options: >>Enable C++ excep

Re: [CMake] ExceptionHandling in VC8

2006-06-30 Thread Brad King
Laurentiu Nicolae wrote: Hello CMake users, I have noticed that the ExceptionHandling flag is not fully handled for VC8 projects. Namely, in VC7 this option could only be set to TRUE or FALSE. In VC8, we have the following options: Enable C++ exceptions : No - ExceptionHandling="0" Yes (/EHsc

[CMake] ExceptionHandling in VC8

2006-06-30 Thread Laurentiu Nicolae
Hello CMake users, I have noticed that the ExceptionHandling flag is not fully handled for VC8 projects. Namely, in VC7 this option could only be set to TRUE or FALSE. In VC8, we have the following options: Enable C++ exceptions : No - ExceptionHandling="0" Yes (/EHsc) - ExceptionHandling="1" Y