<span style='font-family:Verdana'><span style='font-size:12px'><br /> 
Hi,<br /> 
<br /> 
I'm trying to build the LibMSN-4.2 library which is build using CMake. I''m, however, encountering two problems:<br /> 
<br /> 
- 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 complains it can't find a suitable compiler. No matter what I try, I can't make it understand that it should use Visual Studio 2008 (i.e. MSVC9).<br /> 
<br /> 
In the root file I tried addding<br /> 
<br /> 
set(CMAKE_GENERATOR "Visual Studio 9 2008")<br /> 
<br /> 
before the project command. It still detects MSVC10.<br /> 
<br /> 
- The LibMSN library needs OpenSSL. I've installed OpenSSL in C:\OpenSSL yet the CMake scripts don't seem to detect it.<br /> 
<br /> 
Any help would be appreciated.<br /> 
<br /> 
Kind regards,<br /> 
<br /> 
BigPilot<br /> 
<br /> 
<br /> 
</span></span>