Re: [CMake] absolute to relative paths

2010-12-04 Thread Soeren Freudiger
the nightly build runs fine. but without checked in project files you cannot ensure easily if it's the same as on your local machine. nevertheless you still have the problem at renaming or moving the root directory!!! Am 04.12.2010 um 17:33 schrieb Rolf Eike Beer: > Am Samstag, 4. Dezember 20

Re: [CMake] absolute to relative paths

2010-12-04 Thread Rolf Eike Beer
Am Samstag, 4. Dezember 2010 schrieb Soeren Freudiger: > Hello > I know that the usage of relatives path out of the sources seems to be not > an easy one. But maybe you can give me a workaround. > > We use following directory structure > > - dev > >|--project1: CMakeLists.txt >| >|

[CMake] absolute to relative paths

2010-12-04 Thread Soeren Freudiger
Hello I know that the usage of relatives path out of the sources seems to be not an easy one. But maybe you can give me a workaround. We use following directory structure - dev |--project1: CMakeLists.txt |main.cpp |stdafx.h |project1.vcproj |