diff options
| author | liuxueli <[email protected]> | 2019-07-19 09:50:02 +0800 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2019-07-19 09:50:02 +0800 |
| commit | 3e3ade9f4e6baf4344b1db2f13df878cf7196fd0 (patch) | |
| tree | ce675dcb35b24ab3a6396b4f6e7819c53ad97a20 | |
| parent | 2f885250960e0a77678866a884602cf2cf86c7df (diff) | |
删除设置默认安装路径
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5729864..5597ed6 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) @@ -46,9 +45,6 @@ else() set_target_properties(ntc_app_plug PROPERTIES OUTPUT_NAME ${lib_name}) endif() - -set(CMAKE_INSTALL_PREFIX /home/mesasoft/sapp) - install(TARGETS ntc_app_plug LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/business/${lib_name}) install(FILES bin/${lib_name}.inf DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/business/${lib_name}) |
