blob: 1d0a8af80a2576dc5cea9fdb0d68fa46d2aea288 (
plain)
1
2
3
4
5
6
7
8
|
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``
|