Commit bebef18
committed
fix: resolve dconfig installation issue
Added missing DtkTools package dependency in main CMakeLists.txt
Fixed dconfig file path in misc/CMakeLists.txt by removing incorrect
BASE path
Removed redundant DtkTools package search from src/CMakeLists.txt since
it's now handled at the top level
The dconfig configuration files were not being installed properly due to
incorrect file paths and missing dependencies
Log: Fixed dconfig configuration file installation issue
Influence:
1. Verify dconfig files are properly installed to correct locations
2. Test that session configuration settings are applied correctly
3. Check that all dependencies are resolved during build process
4. Validate that the build completes without missing package errors
5. Test session startup and configuration loading
fix: 解决dconfig配置文件安装问题
在主CMakeLists.txt中添加缺失的DtkTools包依赖
修复misc/CMakeLists.txt中的dconfig文件路径,移除错误的BASE路径
从src/CMakeLists.txt中移除冗余的DtkTools包搜索,因为现在在顶层处理
由于错误的文件路径和缺失的依赖,dconfig配置文件之前未能正确安装
Log: 修复dconfig配置文件安装问题
Influence:
1. 验证dconfig文件是否正确安装到指定位置
2. 测试会话配置设置是否正确应用
3. 检查构建过程中所有依赖是否正常解析
4. 验证构建过程是否完成且无缺失包错误
5. 测试会话启动和配置加载功能1 parent bccde6b commit bebef18
3 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | 6 | | |
9 | 7 | | |
| |||
0 commit comments