From c60e9e3ed78512e4ce5499f58cc91a15369b89c7 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 22 Oct 2020 09:18:53 +0800 Subject: [PATCH] update cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})