Skip to content

Allow BULLET_ROOT to be set on the command line

Frederic Chardon requested to merge fr3dz10/openmw:bullet_root into master

Allow BULLET_ROOT to be set on the command line, and not only in the environment. This is what cmake bundled FindBullet.cmake does.

i.e one can do cmake -B ${BUILDDIR} -S ${SOURCE} -DBULLET_ROOT=${SPECIFIC_LOCATION_OF_BULLET}

Merge request reports