Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread Johannes Sasongko
Can you attach that project? I'll test it out under similar conditions. An even simpler project that gives me the same problem: == CMakeLists.txt == project (cmaketest) cmake_minimum_required (VERSION 2.8) add_executable (cmaketest test.c) == test.c == int main() { return 0; } Attach

Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread John Drescher
On Thu, Mar 1, 2012 at 10:01 AM, Johannes Sasongko wrote: >> Are you using CMake 2.8.7? If not, please upgrade and try with that >> version. If there's still a problem after that, let us know. > > > Yes, I'm using 2.8.7. I've tested it on a very simple project (essentially > just a Hello World wit

Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread aaron . meadows
01 AM To: cmake@cmake.org Subject: Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false > Are you using CMake 2.8.7? If not, please upgrade and try with that > version. If there's still a problem after that, let us know. Yes, I'm using 2.8.7. I've tested i

Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread Johannes Sasongko
Are you using CMake 2.8.7? If not, please upgrade and try with that version. If there's still a problem after that, let us know. Yes, I'm using 2.8.7. I've tested it on a very simple project (essentially just a Hello World with one lib and one exe), from an empty cache/build dir, and am sti

Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread Bill Hoffman
On 3/1/2012 9:00 AM, David Cole wrote: Are you using CMake 2.8.7? If not, please upgrade and try with that version. If there's still a problem after that, let us know. It might also be flags that you are setting in your project or cache that is doing this. Do you set CMAKE_CXX_FLAGS? -Bill --

Re: [CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-03-01 Thread David Cole
Are you using CMake 2.8.7? If not, please upgrade and try with that version. If there's still a problem after that, let us know. On Mar 1, 2012, at 12:24 AM, "Johannes Sasongko" wrote: > Is anyone having the problem where CMake creates VS10 project files with > GenerateDebugInformation set to

[CMake] Visual Studio 10 - GenerateDebugInformation always false

2012-02-29 Thread Johannes Sasongko
Is anyone having the problem where CMake creates VS10 project files with GenerateDebugInformation set to false for all (including Debug & RelWithDebInfo) targets? If I remember correctly, this did not happen when using the VS9 generator, but I don't have VS9 handy to test. -- Johannes -- P