CMake: add missing default for WITH_SYSTEM_BULLET

This commit is contained in:
Campbell Barton
2023-08-09 23:07:00 +10:00
parent 3bf2757b47
commit 22d23a7269

View File

@@ -240,7 +240,7 @@ option(WITH_IK_SOLVER "Enable Legacy IK solver (only disable for development
option(WITH_FFTW3 "Enable FFTW3 support (Used for smoke, ocean sim, and audio effects)" ON)
option(WITH_PUGIXML "Enable PugiXML support (Used for OpenImageIO, Grease Pencil SVG export)" ON)
option(WITH_BULLET "Enable Bullet (Physics Engine)" ON)
option(WITH_SYSTEM_BULLET "Use the systems bullet library (currently unsupported due to missing features in upstream!)" )
option(WITH_SYSTEM_BULLET "Use the systems bullet library (currently unsupported due to missing features in upstream!)" OFF)
mark_as_advanced(WITH_SYSTEM_BULLET)
option(WITH_OPENCOLORIO "Enable OpenColorIO color management" ON)