Re: [CMake] CMake absolute path

2014-01-22 Thread Brad King
On 01/22/2014 12:05 PM, Tony-Alexandru Dincu wrote: > I investigated the problem and I saw that the problem is from relative path. > With CMake 2.8.8 the solution builds, but with CMake 2.8.9 no. Between those versions came these commits: VS10: Convert paths normally unless forced to relative h

Re: [CMake] CMake absolute path

2014-01-22 Thread Bogdan Cristea
On 01/22/2014 06:05 PM, Tony-Alexandru Dincu wrote: We are trying to build a complex solution which has a path 72 characters long with CMake 2.8.12, but the build fails saying that some files can't be found. I investigated the problem and I saw that the problem is from relative path. With C

[CMake] CMake absolute path

2014-01-22 Thread Tony-Alexandru Dincu
Hello! We are trying to build a complex solution which has a path 72 characters long with CMake 2.8.12, but the build fails saying that some files can't be found. I investigated the problem and I saw that the problem is from relative path. With CMake 2.8.8 the solution builds, but with CMake 2.