projects
/
platform
/
core
/
security
/
krate.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0143ce
)
Remove build feature
02/83102/1
accepted/tizen/common/20160809.184154
accepted/tizen/ivi/20160809.232923
accepted/tizen/mobile/20160809.233018
accepted/tizen/tv/20160809.232833
accepted/tizen/wearable/20160809.232949
submit/tizen/20160809.071233
author
Sungbae Yoo
<sungbae.yoo@samsung.com>
Tue, 9 Aug 2016 07:23:57 +0000
(16:23 +0900)
committer
Sungbae Yoo
<sungbae.yoo@samsung.com>
Tue, 9 Aug 2016 07:23:57 +0000
(16:23 +0900)
Change-Id: I1278e6ead5463b4af7e4735407c2d19f6aa0248b
Signed-off-by: Sungbae Yoo <sungbae.yoo@samsung.com>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 5fb27066e797bb5a84f9949ab1a9b30c23946935..c7e3422c65bbf0e1aa6f95d6aeffa2b922c8c42a 100755
(executable)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-90,6
+90,4
@@
ADD_SUBDIRECTORY(${KRATE_LIB})
ADD_SUBDIRECTORY(${KRATE_SERVER})
ADD_SUBDIRECTORY(${KRATE_MODULE})
ADD_SUBDIRECTORY(${KRATE_VOLUME})
-IF("${TIZEN_PROFILE_NAME}" STREQUAL "mobile")
ADD_SUBDIRECTORY(${KRATE_TOOLS})
-ENDIF()