From 5d1256cc1fcf9d47a7bc0e8ac49a9365e7e59915 Mon Sep 17 00:00:00 2001 From: Alexander Wenzel Date: Wed, 23 Nov 2011 10:42:44 +0100 Subject: Disabled share memory by default. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cafca7d..f19002f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ ADD_DEFINITIONS( "-Wall" ) ###################### IPC settings ################# # Disable following definition, if old Fifo version # should be used -ADD_DEFINITIONS( -DDLT_SHM_ENABLE=1 ) +# ADD_DEFINITIONS( -DDLT_SHM_ENABLE=1 ) INCLUDE(TestBigEndian) -- cgit v1.2.1