summaryrefslogtreecommitdiff
path: root/Modules/CMake.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-08-26 14:55:55 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2004-08-26 14:55:55 -0400
commit66a08c10e5bd4b8eff58837cd58372a4dfdd19df (patch)
tree9d094b67d0899a3cebdfeba8b0280d374e7f25db /Modules/CMake.cmake
parent7cdf5c4601ea2a791d35fafadd890508ce434c6f (diff)
downloadcmake-66a08c10e5bd4b8eff58837cd58372a4dfdd19df.tar.gz
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
Diffstat (limited to 'Modules/CMake.cmake')
-rw-r--r--Modules/CMake.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/CMake.cmake b/Modules/CMake.cmake
new file mode 100644
index 0000000000..411544f3af
--- /dev/null
+++ b/Modules/CMake.cmake
@@ -0,0 +1,3 @@
+# This file is used by cmake.cxx to compute the CMAKE_ROOT location.
+# Do not remove this file from cvs without updating cmake.cxx to look
+# for a different file.