From: Thomas Dinges Date: Sat, 2 Oct 2010 16:29:58 +0000 (+0000) Subject: Small CMAKE Fix, discovered by freakabcd in IRC. X-Git-Tag: v2.55~390 X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/commitdiff_plain/9e72351c9621e7a03b634c15dca1f0d30c66ed37 Small CMAKE Fix, discovered by freakabcd in IRC. --- diff --git a/source/blender/blenkernel/CMakeLists.txt b/source/blender/blenkernel/CMakeLists.txt index 39aa3701a1a..1b6411e4f64 100644 --- a/source/blender/blenkernel/CMakeLists.txt +++ b/source/blender/blenkernel/CMakeLists.txt @@ -117,7 +117,7 @@ ENDIF(NOT WITH_FLUID) IF(WITH_JACK) ADD_DEFINITIONS(-DWITH_JACK) -ENDIF(NOT WITH_FLUID) +ENDIF(WITH_JACK) IF(WITH_LZO) LIST(APPEND INC ../../../extern/lzo/minilzo)