From 721249231f56891219d833d0d55edbd6d9aea9dc Mon Sep 17 00:00:00 2001 From: wang_x1 Date: Wed, 14 Sep 2016 12:03:39 +0200 Subject: [PATCH] add missing preprocessor macro --- slsDetectorSoftware/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/slsDetectorSoftware/CMakeLists.txt b/slsDetectorSoftware/CMakeLists.txt index 7d9fa2725..5263ea204 100644 --- a/slsDetectorSoftware/CMakeLists.txt +++ b/slsDetectorSoftware/CMakeLists.txt @@ -35,6 +35,9 @@ usersFunctions ../slsReceiverSoftware/MySocketTCP ) +add_definitions( + -DDACS_INT +) add_library(slsDetectorStatic STATIC ${SOURCES}