build: remove install prefix override
[project/ustream-ssl.git] / CMakeLists.txt
index 20f10d5cf9823f9b044370ccc38443b6d61ee814..f39ca23384b114df33ac5aad529ec1ca49b1e4db 100644 (file)
@@ -22,8 +22,6 @@ TARGET_LINK_LIBRARIES(ustream-ssl ubox ${SSL_LIB})
 ADD_EXECUTABLE(ustream-example ustream-example.c)
 TARGET_LINK_LIBRARIES(ustream-example ustream-ssl)
 
-SET(CMAKE_INSTALL_PREFIX /usr)
-
 FILE(GLOB headers *.h)
 INSTALL(FILES ${headers}
        DESTINATION include/libubox