未验证 提交 e63b6455 编写于 作者: wafwerar's avatar wafwerar 提交者: GitHub

Merge pull request #12755 from taosdata/fix/ZhiqiangWang/fix-14986-disable-win-compile-tests

fix(os): disable win compile tests
...@@ -46,6 +46,18 @@ IF(${TD_WINDOWS}) ...@@ -46,6 +46,18 @@ IF(${TD_WINDOWS})
ON ON
) )
option(
BUILD_TEST
"If build unit tests using googletest"
OFF
)
ELSE ()
option(
BUILD_TEST
"If build unit tests using googletest"
ON
)
ENDIF () ENDIF ()
option( option(
...@@ -54,12 +66,6 @@ option( ...@@ -54,12 +66,6 @@ option(
OFF OFF
) )
option(
BUILD_TEST
"If build unit tests using googletest"
ON
)
option( option(
BUILD_WITH_LEVELDB BUILD_WITH_LEVELDB
"If build with leveldb" "If build with leveldb"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册