From fd5a244dc2c78c9a545f9c25c0a0ee384eb6e76b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Jan 2013 15:24:08 +0100 Subject: [PATCH] build: remove install prefix override Signed-off-by: Felix Fietkau --- CMakeLists.txt | 2 -- 1 file changed, 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 -- 2.25.1