Mailinglist Archive: zypp-devel (70 mails)
| < Previous | Next > |
[zypp-devel] Re: [zypp-commit] r7504 - in /trunk/libzypp: CMakeLists.txt cmake/modules/FindSatsolver.cmake libzypp.spec.cmake
- From: Michael Matz <matz@xxxxxxx>
- Date: Fri, 12 Oct 2007 17:55:48 +0200 (CEST)
- Message-id: <Pine.LNX.4.64.0710121753570.23011@xxxxxxxxxxxxx>
Hi,
On Fri, 12 Oct 2007, mlandres@xxxxxxxxxxxxxxxx wrote:
> +FIND_LIBRARY(SATSOLVER_LIBRARY NAMES satsolver0
> + PATHS
> + /usr/lib
> + /usr/local/lib
> +)
The library now is called libsatsolver again (without the '0'). For
development it would be nice if the includes and library could also be
searched in ${CMAKE_INSTALL_PREFIX}/{lib*,include}/
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
On Fri, 12 Oct 2007, mlandres@xxxxxxxxxxxxxxxx wrote:
> +FIND_LIBRARY(SATSOLVER_LIBRARY NAMES satsolver0
> + PATHS
> + /usr/lib
> + /usr/local/lib
> +)
The library now is called libsatsolver again (without the '0'). For
development it would be nice if the includes and library could also be
searched in ${CMAKE_INSTALL_PREFIX}/{lib*,include}/
Ciao,
Michael.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |