Hello! I use INCLUDE_DIRECTORIES with relative-style paths, like
..\include or $(Var)\include.
After configuration I receive project with absolute-style includes,
like C:\aaa\..\include or C:\aaa\$(Var)\include..
Can I remove this prefix(I suppose it's CMAKE_CURRENT_SOURCE_DIR)
somehow? I need to generate project file and then to move in on
another computer, but it will not work with such full paths. Version
2.8.4
_______________________________________________
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