Changeset 3550

Show
Ignore:
Timestamp:
08/18/08 00:11:29 (4 months ago)
Author:
dgollub
Message:

Disable HTTP transport by default - until http transport got ported to
latest OSyncPluginConfig API

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/syncml/CMakeLists.txt

    r3503 r3550  
    2424# Defaults 
    2525SET( ENABLE_OBEX TRUE CACHE BOOL "OBEX Transport" ) 
    26 SET( ENABLE_HTTP TRUE CACHE BOOL "HTTP Transport" ) 
     26 
     27# TODO: port HTTP transport to latest API 
     28#SET( ENABLE_HTTP TRUE CACHE BOOL "HTTP Transport" ) 
     29SET( ENABLE_HTTP FALSE CACHE BOOL "HTTP Transport" ) 
    2730 
    2831CONFIGURE_FILE("config.h.cmake" "config.h")