Enable users to specify a preferred installation location via the CMAKE_INSTALL_PREFIX variable

This commit is contained in:
antao 2019-05-02 23:08:47 +08:00
parent c7754e70c4
commit dc14eeda4e
1 changed files with 0 additions and 2 deletions

View File

@ -202,8 +202,6 @@ if (MAKETEST STREQUAL YES)
endif()
endif ()
SET(CMAKE_INSTALL_PREFIX /usr/local)
#Installation
install(TARGETS drogon DESTINATION lib)