Merge pull request #19867 from taosdata/hjxilinx-patch-1

Update CMakeLists.txt
This commit is contained in:
Haojun Liao 2023-02-08 14:22:57 +08:00 committed by GitHub
commit 3e049687b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,6 +60,6 @@ target_link_libraries(
PRIVATE os util common transport nodes parser command planner catalog scheduler function qcom
)
#if(${BUILD_TEST})
if(${BUILD_TEST})
ADD_SUBDIRECTORY(test)
#endif(${BUILD_TEST})
endif(${BUILD_TEST})