Changeset 2580 for trunk/digitalme

Show
Ignore:
Timestamp:
04/20/09 11:02:14 (16 months ago)
Author:
ahodgkinson
Message:

Disabled GTK build on OS X.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/digitalme/CMakeLists.txt

    r2579 r2580  
    120120# GTK 
    121121 
    122 set( GTK2_FIND_REQUIRED FALSE) 
    123 include( FindGTK2) 
    124  
    125 set( GLADE_FIND_REQUIRED FALSE) 
    126 include( FindGlade) 
    127  
     122if( NOT APPLE) 
     123        set( GTK2_FIND_REQUIRED FALSE) 
     124        include( FindGTK2) 
     125endif( NOT APPLE) 
     126         
     127if( NOT APPLE) 
     128        set( GLADE_FIND_REQUIRED FALSE) 
     129        include( FindGlade) 
     130endif( NOT APPLE) 
     131         
    128132if( GTK2_FOUND AND GLADE_FOUND) 
    129133        add_subdirectory( ./selector/ui/gtk/src 
    130134                ${EXECUTABLE_OUTPUT_PATH}/bin) 
    131 endif( GTK2_FOUND AND GLADE_FOUND) 
     135endif( GTK2_FOUND AND GLADE_FOUND AND NOT APPLE) 
    132136                 
    133137# OS X packages