summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorluwenpeng <[email protected]>2024-01-29 14:15:33 +0800
committerluwenpeng <[email protected]>2024-01-29 15:29:10 +0800
commit7d7cc8e90cdd13a00736f66091865af90468c619 (patch)
treef81e70d912efe95391b489b6fb9e91fdcda480df /cmake
parent07b1da819aed6a06bffa4588ffa3663cfa1fd2f8 (diff)
load config from toml file
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Package.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Package.cmake b/cmake/Package.cmake
index 4dd1abf..33dba1a 100644
--- a/cmake/Package.cmake
+++ b/cmake/Package.cmake
@@ -31,6 +31,6 @@ else()
endif()
# setup %config(noreplace)
-set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/stellar.conf")
+set(CPACK_RPM_USER_FILELIST "%config(noreplace) ${CMAKE_INSTALL_PREFIX}/conf/stellar.toml")
include(CPack) \ No newline at end of file