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()