aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authormichele papalini <micpapal@cisco.com>2019-02-18 16:12:36 +0100
committermichele papalini <micpapal@cisco.com>2019-02-18 16:12:36 +0100
commitdd81185294bdda4203c747a9ce5c19a63c55dbd4 (patch)
treec6ba42069d36b526002592e92bd37d8c41d49cee /utils
parent63140cf46b43824d77206402cef13f01c2b9cdde (diff)
[HICN-69] add compiler definitions for programs using hicn
Change-Id: If20c1e487ca4d9c00ffeebe09f31b475b354e293 Signed-off-by: michele papalini <micpapal@cisco.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/CMakeLists.txt b/utils/CMakeLists.txt
index 5cdfbb50f..8b816383c 100644
--- a/utils/CMakeLists.txt
+++ b/utils/CMakeLists.txt
@@ -34,7 +34,7 @@ endif()
include(Packaging)
-set (COMPILER_DEFINITIONS "-DASIO_STANDALONE")
+set (COMPILER_DEFINITIONS "")
list(APPEND UTILS_SRC
src/hiperf.cc
@@ -56,4 +56,4 @@ foreach(util ${UTILS_SRC})
COMPONENT ${HICN_UTILS}
DEFINITIONS ${COMPILER_DEFINITIONS}
)
-endforeach() \ No newline at end of file
+endforeach()