Rename BUILD_TESTING to ENABLE_TESTS and WITH_BINDINGS to ENABLE_BINDINGS
This is for future consistency where ENABLE_ variables will denote optional components of PolyVox and WITH_ variables denote optionally using features provided by external libraries (e.g. OGRE compatibility).
This commit is contained in:
@ -45,10 +45,10 @@ The other available settings for PolyVox are:
|
||||
``ENABLE_EXAMPLES`` (``ON`` or ``OFF``)
|
||||
Build the example applications that come with PolyVox. Defaults to ``ON``.
|
||||
|
||||
``BUILD_TESTING`` (``ON`` or ``OFF``)
|
||||
``ENABLE_TESTS`` (``ON`` or ``OFF``)
|
||||
Build the test applications that come with PolyVox. Running the tests is detailed in the next section. Defaults to ``ON``.
|
||||
|
||||
``WITH_BINDINGS`` (``ON`` or ``OFF``)
|
||||
``ENABLE_BINDINGS`` (``ON`` or ``OFF``)
|
||||
Should the Python bindings to PolyVox be built. This requires the Python development libraries and SWIG to be installed. Defaults to ``ON``.
|
||||
|
||||
``BUILD_STATIC_LIBRARIES`` and ``BUILD_DYNAMIC_LIBRARIES`` (``ON`` or ``OFF``)
|
||||
|
Reference in New Issue
Block a user