From dc14eeda4e70d90897a0b3ff1d32043353a7bfdf Mon Sep 17 00:00:00 2001 From: antao Date: Thu, 2 May 2019 23:08:47 +0800 Subject: [PATCH] Enable users to specify a preferred installation location via the CMAKE_INSTALL_PREFIX variable --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d01726fd..8c4f516a 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -202,8 +202,6 @@ if (MAKETEST STREQUAL YES) endif() endif () -SET(CMAKE_INSTALL_PREFIX /usr/local) - #Installation install(TARGETS drogon DESTINATION lib)