diff options
author | Jan Mrázek <email@honzamrazek.cz> | 2017-04-13 23:15:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-04-20 13:15:59 (GMT) |
commit | e8b77084dfaaa211913acaec871e8f9fc0cedd88 (patch) | |
tree | 4c57835997367defce8655a25a9a4d6106309045 /CMakeCPackOptions.cmake.in | |
parent | e155fba644d4686ac8b4f43dfe31c749bba30c67 (diff) | |
download | CMake-e8b77084dfaaa211913acaec871e8f9fc0cedd88.zip CMake-e8b77084dfaaa211913acaec871e8f9fc0cedd88.tar.gz CMake-e8b77084dfaaa211913acaec871e8f9fc0cedd88.tar.bz2 |
FindwxWidgets: Verify existence of libraries reported by wx-config
When the Ubuntu package `libwxgtk3-dev` is not installed, FindwxWidgets
succeeds even the required libraries are not actually found. The reason
for that is that `wx-config` does not perform any kind of check and uses
hard-coded values. This affects e.g. KiCAD build process and makes it
fail with a confusing error message [1]. The solution is to check for
presence of every library file obtained from `wx-config`.
[1] https://bugs.launchpad.net/kicad/+bug/1630020
Diffstat (limited to 'CMakeCPackOptions.cmake.in')
0 files changed, 0 insertions, 0 deletions