Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Dinges <blender@dingto.org>2010-10-02 20:29:58 +0400
committerThomas Dinges <blender@dingto.org>2010-10-02 20:29:58 +0400
commit9e72351c9621e7a03b634c15dca1f0d30c66ed37 (patch)
tree943b12ffa0feee63b664d8957e86aa8e4bb71dfe /source/blender/blenkernel/CMakeLists.txt
parent4f6fc938a603b224b2d0d5b6ba83545532e50ae7 (diff)
Small CMAKE Fix, discovered by freakabcd in IRC.
Diffstat (limited to 'source/blender/blenkernel/CMakeLists.txt')
-rw-r--r--source/blender/blenkernel/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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)