mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-04 09:24:16 +02:00
Fix build
This commit is contained in:
@@ -44,7 +44,7 @@ struct DetectorFrame
|
||||
{
|
||||
// Ring buffer needed data.
|
||||
size_t buffer_slot_index;
|
||||
const size_t frame_bytes_size = 2*32*512*1024;
|
||||
size_t frame_bytes_size = 2*32*512*1024;
|
||||
|
||||
uint64_t pulse_id;
|
||||
uint64_t frame_index;
|
||||
|
||||
@@ -56,7 +56,7 @@ target_link_libraries(sf-replay
|
||||
boost_system
|
||||
pthread)
|
||||
|
||||
add_executable(sf-writer src/sf_replay.cpp)
|
||||
add_executable(sf-writer src/sf_writer.cpp)
|
||||
set_target_properties(sf-writer PROPERTIES OUTPUT_NAME sf_writer)
|
||||
|
||||
target_link_libraries(sf-writer
|
||||
|
||||
Reference in New Issue
Block a user