1CMAKE_LIBRARY_PATH 2------------------ 3 4:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path 5for the :command:`find_library` command. By default it is empty, it is 6intended to be set by the project. See also 7:variable:`CMAKE_SYSTEM_LIBRARY_PATH` and :variable:`CMAKE_PREFIX_PATH`. 8