CMAKE_MODULE_PATH.rst 335 B

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