diff --git a/CMakeLists.txt b/CMakeLists.txt index ac30b4b8..66b7b992 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ if (ENABLE_OPEN_SRC) find_module(ascend_hal_stub libascend_hal.so ${ASCEND_DRIVER_DIR}) find_module(msprof libmsprof.so ${ASCEND_DRIVER_DIR}) else() - find_module(msprof libmsprof.so ${ASCEND_ATC_DIR}) // 驱动包 + find_module(msprof libmsprof.so ${ASCEND_ATC_DIR}) endif() elseif(PLATFORM STREQUAL "all") find_module(slog libslog.so ${ASCEND_DRIVER_DIR})