projects
/
oweals
/
libubox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a89e7f
)
build: remove install prefix override
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:29 +0000
(15:22 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:29 +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 b75624774e81327ffdcf2d8ee35a5e35cb8d7a5a..6bcec18db1a2dbfed433940bf39415e824851da4 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-25,9
+25,6
@@
IF(NOT HAVE_GETTIME)
ENDIF()
ENDIF()
-
-SET(CMAKE_INSTALL_PREFIX /usr)
-
FILE(GLOB headers *.h)
INSTALL(FILES ${headers}
DESTINATION include/libubox