summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-23 15:24:08 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-23 15:24:08 +0100
commitfd5a244dc2c78c9a545f9c25c0a0ee384eb6e76b (patch)
tree31f86412270055185f861cae01b81df43bbfa090
parentda607e6272d789ed5dae3b0efff90912fda6f81f (diff)
downloadustream-ssl-fd5a244dc2c78c9a545f9c25c0a0ee384eb6e76b.tar.gz
build: remove install prefix override
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
-rw-r--r--CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20f10d5..f39ca23 100644
--- 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