[cmake-developers] [PATCH v2] Allow custom lib suffix be used as find path

Brad King brad.king at kitware.com
Mon Feb 27 08:36:49 EST 2017


On 02/25/2017 02:15 PM, Christian Schmidbauer wrote:
> Inspired by commit 896ad25 for bug #11260, this commit allows to use the
> variable CMAKE_FIND_LIBRARY_CUSTOM_LIB_SUFFIX to be used as find path.
> Allowing the find path to be more deterministic on custom setups.
> 
> A similar idea has already been suggested in #10287 and is required for
> bug #15994.
> 
> v2: - Change path variable a string to be specified as suffix directly.
>     - Make path variable non-global
>     - Fix find_library test
>     - strip FindPackage, as testing is ambigous in such scenario

Thanks!

Since this thread was started our preferred path for contributions
has changed.  Instead of posting patches on the mailing list, we now
use gitlab.kitware.com merge requests.  Please see `CONTRIBUTING.rst`
for details.

Thanks,
-Brad



More information about the cmake-developers mailing list