Re: [CMake] with 3.9 my testprj breaks: mylib_autogen/include: No such file or directory

2017-08-08 Thread Steffen Dettmer
Hi, On Mon, Aug 7, 2017 at 8:04 PM, Brad King wrote: > On 08/07/2017 09:01 AM, Steffen Dettmer wrote: > > There is an include path to mylib_autogen/include as -I for g++, but > > this directory does not exist and I get: > > > > cc1plus: error [...] No such file or

Re: [CMake] with 3.9 my testprj breaks: mylib_autogen/include: No such file or directory

2017-08-07 Thread Brad King
On 08/07/2017 09:01 AM, Steffen Dettmer wrote: > this cmake version does not compile my test project anymore > (v.3.8.2: OK; v3.9.0: FAIL). There is an include path to > $buildir/$subproject/mylib_autogen/include as -I for g++, but > this directory does not exist and I get: > > cc1plus: error

[CMake] with 3.9 my testprj breaks: mylib_autogen/include: No such file or directory

2017-08-07 Thread Steffen Dettmer
Hi, I made a fix for [1] and tested cmake master branch, but noticed that this cmake version does not compile my test project anymore (v.3.8.2: OK; v3.9.0: FAIL). There is an include path to $buildir/$subproject/mylib_autogen/include as -I for g++, but this directory does not exist and I get: