From 21f2c4482e4e473d9fd47bbd52f6bdb8519a3db9 Mon Sep 17 00:00:00 2001 From: "gregory.hainaut" Date: Sat, 19 Jun 2010 13:59:16 +0000 Subject: [PATCH] [cmake] bzip2 clean, forget to change one line... git-svn-id: http://pcsx2.googlecode.com/svn/trunk@3240 96395faa-99c1-11dd-bbfe-3dabce05a288 --- cmake/SearchForStuff.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/SearchForStuff.cmake b/cmake/SearchForStuff.cmake index 0cf9a85b6f..bec7712132 100644 --- a/cmake/SearchForStuff.cmake +++ b/cmake/SearchForStuff.cmake @@ -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)