Fix typo in CMakeLists.txt (#18833)

This commit is contained in:
Nehal J Wani 2018-04-28 14:03:42 -05:00 committed by drpngx
parent 5e0db783ce
commit 9f9b511659

View File

@ -84,7 +84,7 @@ if (NOT WIN32)
option(systemlib_ALL "Turn on every possible systemlib_* options" OFF)
if (systemlib_ALL)
set (systmelib_ZLIB ON)
set (systemlib_ZLIB ON)
endif (systemlib_ALL)
endif()