CMAKE_MODULE_PATH.rst 244 B

12345678
  1. CMAKE_MODULE_PATH
  2. -----------------
  3. List of directories to search for CMake modules.
  4. Commands like include() and find_package() search for files in
  5. directories listed by this variable before checking the default
  6. modules that come with CMake.