From 5ecc79e48029ebe5902e65cd8ea5fef556534508 Mon Sep 17 00:00:00 2001 From: Jiyong Min Date: Mon, 18 Sep 2017 08:07:22 +0900 Subject: [PATCH] Remove unused enviroment at a cmake Change-Id: Ib7904bd4e48b48593cc9a71a5215d3af7eeb01fc Signed-off-by: Jiyong Min --- CMakeLists.txt | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4ac6aa5..a927603 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,19 +1,5 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6) -SET(Services - "application" - "base" - "content" - "location" - "media" - "messaging" - "network" - "social" - "telephony" - "system" - ) - - # project SET(project_prefix "capi") SET(prefix "/usr") -- 2.7.4