prevent directories from search
    Alexander Neundorf 
    neundorf at kde.org
       
    Fri Feb 10 16:42:49 CET 2006
    
    
  
On Friday 10 February 2006 09:26, Ralf Habacker wrote:
> Hi all,
>
> I've encountered a problem with cmake. bzip2 is an optional library and
> I don't like to use it.
All libraries, which are optional, are searched for using the 
macro_optional_find_package(<name>) command.
For each of them exists a WITH_<name> variable, which you can enable/disabke 
using ccmake or cmakesetup or via a command line parameter: -DWITH_BZIP=OFF
If you don't like the version which have been found, you can also adjust the 
paths directly and point them to the right location using ccmake or 
cmakesetup.
Bye
Alex
-- 
Work: alexander.neundorf AT jenoptik.com - http://www.jenoptik-los.de
Home: neundorf AT kde.org                - http://www.kde.org
      alex AT neundorf.net               - http://www.neundorf.net
    
    
More information about the Kde-buildsystem
mailing list