mirror of
https://github.com/jmcnamara/libxlsxwriter.git
synced 2026-05-15 14:15:54 -06:00
fix: cmake environment variable detection syntax error
This commit is contained in:
parent
67c9faab8f
commit
f5448e6bd6
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue