From 3e3ade9f4e6baf4344b1db2f13df878cf7196fd0 Mon Sep 17 00:00:00 2001 From: liuxueli Date: Fri, 19 Jul 2019 09:50:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E8=AE=BE=E7=BD=AE=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=AE=89=E8=A3=85=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 4 ---- 1 file changed, 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})