minor fix to build

This commit is contained in:
Erik Frojdh 2020-11-03 08:44:29 +01:00
parent 08edf6f908
commit 707601832f
4 changed files with 4 additions and 3 deletions

View File

@ -16,6 +16,7 @@
#include <TColor.h> #include <TColor.h>
#include <TTimer.h> #include <TTimer.h>
#include <TH2F.h> #include <TH2F.h>
#include <TSystem.h>
#include <stdio.h> #include <stdio.h>

View File

@ -27,7 +27,7 @@ foreach(exe ${MOENCH_EXECUTABLES})
slsSupportShared slsSupportShared
${ZeroMQ_LIBRARIES} ${ZeroMQ_LIBRARIES}
pthread pthread
tiff TIFF::TIFF
PRIVATE PRIVATE
slsProjectWarnings slsProjectWarnings

View File

@ -16,7 +16,7 @@
//CBFlib must be installed to use this program //CBFlib must be installed to use this program
// //
/*****************************************************************************/ /*****************************************************************************/
#include "tiffio.h" #include <tiffio.h>
#undef cbf_failnez #undef cbf_failnez
#define cbf_failnez(x) \ #define cbf_failnez(x) \

View File

@ -68,7 +68,7 @@ foreach(val RANGE ${len2})
target_link_libraries(${val1} target_link_libraries(${val1}
slsDetectorShared slsDetectorShared
pthread pthread
zmq ${ZeroMQ_LIBRARIES}
rt rt
) )
set_target_properties(${val1} PROPERTIES set_target_properties(${val1} PROPERTIES