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

fix(os): disable win compile tests
This commit is contained in:
Zhiqiang Wang 2022-05-20 16:49:12 +08:00 committed by GitHub
commit e63b64553a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 6 deletions

View File

@ -46,6 +46,18 @@ IF(${TD_WINDOWS})
ON
)
option(
BUILD_TEST
"If build unit tests using googletest"
OFF
)
ELSE ()
option(
BUILD_TEST
"If build unit tests using googletest"
ON
)
ENDIF ()
option(
@ -54,12 +66,6 @@ option(
OFF
)
option(
BUILD_TEST
"If build unit tests using googletest"
ON
)
option(
BUILD_WITH_LEVELDB
"If build with leveldb"