1CMAKE_MODULE_PATH 2----------------- 3 4:ref:`Semicolon-separated list <CMake Language Lists>` of directories specifying a search path 5for CMake modules to be loaded by the :command:`include` or 6:command:`find_package` commands before checking the default modules that come 7with CMake. By default it is empty, it is intended to be set by the project. 8