enable building the game engine without bullet for scons & cmake
This commit is contained in:
@@ -126,9 +126,6 @@ IF(APPLE)
|
||||
OPTION(WITH_LIBS10.5 "Use 10.5 libs (needed for 64bit builds)" OFF)
|
||||
ENDIF(APPLE)
|
||||
|
||||
IF(NOT WITH_BULLET AND WITH_GAMEENGINE)
|
||||
MESSAGE("WARNING: WITH_GAMEENGINE needs WITH_BULLET")
|
||||
ENDIF(NOT WITH_BULLET AND WITH_GAMEENGINE)
|
||||
|
||||
IF(NOT WITH_GAMEENGINE AND WITH_PLAYER)
|
||||
MESSAGE("WARNING: WITH_PLAYER needs WITH_GAMEENGINE")
|
||||
|
Reference in New Issue
Block a user