projects
/
oweals
/
ustream-ssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da607e6
)
build: remove install prefix override
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:24:08 +0000
(15:24 +0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 23 Jan 2013 14:24:08 +0000
(15:24 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index 20f10d5cf9823f9b044370ccc38443b6d61ee814..f39ca23384b114df33ac5aad529ec1ca49b1e4db 100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-22,8
+22,6
@@
TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB})
ADD_EXECUTABLE(ustream-example ustream-example.c)
TARGET_LINK_LIBRARIES(ustream-example ustream-ssl)
-SET(CMAKE_INSTALL_PREFIX /usr)
-
FILE(GLOB headers *.h)
INSTALL(FILES ${headers}
DESTINATION include/libubox