From 23e77e4ecc3da46a52b29e4777c84a6e08768cee Mon Sep 17 00:00:00 2001 From: arcum42 Date: Thu, 13 May 2010 10:02:03 +0000 Subject: [PATCH] cmake: Missed uncommenting these two lines in r2986. (Which, naturally, broke cmake.) git-svn-id: http://pcsx2.googlecode.com/svn/trunk@2995 96395faa-99c1-11dd-bbfe-3dabce05a288 --- cmake/SearchForStuff.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 5cdfbc5b5f..523f25f892 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -61,7 +61,7 @@ if(ZLIB_FOUND) else(ZLIB_FOUND) # use project one set(projectZLIB TRUE) -#endif(ZLIB_FOUND) +endif(ZLIB_FOUND) #------------------------------------------------------------ @@ -111,7 +111,7 @@ if(BZIP2_FOUND) else(BZIP2_FOUND) # use project one set(projectBZip2 TRUE) -#endif(BZIP2_FOUND) +endif(BZIP2_FOUND) #------------------------------------------------------------