Re: [CMake] Unwanted quoting of $

2008-06-30 Thread Brad King
Jarl Lindrud wrote: | | So what do I need to do to pass a $ character through to Visual Studio, without the quotes? I’m using cmake 2.6.0 . | Just $$. I had the same problem and googled it here: http://marc.info/?l=cmakem=120043575105964w=2 - -Wojciech I tried that and it doesn't

Re: [CMake] Unwanted quoting of $

2008-06-29 Thread Jarl Lindrud
| | So what do I need to do to pass a $ character through to Visual Studio, without the quotes? I’m using cmake 2.6.0 . | Just $$. I had the same problem and googled it here: http://marc.info/?l=cmakem=120043575105964w=2 - -Wojciech I tried that and it doesn't work either. I've also tried

Re: [CMake] Unwanted quoting of $

2008-06-27 Thread Wojciech Migda
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, | | I’ve run into a problem trying to pass command line parameters to Visual C++, that contain the $ character. I’m building a C++/CLI module, and need to reference some .NET assemblies, with the /FU compiler option. Since Visual Studio

[CMake] Unwanted quoting of $

2008-06-25 Thread Jarl Lindrud
Hi, I've run into a problem trying to pass command line parameters to Visual C++, that contain the $ character. I'm building a C++/CLI module, and need to reference some .NET assemblies, with the /FU compiler option. Since Visual Studio stores the installation location of .NET in one of its