From d6b9c96739b38be482105695af6bfc3f50782792 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Fri, 2 May 2003 13:56:56 -0400 Subject: [PATCH] ENH: New location of cmake binaries --- Source/cmake.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmake.cxx b/Source/cmake.cxx index 96902ab1b..035c80f46 100644 --- a/Source/cmake.cxx +++ b/Source/cmake.cxx @@ -359,7 +359,7 @@ int cmake::AddCMakePaths(const char *arg0) intdir = CMAKE_INTDIR; #endif cMakeSelf = CMAKE_BUILD_DIR; - cMakeSelf += "/Source/"; + cMakeSelf += "/bin/"; cMakeSelf += intdir; cMakeSelf += "/cmake"; cMakeSelf += cmSystemTools::GetExecutableExtension();