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

index b2cb6ba..e6b8b86 100644 (file)
@@ -22,8 +22,6 @@ ADD_EXECUTABLE(cli cli.c)
 SET_TARGET_PROPERTIES(cli PROPERTIES OUTPUT_NAME ubus)
 TARGET_LINK_LIBRARIES(cli ubus ubox blobmsg_json json)
 
-SET(CMAKE_INSTALL_PREFIX /usr)
-
 ADD_SUBDIRECTORY(lua)
 ADD_SUBDIRECTORY(examples)