Generally I am using CMake successfully, and am generating makefiles for Linux, Solaris, and Visual Studio 9. I recently used the "Eclipse CDT4 - NMake Makefiles" generator, and then loaded the resulting project into my Eclipse environment under Windows XP.
Eclipse then complains about missing include paths. The problem is that I have not specified these 'missing' paths in my CMakeLists.txt, or any file included by them. Does Cmake automatically add PROJECT\include to every project include paths with the Eclipse generator ? If so, is there a way to suppress this behavior ?
_______________________________________________ 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