mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-23 01:58:00 +02:00
Corrected mistake for compiling moench04 with digital bits
This commit is contained in:
@ -35,7 +35,7 @@ target_compile_definitions(moench04RawDataProcess PRIVATE MOENCH04)
|
||||
list(APPEND MOENCH_EXECUTABLES moench04RawDataProcess)
|
||||
|
||||
add_executable(moench04RawDataProcessDGS moenchRawDataProcess.cpp)
|
||||
target_compile_definitions(moench04RawDataProcess PRIVATE MOENCH04_DGS MOENCH04)
|
||||
target_compile_definitions(moench04RawDataProcessDGS PRIVATE MOENCH04_DGS MOENCH04)
|
||||
list(APPEND MOENCH_EXECUTABLES moench04RawDataProcessDGS)
|
||||
|
||||
#interpolation stuff
|
||||
|
Reference in New Issue
Block a user