errTSZ set to blank
This commit is contained in:
parent
c8ecafed59
commit
a686408917
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue