Skip to content

Commit 430c908

Browse files
committed
test
1 parent b640de7 commit 430c908

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ucm/transport/kv/asu/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
if(RUNTIME_ENVIRONMENT STREQUAL "ascend")
12
file(GLOB ASU_TRANSPORT_SOURCES CONFIGURE_DEPENDS trans/src/*.cpp)
23
add_library(asu_transport SHARED ${ASU_TRANSPORT_SOURCES})
34
target_include_directories(asu_transport
@@ -44,3 +45,4 @@ if(BUILD_UNIT_TESTS)
4445
)
4546
gtest_discover_tests(asu.test)
4647
endif()
48+
endif()

0 commit comments

Comments
 (0)