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:
authorAntony Riakiotakis <kalast@gmail.com>2013-03-28 04:58:50 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-03-28 04:58:50 +0400
commiteab20832d9acaf2c5e7e5a968bc5bbf6e95c2ad2 (patch)
tree3604ccb2e3a037e4ce697276c5fb307d34736f8b /source/creator
parent3e2619b3e72aaa7ef3bd15211fc2eaaf883da7d1 (diff)
Fix typo with non-system bullet.
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 60d262d402f..eb2d4ff5c24 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -974,7 +974,7 @@ endif()
list_insert_after(BLENDER_SORTED_LIBS "bf_blenkernel" "bf_intern_rigidbody")
endif()
- if(WITH_BULLET AND NOT WITH_BULLET_SYSTEM)
+ if(WITH_BULLET AND NOT WITH_SYSTEM_BULLET)
list_insert_after(BLENDER_SORTED_LIBS "ge_logic_ngnetwork" "extern_bullet")
endif()