fix: cmake environment variable detection syntax error

This commit is contained in:
myfreax 2024-12-09 09:39:38 +08:00 committed by John McNamara
parent 67c9faab8f
commit f5448e6bd6

View File

@ -144,7 +144,7 @@ if(MSVC)
option(USE_STATIC_MSVC_RUNTIME "Use the static runtime library" OFF)
endif()
if(DEFINED ENV{${ZLIB_ROOT}})
if(DEFINED ENV{ZLIB_ROOT})
set(ZLIB_ROOT $ENV{ZLIB_ROOT})
endif()