Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FindPkgConfig: also handle "-isystem" prefixes for include directories | Rolf Eike Beer | 2020-05-05 | 1 | -1/+21 |
| | | | | Fixes: #20652 | ||||
* | FindPkgConfig: Allow libraries that can't be found with their full path | Chuck Atkins | 2019-09-16 | 1 | -33/+16 |
| | | | | | | | | | | | | pkg-config's .pc files can sometimes provide libraries that are visible to the linker but not present in CMake's known search paths. In the case where CMake can find some, but not all of the library dependencies provided in a .pc file, this allows them to be passed through as "-lfoo" when the full path can't be found. This also removes the test failure cases that occured because of this scenario and adjsuts the remaining tests to account for not-found libraries | ||||
* | FindPkgConfig: Set linker flags on imported targets | Radek Nadstawny | 2019-03-13 | 1 | -0/+21 |
| | |||||
* | FindPkgConfig: allow to create global imported targets | Rolf Eike Beer | 2018-07-22 | 1 | -1/+13 |
| | |||||
* | FindPkgConfig: export the list of found libraries also as variable | Rolf Eike Beer | 2018-05-11 | 1 | -0/+12 |
| | |||||
* | FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properly | Craig Scott | 2017-12-16 | 1 | -0/+61 |
| | |||||
* | FindPkgConfig: optionally create imported target for the found libraries | Rolf Eike Beer | 2016-05-14 | 1 | -0/+26 |