mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-01-31 01:15:24 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user