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 6f2ac4af23
commit d2cd48dfa3

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()