projects
/
blender.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f6fc93
)
Small CMAKE Fix, discovered by freakabcd in IRC.
author
Thomas Dinges <blender@dingto.org>
Sat, 2 Oct 2010 16:29:58 +0000
(16:29 +0000)
committer
Thomas Dinges <blender@dingto.org>
Sat, 2 Oct 2010 16:29:58 +0000
(16:29 +0000)
source/blender/blenkernel/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/source/blender/blenkernel/CMakeLists.txt
b/source/blender/blenkernel/CMakeLists.txt
index 39aa3701a1a049513d8b1ebe851392e3198834a6..1b6411e4f64acbcd436cd524357c3cb18c24ccb6 100644
(file)
--- 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)