[CMake] CMake - Generating Visual Studio project using Intel Compiler

2010-06-06 Thread Miłosz Hulbój
Hello, Is there a simple (or hack) way to generate a Visual Studio 2008 project that uses Intel Compiler from cmake? I have found some notes about using ICProjConvert. (http://www.cmake.org/pipermail/cmake/2009-February/027208.html) Does anyone have any scripts or CMake snippets that are proven

Re: [CMake] setting xcode's compiler with cmake

2010-06-06 Thread Bill Hoffman
On 6/4/2010 6:18 PM, Benson Limketkai wrote: Hi, When I use the Xcode generator, the CMAKE_CXX_COMPILER flag is ignored inside Xcode. It always is at: System default (GCC 4.2) when I look at the Compiler Version under the project build settings. See here:

[CMake] Visual Studio 2010 with /CLR

2010-06-06 Thread Tony Duarte
I just got cmake working with C++ VS2010 .NET, so I thought I'd describe what I did, since the email archive and bug database were the most useful tutorials that I found. My Goal: Create a VS2010/CLR project using cmake. My Approach: Create the most trivial code using VS2010, and get a cmake

[CMake] CMake hidden files

2010-06-06 Thread Fred Fred
Hello, I tried to install PV on Windows XP with MinGV, without any success. So I decided to go with Visual Studio 10 Express, installed it, selected it as a generator, etc But I get an error message, something like it seems that you try to build on VS with Qt built on MinGW. Ok, right, so I

Re: [CMake] CMake hidden files

2010-06-06 Thread John Drescher
I tried to install PV on Windows XP with MinGV, without any success. So I decided to go with Visual Studio 10 Express, installed it, selected it as a generator, etc But I get an error message, something like it seems that you try to build on VS with Qt built on MinGW. Ok, right, so I

[CMake] Using Valgrind on all tests

2010-06-06 Thread Clark Gaebel
Hello, I've currently set up CMake and CTest for my building and testing needs, but CDash just isn't for me. How do I set up CTest to run all the tests in Valgrind? Again, I don't want to use CDash - just CTest. Also, it'd be great if I get output on leaks, and silence when everything's alright.