Re: [CMake] Bug in generation of CTestTestfile commands with test or directory names containing spaces

2011-12-18 Thread David Cole
On Sun, Dec 18, 2011 at 7:34 PM, wrote: > Greetings, > > I have noticed that it is possible to run in to problems with CMake > when sub directories or test names contain spaces. CMake initially > parses quote delimited strings correctly, however it writes them > without quotes into the generated

[CMake] Bug in generation of CTestTestfile commands with test or directory names containing spaces

2011-12-18 Thread eddyaod
Greetings, I have noticed that it is possible to run in to problems with CMake when sub directories or test names contain spaces. CMake initially parses quote delimited strings correctly, however it writes them without quotes into the generated CTestTestfile.cmake files which then causes problems

Re: [CMake] Problem with OpenSSL and multiple compiler

2011-12-18 Thread BigPilot
Hi Rolf, Thanks, I got it working by using the -G command line (I used: CMake -G "Visual Studio 9 2008" .. from the build directory). It now complaints that it can't find the OpenSSL package. Should I add a command line argument to tell it where it can find the directory? Kind regards Big

Re: [CMake] Problem with OpenSSL and multiple compiler

2011-12-18 Thread Rolf Eike Beer
Am Sonntag, 18. Dezember 2011, 07:12:10 schrieb BigPilot: > Hi, > > I'm trying to build the LibMSN-4.2 library which is build using CMake. > I''m, however, encountering two problems: > > - I have both Visual Studio 2008 Professional (C/C++/C#) and Visual Studio > 2010 Express Edition C# only in

[CMake] Problem with OpenSSL and multiple compiler

2011-12-18 Thread BigPilot
Hi, I'm trying to build the LibMSN-4.2 library which is build using CMake. I''m, however, encountering two problems: - I have both Visual Studio 2008 Professional (C/C++/C#) and Visual Studio 2010 Express Edition C# only installed on my machine. CMake however detects Visual Studio 2010 and c