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

Brad King brad.king at kitware.com
Mon Aug 7 14:04:18 EDT 2017


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 [...] No such file or directory.
> 
> If I manually create this include directory it compiles.

Please open an issue for this and provide a sample project
showing the problem.

Thanks,
-Brad


More information about the CMake mailing list