ENH: New location of cmake binaries

This commit is contained in:
Andy Cedilnik 2003-05-02 13:56:56 -04:00
parent d486a789d6
commit d6b9c96739
1 changed files with 1 additions and 1 deletions

View File

@ -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();