From 66a08c10e5bd4b8eff58837cd58372a4dfdd19df Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 26 Aug 2004 14:55:55 -0400 Subject: ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code --- Modules/CMake.cmake | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Modules/CMake.cmake (limited to 'Modules/CMake.cmake') 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. -- cgit v1.2.1