Page 1 of 1

Relative paths for CMake Visual Studio project files

PostPosted: Mon Dec 12, 2016 5:08 am
by pingu7931
Any chance we could edit CMake could generate relative paths in the Visual Studio project files? I just copied the simple app and was modifying it only to find it was modifying the original distribution files. Ended up having to hand edit the project files.

Many thanks

Peter

Re: Relative paths for CMake Visual Studio project files

PostPosted: Mon Dec 12, 2016 7:11 am
by magreenblatt
Unfortunately CMake doesn't support relative paths. See https://cmake.org/Wiki/CMake_FAQ#Why_do ... ld_tree.3F

Re: Relative paths for CMake Visual Studio project files

PostPosted: Mon Dec 12, 2016 7:27 am
by pingu7931
Thanks for response.
That's a shame