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

Attachment: cmaketest.vcxproj.gz
Description: GNU Zip compressed data

--

Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to