Review Request 118374: Fix finding of Qt5LinguistTools on some systems
Nicolás Alvarez
nicolas.alvarez at gmail.com
Wed May 28 15:22:39 UTC 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/118374/#review58677
-----------------------------------------------------------
Ship it!
Ship It!
- Nicolás Alvarez
On May 28, 2014, 8:32 a.m., Alex Merry wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/118374/
> -----------------------------------------------------------
>
> (Updated May 28, 2014, 8:32 a.m.)
>
>
> Review request for Build System, Extra Cmake Modules and KDE Frameworks.
>
>
> Repository: extra-cmake-modules
>
>
> Description
> -------
>
> Fix finding of Qt5LinguistTools on some systems
>
> Although ECM does not make use of a compiler directly, the language
> affects the search path for CMake packages; in particular, a package
> installed to /usr/lib64/cmake will not be found if NONE is passed as the
> language argument to project(). This meant that a 64-bit version of
> Qt5LinguistTools would not be found on systems where 64-bit libraries
> are not installed in the "default architecture" location (/usr/lib).
>
> With this change, the configure step performs some otherwise-unnecessary
> tests. We minimise this by explicitly specifying the C language (which
> is also what some of the tests use), rather than letting it be the
> default (which is C and C++).
>
>
> Diffs
> -----
>
> CMakeLists.txt 369bc948c606e444ea880a416d8a36606b198f27
>
> Diff: https://git.reviewboard.kde.org/r/118374/diff/
>
>
> Testing
> -------
>
> Configures, builds, tests pass, installs.
>
>
> Thanks,
>
> Alex Merry
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-buildsystem/attachments/20140528/b194de19/attachment.html>
More information about the Kde-buildsystem
mailing list