shreyas krishnan wrote:
Thanks for the info. I am wondering if the paths were fixed manually, would the makefile be portable. I will make sure the same compiler in my case VC++ 08 is available on the other system.
The makefiles and the IDE can actually invoke CMake again once the generation has taken place. For makefiles cmake used to generate depend information. It really is not possible to do this with CMake.
-Bill _______________________________________________ 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
