summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-02 17:56:56 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2003-05-02 17:56:56 (GMT)
commitd6b9c96739b38be482105695af6bfc3f50782792 (patch)
tree500cc059870e7bc478f562b6a213be58f8989190
parentd486a789d6e2f83a7b0a1a5b03301f070bc4e28d (diff)
downloadCMake-d6b9c96739b38be482105695af6bfc3f50782792.zip
CMake-d6b9c96739b38be482105695af6bfc3f50782792.tar.gz
CMake-d6b9c96739b38be482105695af6bfc3f50782792.tar.bz2
ENH: New location of cmake binaries
-rw-r--r--Source/cmake.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmake.cxx b/Source/cmake.cxx
index 96902ab..035c80f 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();