mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-03 16:40:41 +02:00
minor fix to build
This commit is contained in:
parent
08edf6f908
commit
707601832f
@ -16,6 +16,7 @@
|
||||
#include <TColor.h>
|
||||
#include <TTimer.h>
|
||||
#include <TH2F.h>
|
||||
#include <TSystem.h>
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -27,7 +27,7 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
||||
slsSupportShared
|
||||
${ZeroMQ_LIBRARIES}
|
||||
pthread
|
||||
tiff
|
||||
TIFF::TIFF
|
||||
|
||||
PRIVATE
|
||||
slsProjectWarnings
|
||||
|
@ -16,7 +16,7 @@
|
||||
//CBFlib must be installed to use this program
|
||||
//
|
||||
/*****************************************************************************/
|
||||
#include "tiffio.h"
|
||||
#include <tiffio.h>
|
||||
|
||||
#undef cbf_failnez
|
||||
#define cbf_failnez(x) \
|
||||
|
@ -68,7 +68,7 @@ foreach(val RANGE ${len2})
|
||||
target_link_libraries(${val1}
|
||||
slsDetectorShared
|
||||
pthread
|
||||
zmq
|
||||
${ZeroMQ_LIBRARIES}
|
||||
rt
|
||||
)
|
||||
set_target_properties(${val1} PROPERTIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user