Re: [CMake] visual studio compiler option not being set

2007-06-08 Thread Brandon Van Every
On 6/8/07, Jon W <[EMAIL PROTECTED]> wrote: I'm just beginning to learn cmake, and am trying to add the "/EHac-" option to the additional command line options. I'm setting the CMAKE_C_FLAGS as follows: - SET (MY_C_FLAGS "/EHac-") MARK_AS_AD

[CMake] visual studio compiler option not being set

2007-06-08 Thread Jon W
I'm just beginning to learn cmake, and am trying to add the "/EHac-" option to the additional command line options. I'm setting the CMAKE_C_FLAGS as follows: - SET (MY_C_FLAGS "/EHac-") MARK_AS_ADVANCED (MY_C_FLAGS) SET (CMAKE_C_FLAGS "${CM