From: Felix Fietkau Date: Wed, 23 Jan 2013 14:24:08 +0000 (+0100) Subject: build: remove install prefix override X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fustream-ssl.git;a=commitdiff_plain;h=fd5a244dc2c78c9a545f9c25c0a0ee384eb6e76b build: remove install prefix override Signed-off-by: Felix Fietkau --- 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