https://github.com/Kitware/CMake
Raw File
Tip revision: ecaddda2fea374089d867ad17b8b4700b189f397 authored by Brad King on 05 October 2017, 14:40:37 UTC
Merge branch 'cpack-dmg-explicit-hfs' into release-3.10
Tip revision: ecaddda
CMAKE_ROOT.rst
CMAKE_ROOT
----------

Install directory for running cmake.

This is the install root for the running CMake and the ``Modules``
directory can be found here.  This is commonly used in this format:
``${CMAKE_ROOT}/Modules``
back to top