> Doing cmake from scratch doesnt help, it seems to have the same behaviour > always... > Same application with same CMakelist.txt files with CMake VS2008 project > generator works fine, so CMake structure is OK. So the answer is that I'm > asking how can I manage to create a correct project.
You could try this: -generate the solution with CMake, create a backup -open it with VS, change something -change it back -quit VS Then check the current and the backup solutions for differences. Maybe that reveals something that CMake does wrong. Eike -- 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
