Browse Source

update cmakelist

tags/v1.1.0
taoxiangdong 3 years ago
parent
commit
a5dbe24e53
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      CMakeLists.txt

+ 1
- 2
CMakeLists.txt View File

@@ -97,8 +97,7 @@ if (ENABLE_OPEN_SRC)
endif() endif()
elseif(PLATFORM STREQUAL "all") elseif(PLATFORM STREQUAL "all")
#mdc没有 dc在driver目录 #mdc没有 dc在driver目录
find_module(msprof libmsprof.so ${ASCEND_DRIVER_DIR})
#mdc没有 dc在fwkack目录
find_module(msprof libmsprof.so ${ASCEND_DRIVER_COMMON_DIR})
find_module(hccl libhccl.so ${ASCEND_RUNTIME_DIR}) find_module(hccl libhccl.so ${ASCEND_RUNTIME_DIR})
find_module(adump_server libadump_server.a ${ASCEND_ACL_DIR}) find_module(adump_server libadump_server.a ${ASCEND_ACL_DIR})
find_module(runtime libruntime.so ${ASCEND_ACL_DIR}) find_module(runtime libruntime.so ${ASCEND_ACL_DIR})


Loading…
Cancel
Save