Loading CMakeLists.txt +5 −10 Original line number Diff line number Diff line Loading @@ -269,20 +269,15 @@ if( USE_WX_GRAPHICS_CONTEXT ) endif() # Allow user to override the default settings for adding images to menu items. By default # images in menu items are enabled on all platforms except OSX. This can be over ridden by # defining -DUSE_IMAGES_IN_MENUS=ON/OFF to force the preferred behavior. if( NOT DEFINED USE_IMAGES_IN_MENUS ) # By default images in menu items are enabled on all platforms except OSX. if( NOT APPLE ) set( USE_IMAGES_IN_MENUS ON ) endif() set ( USE_IMAGES_IN_MENUS ON CACHE BOOL "Enable images in menus" ) else() if( USE_IMAGES_IN_MENUS ) set( USE_IMAGES_IN_MENUS ON ) endif() set ( USE_IMAGES_IN_MENUS OFF CACHE BOOL "Enable images in menus" ) endif() # KIFACE_SUFFIX is the file extension used for top level program modules which # implement the KIFACE interface. A valid suffix starts with a period '.'. Loading Loading
CMakeLists.txt +5 −10 Original line number Diff line number Diff line Loading @@ -269,20 +269,15 @@ if( USE_WX_GRAPHICS_CONTEXT ) endif() # Allow user to override the default settings for adding images to menu items. By default # images in menu items are enabled on all platforms except OSX. This can be over ridden by # defining -DUSE_IMAGES_IN_MENUS=ON/OFF to force the preferred behavior. if( NOT DEFINED USE_IMAGES_IN_MENUS ) # By default images in menu items are enabled on all platforms except OSX. if( NOT APPLE ) set( USE_IMAGES_IN_MENUS ON ) endif() set ( USE_IMAGES_IN_MENUS ON CACHE BOOL "Enable images in menus" ) else() if( USE_IMAGES_IN_MENUS ) set( USE_IMAGES_IN_MENUS ON ) endif() set ( USE_IMAGES_IN_MENUS OFF CACHE BOOL "Enable images in menus" ) endif() # KIFACE_SUFFIX is the file extension used for top level program modules which # implement the KIFACE interface. A valid suffix starts with a period '.'. Loading