projects
/
project
/
ubus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf56687
)
build: remove install prefix override
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:46 +0000
(15:22 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:46 +0000
(15:22 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index b2cb6ba6b779618414b5b9c5be37449bce07c1e6..e6b8b86ee3ea12942b0f9ee65bba9a9b4a14fe6a 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-22,8
+22,6
@@
ADD_EXECUTABLE(cli cli.c)
SET_TARGET_PROPERTIES(cli PROPERTIES OUTPUT_NAME ubus)
TARGET_LINK_LIBRARIES(cli ubus ubox blobmsg_json json)
-SET(CMAKE_INSTALL_PREFIX /usr)
-
ADD_SUBDIRECTORY(lua)
ADD_SUBDIRECTORY(examples)