[cmake] bzip2 clean, forget to change one line...

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3240 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gregory.hainaut
2010-06-19 13:59:16 +00:00
parent a11941d318
commit 21f2c4482e

View File

@@ -84,9 +84,9 @@ if(ALSA_FOUND)
endif(ALSA_FOUND)
# bzip2
if(BZIP2_FOUND AND NOT projectBZip2)
if(BZIP2_FOUND)
include_directories(${BZIP2_INCLUDE_DIR})
endif(BZIP2_FOUND AND NOT projectBZip2)
endif(BZIP2_FOUND)
# Cg
if(CG_FOUND)