mirror of https://github.com/PCSX2/pcsx2.git
[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:
parent
a11941d318
commit
21f2c4482e
|
@ -84,9 +84,9 @@ if(ALSA_FOUND)
|
||||||
endif(ALSA_FOUND)
|
endif(ALSA_FOUND)
|
||||||
|
|
||||||
# bzip2
|
# bzip2
|
||||||
if(BZIP2_FOUND AND NOT projectBZip2)
|
if(BZIP2_FOUND)
|
||||||
include_directories(${BZIP2_INCLUDE_DIR})
|
include_directories(${BZIP2_INCLUDE_DIR})
|
||||||
endif(BZIP2_FOUND AND NOT projectBZip2)
|
endif(BZIP2_FOUND)
|
||||||
|
|
||||||
# Cg
|
# Cg
|
||||||
if(CG_FOUND)
|
if(CG_FOUND)
|
||||||
|
|
Loading…
Reference in New Issue