build: remove install prefix override
authorFelix Fietkau <nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:29 +0000 (15:22 +0100)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 23 Jan 2013 14:22:29 +0000 (15:22 +0100)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
CMakeLists.txt

index b756247..6bcec18 100644 (file)
@@ -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