From c9f79972baefb00e3c86a96e7a448c124bde7693 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 9 Jun 2012 23:13:21 +0100 Subject: [PATCH] remove errorneous comment --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6e52c74b9..969a5e682 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,7 @@ ELSE (ZLIB_FOUND) INCLUDE_DIRECTORIES(deps/zlib) ADD_DEFINITIONS(-DNO_VIZ -DSTDC -DNO_GZIP) FILE(GLOB SRC_ZLIB deps/zlib/*.c) -#ENDIF() +ENDIF() # Installation paths SET(INSTALL_BIN bin CACHE PATH "Where to install binaries to.")