SM : disabled ask-user policy tests 80/93080/5
authorTomasz Swierczek <t.swierczek@samsung.com>
Thu, 20 Oct 2016 08:37:26 +0000 (10:37 +0200)
committerZofia Abramowska <z.abramowska@samsung.com>
Thu, 3 Nov 2016 11:19:10 +0000 (04:19 -0700)
The #define in CMakeLists.txt needs to be commented just like it is
in Security-Manager module.

Change-Id: Ib1cf5347144334ec5ae953e0669c3fa4310960d7

CMakeLists.txt

index a89c09c..c085522 100644 (file)
@@ -88,7 +88,7 @@ ADD_DEFINITIONS("-DAPP_USER=\"${APP_USER}\"")
 
 # Enabler for popups; this should be done on system-level somewhere, but since it isn't
 # and we already have such definition in security-manager, lets have it also here
-ADD_DEFINITIONS("-DASKUSER_ENABLED")
+ADD_DEFINITIONS("-DASKUSER_ENABLED")
 
 IF(SMACK_ENABLE)
     ADD_DEFINITIONS("-DWRT_SMACK_ENABLED")