From 9f9b51165991e455a91f697c12981595441e123a Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Sat, 28 Apr 2018 14:03:42 -0500 Subject: [PATCH] Fix typo in CMakeLists.txt (#18833) --- tensorflow/contrib/cmake/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/contrib/cmake/CMakeLists.txt b/tensorflow/contrib/cmake/CMakeLists.txt index d75b1b12a62..44e39f7f7b5 100644 --- a/tensorflow/contrib/cmake/CMakeLists.txt +++ b/tensorflow/contrib/cmake/CMakeLists.txt @@ -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()