[cmake-developers] [PATCH] Fix crash in cmExportInstallFileGenerator::FindNamespaces()
Brad King
brad.king at kitware.com
Thu Jan 21 12:46:17 EST 2016
On 01/20/2016 09:41 PM, Andrey Pokrovskiy wrote:
> Subject: [PATCH] Fix crash in cmExportInstallFileGenerator::FindNamespaces()
>
> Found it when was building poco library:
> https://github.com/pocoproject/poco.git
>
> Steps to reproduce:
> 1. Clone poco
> 2. mkdir poco.git/build.make
> 3. cd poco.git/build.make
> 4. cmake ..
> 5. Crash
Thanks. From that I was able to produce a simpler test case
which I've added to the commit message. Applied:
cmExportInstallFileGenerator: Fix crash in FindNamespaces
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=7dbfdddf
-Brad
More information about the cmake-developers
mailing list