cmake/Help/variable/CMAKE_ROOT.rst

9 lines
222 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_ROOT
----------
Install directory for running cmake.
2015-11-17 17:22:37 +01:00
This is the install root for the running CMake and the ``Modules``
2014-08-03 19:52:23 +02:00
directory can be found here. This is commonly used in this format:
2015-11-17 17:22:37 +01:00
``${CMAKE_ROOT}/Modules``