From: Felix Fietkau Date: Wed, 23 Jan 2013 14:22:29 +0000 (+0100) Subject: build: remove install prefix override X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e009fd8c82692343062eedb78cad6ce8898f49c5;p=oweals%2Flibubox.git build: remove install prefix override Signed-off-by: Felix Fietkau --- diff --git a/CMakeLists.txt b/CMakeLists.txt index b756247..6bcec18 100644 --- 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