diff options
| author | luwenpeng <[email protected]> | 2024-01-29 14:15:33 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-01-29 15:29:10 +0800 |
| commit | 7d7cc8e90cdd13a00736f66091865af90468c619 (patch) | |
| tree | f81e70d912efe95391b489b6fb9e91fdcda480df /cmake | |
| parent | 07b1da819aed6a06bffa4588ffa3663cfa1fd2f8 (diff) | |
load config from toml file
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/Package.cmake | 2 |
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 |
