summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2019-07-04 15:56:20 +0800
committerliuxueli <[email protected]>2019-07-04 15:56:20 +0800
commitf14a612ad1db07d1ce6de8160ed27fb88a68c730 (patch)
treec426ad7317e5fe3aff100a447631c33b16d39e37 /CMakeLists.txt
parent48083aaae6d09f394ef1fa55a2d26c2fa057e6b3 (diff)
修改CMakeList.txt,调整配置文件安装路径
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index df34248..3a949e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -68,10 +68,10 @@ if(ENABLE_T2_SWITCH)
endif()
if(ENABLE_NTC_SWITCH)
- install(DIRECTORY ntcconf/${config_filepath} DESTINATION ${CMAKE_INSTALL_PREFIX}/${config_filepath} COMPONENT devel)
+ install(DIRECTORY ntcconf/${config_filepath} DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT devel)
install(FILES ntcconf/${conflist_filename} DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/business COMPONENT devel RENAME conflist_business.inf)
else()
- install(DIRECTORY soqconf/${config_filepath} DESTINATION ${CMAKE_INSTALL_PREFIX}/${config_filepath} COMPONENT devel)
+ install(DIRECTORY soqconf/${config_filepath} DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT devel)
install(FILES soqconf/${conflist_filename} DESTINATION ${CMAKE_INSTALL_PREFIX}/plug/business COMPONENT devel RENAME conflist_business.inf)
endif()