Revision 9aa2bb7c

View differences:

client/cpp/CMakeLists.txt
25 25

  
26 26
#######################################
27 27
# check if we have RSB support:
28
option(WITH_RSB "WITH_RSB" ON)
29

  
30
IF(WITH_RSB)
28 31
FIND_PACKAGE(RSB 0.11)
29 32
IF (RSB_FOUND)
30 33
    #RSB
......
53 56
    message(STATUS "RSB Support is ON")
54 57
    add_definitions(-DRSB_SUPPORT=1)
55 58
ENDIF (RSB_FOUND)
56

  
59
ENDIF(WITH_RSB)
57 60
################################################################
58 61
# check for ROS support:
59 62
find_package(catkin)
server/CMakeLists.txt
12 12

  
13 13
#######################################
14 14
# check if we have RSB support:
15
option(WITH_RSB "WITH_RSB" ON)
16

  
17
IF(WITH_RSB)
15 18
FIND_PACKAGE(RSB 0.11)
16 19
IF (RSB_FOUND)
17 20
    #RSB
......
40 43
    message(STATUS "RSB Support is ON")
41 44
    add_definitions(-DRSB_SUPPORT=1)
42 45
ENDIF (RSB_FOUND)
46
ENDIF(WITH_RSB)
43 47

  
44 48
################################################################
45 49
# check for ROS support:

Also available in: Unified diff