From 491b4ca8e109c510f9577e45e263214ebfd135ba Mon Sep 17 00:00:00 2001 From: christian linke Date: Mon, 7 Jan 2013 18:07:41 +0100 Subject: * enable turning off the NSM Signed-off-by: christian linke --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8632ec8..1f4e4da 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,9 @@ OPTION ( USE_BUILD_LIBS OPTION ( GLIB_DBUS_TYPES_TOLERANT "build dbus with tolerance towards glib 16bit/32bit handling" ON) + +OPTION ( WITH_NSM + "build with NSM support" ON) #Can be changed via passing -DDBUS_SERVICE_PREFIX="XXX" to cmake -- cgit v1.2.1