[CMake] Visual Studio 10 - GenerateDebugInformation always false

Johannes Sasongko sasongko at gmail.com
Fri Mar 2 00:52:19 EST 2012


> 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; }

====

Attached is the vcxproj file generated by CMake.


> Are you using the free version of visual studio?

I'm using the Professional edition; I don't think it would affect the  
generator, though.


-- 
Johannes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: cmaketest.vcxproj.gz
Type: application/x-gzip
Size: 2327 bytes
Desc: not available
URL: <http://www.cmake.org/pipermail/cmake/attachments/20120302/64ef0e92/attachment-0001.bin>


More information about the CMake mailing list