https://github.com/Kitware/CMake
Revision d3dcf8d7745a1f1435797cb3a1451ef4ddb7ce2c authored by Brad King on 20 March 2019, 14:48:28 UTC, committed by Brad King on 20 March 2019, 14:52:31 UTC
Do not process interface libraries in ways that expect build information
to be present internally.  This filtering was left out of the extra
generator accidentally when interface libraries were introduced, but it
worked by accident until commit 76ad2ecb50 (Order SYSTEM include
directories after non-system directories, 2018-04-13, v3.12.0-rc1~179^2)
added a code path that was not tolerated.

Fixes: #18363
1 parent bf02d62
History
Tip revision: d3dcf8d7745a1f1435797cb3a1451ef4ddb7ce2c authored by Brad King on 20 March 2019, 14:48:28 UTC
Eclipse: Fix extra generator to not crash on interface libraries
Tip revision: d3dcf8d

back to top