mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
ae3df35369
commit
23e77e4ecc
|
@ -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)
|
||||
|
||||
#------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue