ENH: New location of cmake

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

View File

@ -104,7 +104,7 @@ int do_cmaketest (int argc, char **argv)
// use this program as the cmake to be run, it should not // use this program as the cmake to be run, it should not
// be run that way but the cmake object requires a vailid path // be run that way but the cmake object requires a vailid path
std::string cmakeCommand = CMAKE_BINARY_DIR; std::string cmakeCommand = CMAKE_BINARY_DIR;
cmakeCommand += "/Source"; cmakeCommand += "/bin";
cmakeCommand += "/"; cmakeCommand += "/";
cmakeCommand += intdir; cmakeCommand += intdir;
cmakeCommand += "/cmake"; cmakeCommand += "/cmake";