From kde-buildsystem Thu Feb 16 20:10:45 2006 From: ralf.habacker () freenet ! de (Ralf Habacker) Date: Thu, 16 Feb 2006 20:10:45 +0000 To: kde-buildsystem Subject: gnuwin32 related cmake patches Message-Id: <43F4DC45.7090106 () freenet ! de> X-MARC-Message: https://marc.info/?l=kde-buildsystem&m=116644621331506 Alexander Neundorf schrieb: > On Thursday 16 February 2006 09:25, Ralf Habacker wrote: > ... > >> My question is if thereis a way to lift up the currently platform >> specific way the gnuwin32 library path are handles to a platform >> independent way ? I'm asking because many cmake find modules has for >> example /usr/include /usr/local/include as default setting, which are >> platform specific (linux sure and perhaps MAC OSX, I don't know). >> For windows this pathes are completly obsolate. >> > > Yes, but that's no problem, it works :-) > Just a note: if /usr/local/bin and /usr/bin are really checked on windows for every find module twice (one for the include path and one for the library ), avoiding this obsolate pathes will let configuring be faster, because path checking on windows need much more time as on linux. :-) >> If there would be a for example a OS_INCLUDE_PATH or OS_LIBRARY_PATH, >> which will be set in a platform dependent manner by related FIND >> modules, this ones could be used by all. >> > > That's on the todo list of the cmake developers, but hasn't been implemented > yet AFAIK: > http://public.kitware.com/pipermail/cmake/2006-January/007839.html > > Thanks for this pointer. Ralf