mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
minor fix to build
This commit is contained in:
parent
08edf6f908
commit
707601832f
@ -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>
|
||||||
|
@ -27,7 +27,7 @@ foreach(exe ${MOENCH_EXECUTABLES})
|
|||||||
slsSupportShared
|
slsSupportShared
|
||||||
${ZeroMQ_LIBRARIES}
|
${ZeroMQ_LIBRARIES}
|
||||||
pthread
|
pthread
|
||||||
tiff
|
TIFF::TIFF
|
||||||
|
|
||||||
PRIVATE
|
PRIVATE
|
||||||
slsProjectWarnings
|
slsProjectWarnings
|
||||||
|
@ -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) \
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user