Raw File
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