bug-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#18926: cmake-build-system should set CMAKE_INSTALL_LIBDIR and CMAKE_


From: Ludovic Courtès
Subject: bug#18926: cmake-build-system should set CMAKE_INSTALL_LIBDIR and CMAKE_PREFIX_PATH
Date: Sun, 08 Feb 2015 19:14:18 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

address@hidden (Ludovic Courtès) skribis:

> In ‘core-updates’ it’s now possible to specify file patterns, so we
> could look for *.cmake files under lib/cmake or share/cmake like this:
>
>   (search-path-specification
>     (variable "CMAKE_MODULE_PATH")
>     (files '("lib/cmake" "share/cmake"))
>     (file-type 'regular)
>     (file-pattern "\\.cmake$"))
>
> Would it help?  What else is needed?

Any updates on this bug?  I’d like to know if the above solution
addresses the problem or if more is needed.

TIA,
Ludo’.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]