Hello,

I am trying to use the Eclipse Generator to create a project to be exported to Eclipse. Everything works fine, but when I look at the generated .cproject and .project I see that all paths are absolute, like for instance:

<buildArguments>-E chdir "/home/portolan/my_project/Optional_Libs/eclipse_build/Server" "/usr/bin/cmake" -P "CMakeFiles/ATE_Loopback_Server.dir/cmake_clean.cmake"</buildArguments>


This is not really good because I would like to copy my project to another machine where I do not have /home/portolan/.

So I have two questions: Can I ask cmake to

 - generate relative paths instead of absolute?

- copy the sources locally to the Eclipse project, rather than use the external ones?


Thanks,


Michele

--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to