From a117cb0d17acfd1430584e4447169ff1350972a3 Mon Sep 17 00:00:00 2001 From: Shengliang Guan Date: Thu, 2 Dec 2021 14:54:03 +0800 Subject: [PATCH] fix compile error --- source/dnode/vnode/impl/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/dnode/vnode/impl/CMakeLists.txt b/source/dnode/vnode/impl/CMakeLists.txt index 040b02d2b6..3886308ec9 100644 --- a/source/dnode/vnode/impl/CMakeLists.txt +++ b/source/dnode/vnode/impl/CMakeLists.txt @@ -19,5 +19,5 @@ target_link_libraries( # test if(${BUILD_TEST}) - add_subdirectory(test) + # add_subdirectory(test) endif(${BUILD_TEST}) \ No newline at end of file