Hi I am using cmake with a VC++ 8 project. I find that the include directories in the project properties are all absolute paths. How can I avoid this ?
I tried the following in CMAKECache txt file before doing a generate in Cmake-gui //If true, cmake will use relative paths in makefiles and projects. CMAKE_USE_RELATIVE_PATHS:BOOL=ON This still generates absolute directories. Can someone please help. thanks shrey _______________________________________________ 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