mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 16:14:11 +02:00
Fix name of udp recv processes
This commit is contained in:
@@ -9,13 +9,7 @@ target_link_libraries(std-udp-recv-lib
|
||||
|
||||
add_executable(std-udp-recv src/main.cpp)
|
||||
|
||||
if (USE_EIGER)
|
||||
set (LIB_NAME_UDP_RECV "eiger_udp_recv")
|
||||
else()
|
||||
set (LIB_NAME_UDP_RECV "jf_udp_recv")
|
||||
endif()
|
||||
|
||||
set_target_properties(std-udp-recv PROPERTIES OUTPUT_NAME ${LIB_NAME_UDP_RECV})
|
||||
set_target_properties(std-udp-recv PROPERTIES OUTPUT_NAME std_udp_recv)
|
||||
|
||||
target_link_libraries(std-udp-recv
|
||||
std-udp-recv-lib
|
||||
|
||||
@@ -20,7 +20,6 @@ int main (int argc, char *argv[]) {
|
||||
|
||||
if (argc != 4) {
|
||||
cout << endl;
|
||||
|
||||
cout << "Usage: std_udp_recv [udp_recv_config_filename] [module_id] "
|
||||
"[bit_depth]";
|
||||
cout << endl;
|
||||
|
||||
Reference in New Issue
Block a user