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
This commit is contained in:
arcum42 2010-05-13 10:02:03 +00:00
parent ae3df35369
commit 23e77e4ecc
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ if(ZLIB_FOUND)
else(ZLIB_FOUND) else(ZLIB_FOUND)
# use project one # use project one
set(projectZLIB TRUE) set(projectZLIB TRUE)
#endif(ZLIB_FOUND) endif(ZLIB_FOUND)
#------------------------------------------------------------ #------------------------------------------------------------
@ -111,7 +111,7 @@ if(BZIP2_FOUND)
else(BZIP2_FOUND) else(BZIP2_FOUND)
# use project one # use project one
set(projectBZip2 TRUE) set(projectBZip2 TRUE)
#endif(BZIP2_FOUND) endif(BZIP2_FOUND)
#------------------------------------------------------------ #------------------------------------------------------------