diff options
| author | liuxueli <[email protected]> | 2019-07-17 16:45:15 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-07-17 16:45:15 +0800 |
| commit | cc228def9ffdc1c60e55defbd84c693223901ca5 (patch) | |
| tree | f1d6b2065f78aa2e28c8a766b0343667c8b23555 /CMakeLists.txt | |
| parent | 0c0a8b9022d315422dc03c1cdfb93da2884911b7 (diff) | |
删除设置默认安装路径
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 883ae59..a42846a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,9 +46,6 @@ else() set_target_properties(dns PROPERTIES OUTPUT_NAME ${lib_name}) endif() - -set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp) - install(TARGETS dns LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/protocol/dns) install(FILES bin/dns.inf DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/protocol/dns) install(FILES bin/dns.conf DESTINATION ${CMAKE_INSTALL_PREFIX}/conf/dns) |
