We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b640de7 commit 430c908Copy full SHA for 430c908
1 file changed
ucm/transport/kv/asu/CMakeLists.txt
@@ -1,3 +1,4 @@
1
+if(RUNTIME_ENVIRONMENT STREQUAL "ascend")
2
file(GLOB ASU_TRANSPORT_SOURCES CONFIGURE_DEPENDS trans/src/*.cpp)
3
add_library(asu_transport SHARED ${ASU_TRANSPORT_SOURCES})
4
target_include_directories(asu_transport
@@ -44,3 +45,4 @@ if(BUILD_UNIT_TESTS)
44
45
)
46
gtest_discover_tests(asu.test)
47
endif()
48
+endif()
0 commit comments