Skip to content

Commit 1a6accf

Browse files
committed
Added condition for ucesb
1 parent 64209bb commit 1a6accf

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Rodriguez Sanchez, Jose Luis

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ Set(R3BFRS_SOURCE_DIR ${R3BROOT_SOURCE_DIR}/frs/)
1313
#FRS specific
1414
add_subdirectory (frsdata)
1515
add_subdirectory (frsdetectors)
16+
if (WITH_UCESB)
1617
add_subdirectory (frssource)
18+
endif (WITH_UCESB)
1719
add_subdirectory (sci)
1820
add_subdirectory (online)
1921
add_subdirectory (macros)

0 commit comments

Comments
 (0)