Environment variables

Environment variables directly defined or referenced by this package.

BUNDLE_PYTHON_TESTS

Environment variable used to dynamically set a value for the BUNDLE_TESTS argument of the pytest_discover_tests() function.

CMAKE_PREFIX_PATH

Environment variable (or CMake option) used to locate directory to look for configurations.

LD_LIBRARY_PATH

Environment variable used on Linux/UNIX System to locate shared libraries.

DYLD_LIBRARY_PATH

Environment variable used on macOS System to locate shared libraries.

PATH

Environment variable used to specifies the directories to be searched to find a command. On Windows system, this environment variable is also used to locate shared libraries.