summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
author刘学利 <[email protected]>2019-07-17 17:00:30 +0800
committer刘学利 <[email protected]>2019-07-17 17:00:30 +0800
commit33ce2e61314ae20a818a8cefc183156355878d68 (patch)
tree80e2cf582136207edabdd06303c6c8f38505c730 /CMakeLists.txt
parentfe6855dcc15a7fefdd025f5b5add52e8320b51e1 (diff)
Update CMakeLists.txt;删除设置默认安装路径
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 72902b1..6f481d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -9,7 +9,6 @@ include(Version)
set(CMAKE_MACOSX_RPATH 0)
set(CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS} -Wall)
-set(CMAKE_INSTALL_PREFIX /opt/MESA)
#for ASAN
option(ENABLE_SANITIZE_ADDRESS "Enable AddressSanitizer" FALSE)
@@ -48,9 +47,6 @@ else()
set_target_properties(ssl PROPERTIES OUTPUT_NAME ${lib_name})
endif()
-
-set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp)
-
install(TARGETS ssl LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/protocol/${lib_name})
install(FILES bin/${lib_name}.inf DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/protocol/${lib_name})
install(FILES bin/${lib_name}/${lib_name}.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/conf/${lib_name}/)