Revision 9aa2bb7c client/cpp/CMakeLists.txt

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)

Also available in: Unified diff