Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-23 18:22:29 +0400
committerFelix Fietkau <nbd@openwrt.org>2013-01-23 18:22:29 +0400
commite009fd8c82692343062eedb78cad6ce8898f49c5 (patch)
tree41f70cd29559bf6449153167f9d6907315b9e69c /CMakeLists.txt
parent8a89e7f388f708243e5596911c2e17ebf29d80ab (diff)
build: remove install prefix override
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 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