已合并
update: dlog头文件路径调整,更新文件 Finddlog.cmake #1314
fujun19创建于 8月17日
update: dlog头文件路径调整,更新文件 Finddlog.cmake #1314
已合并
共 1 个文件变更+1-1
| @@ -46,7 +46,7 @@ unset(_cmake_expected_targets) | |||
| 46 | 46 | ||
| 47 | set(DLOG_HEAD_SEARCH_PATHS | 47 | set(DLOG_HEAD_SEARCH_PATHS |
| 48 | ${ASCEND_DIR}/pkg_inc/base # new slog directory structure | 48 | ${ASCEND_DIR}/pkg_inc/base # new slog directory structure |
| 49 | - ${TOP_DIR}/abl/slog/inc/toolchain # compile with ci | 49 | + ${TOP_DIR}/runtime/pkg_inc/base # compile with ci |
| 50 | ) | 50 | ) |
| 51 | 51 | ||
| 52 | find_path(dlog_CV_INCLUDE_DIR | 52 | find_path(dlog_CV_INCLUDE_DIR |