diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 17:56:56 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-05-02 17:56:56 (GMT) |
commit | d6b9c96739b38be482105695af6bfc3f50782792 (patch) | |
tree | 500cc059870e7bc478f562b6a213be58f8989190 | |
parent | d486a789d6e2f83a7b0a1a5b03301f070bc4e28d (diff) | |
download | CMake-d6b9c96739b38be482105695af6bfc3f50782792.zip CMake-d6b9c96739b38be482105695af6bfc3f50782792.tar.gz CMake-d6b9c96739b38be482105695af6bfc3f50782792.tar.bz2 |
ENH: New location of cmake binaries
-rw-r--r-- | Source/cmake.cxx | 2 |
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(); |