Re: [CMake] VS2005 emitter and /vmg compiler option: bug?

2007-11-23 Thread Brandon Van Every
On Nov 23, 2007 11:59 AM, Theodore Omtzigt [EMAIL PROTECTED] wrote: When I try to force the run-time as follows: set( CMAKE_CXX_FLAGS_DEBUG /vmg /MDd) The compiler command line adds a ; to the /vmg and thus changes the switch to a meaningless string for VS and I am back to non-compiling

[CMake] VS2005 emitter and /vmg compiler option: bug?

2007-11-23 Thread Theodore Omtzigt
For SystemC, code needs to be compiled with the /vmg compiler option of the VS compilers. However, when I use CMAKE_CXX_FLAGS_DEBUG to set this option, it changes the run-time bindings from DLL to static. This causes grief with the rest of the libraries which are all be default compiled with the

Re: [CMake] VS2005 emitter and /vmg compiler option: bug?

2007-11-23 Thread Bill Hoffman
Theodore Omtzigt wrote: For SystemC, code needs to be compiled with the /vmg compiler option of the VS compilers. However, when I use CMAKE_CXX_FLAGS_DEBUG to set this option, it changes the run-time bindings from DLL to static. This causes grief with the rest of the libraries which are all be