Environment variables

Environment variables directly defined or referenced by this package.

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.