invitation: try compiling kdelibs using cmake

William A. Hoffman billlist at nycap.rr.com
Fri Jan 27 23:36:38 CET 2006


At 04:30 PM 1/27/2006, Benjamin Reed wrote:
>On 1/27/06, William A. Hoffman <billlist at nycap.rr.com> wrote:
>> There are currently environment variables for this:
>>
>> CMAKE_LIBRARY_PATH
>> CMAKE_INCLUDE_PATH
>
>in what order are these searched?  When I run:
>
>  cmake -DCMAKE_INCLUDE_PATH:string=/sw/include \
>    -DCMAKE_LIBRARY_PATH:string=/sw/lib .

Those have to be shell environment variables, and not cmake variables.
(CMAKE_INCLUDE_PATH=/sw/include cmake .) should work.

-Bill 



More information about the Kde-buildsystem mailing list