errTSZ set to blank

This commit is contained in:
tickduan 2021-07-20 15:50:04 +08:00
parent c8ecafed59
commit a686408917
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ IF (${TSZ_ENABLED} MATCHES "true")
ADD_DEFINITIONS(-DTD_TSZ)
set(VAR_TSZ "TSZ" CACHE INTERNAL "global variant tsz" )
ELSE()
set(VAR_TSZ "errTSZ" CACHE INTERNAL "global variant empty" )
set(VAR_TSZ "" CACHE INTERNAL "global variant empty" )
ENDIF()