diff options
| author | fengweihao <[email protected]> | 2020-09-11 14:29:29 +0800 |
|---|---|---|
| committer | fengweihao <[email protected]> | 2020-09-11 14:29:29 +0800 |
| commit | f5b162f5d6a8e5eca8723eada8c8bc4eb0a3d6f2 (patch) | |
| tree | 76bad524daddcae28769cc2594f5cc382fee1477 /CMakeLists.txt | |
| parent | f507b3ea1c43f46d98ff099b6372bf1146d29b83 (diff) | |
修改RPM程序安装路径
支持日志定时删除
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf404ff..821c7d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ if(NOT CMAKE_BUILD_TYPE) endif() if (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT) - set (CMAKE_INSTALL_PREFIX "/home/tsg/certstore" CACHE PATH "default install path" FORCE ) + set (CMAKE_INSTALL_PREFIX "/opt/tsg/certstore" CACHE PATH "default install path" FORCE ) endif() # Global compile options |
