From e009fd8c82692343062eedb78cad6ce8898f49c5 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 23 Jan 2013 15:22:29 +0100 Subject: [PATCH] build: remove install prefix override Signed-off-by: Felix Fietkau --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.11.0