[cmake-developers] [PATCH 0/3] FindwxWidgets improvements

Brad King brad.king at kitware.com
Tue Jan 19 14:25:15 EST 2016


On 09/09/2015 11:01 AM, Brad King wrote:
>  FindwxWidgets: allow specifying required version
>  http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6089fde5

This introduced a regression reported here:

 https://cmake.org/Bug/view.php?id=15928

The version extraction from the header is breaking the reported case.

> + find_file(_filename wx/version.h PATHS ${wxWidgets_INCLUDE_DIRS} NO_DEFAULT_PATH)

This call is affected by CMAKE_FIND_ROOT_PATH.  Please take a look.

Thanks,
-Brad



More information about the cmake-developers mailing list