Revision cd55bccf
| CMakeLists.txt | ||
|---|---|---|
| 13 | 13 | 
     | 
| 14 | 14 | 
    #######################################  | 
| 15 | 15 | 
    # check if we have RSB support:  | 
| 16 | 
    IF (not IGNORE_RSB)  | 
|
| 16 | 
    IF (IGNORE_RSB)  | 
|
| 17 | 
    MESSAGE(INFO "RSB disabled per command line flag IGNORE_RSB")  | 
|
| 18 | 
    ELSE (IGNORE_RSB)  | 
|
| 17 | 19 | 
    FIND_PACKAGE(RSB 0.11)  | 
| 18 | 20 | 
    IF (RSB_FOUND)  | 
| 19 | 21 | 
    #RSB  | 
Also available in: Unified diff