.. _cmake_paths_generator_reference: `cmake_paths` ============= .. container:: out_reference_box This is the reference page for ``cmake_paths`` generator. Go to :ref:`Integrations/CMake` if you want to learn how to integrate your project or recipes with CMake. It generates a file named ``conan_paths.cmake`` and declares two variables: .. _conan_paths_cmake_variables: Variables in conan_paths.cmake --------------------------------- +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | NAME | VALUE | +================================+====================================================================================================================================================+ | CMAKE_MODULE_PATH | Containing all requires root folders and any declared :ref:`self.cpp_info.builddirs ` and the current directory | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+ | CMAKE_PREFIX_PATH | Containing all requires root folders and any declared :ref:`self.cpp_info.builddirs ` and the current directory | +--------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+