ENH: put CmakeTmp into CMakeFiles

This commit is contained in:
Ken Martin
2006-01-12 13:49:32 -05:00
parent 1fd9060406
commit 4bdca3b404
19 changed files with 54 additions and 52 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ bool cmTryRunCommand::InitialPass(std::vector<std::string> const& argv)
int res = cmTryCompileCommand::CoreTryCompileCode(m_Makefile, tryCompile, false);
// now try running the command if it compiled
std::string binaryDirectory = argv[2] + "/CMakeTmp";
std::string binaryDirectory = argv[2] + "/CMakeFiles/CMakeTmp";
if (!res)
{
int retVal = -1;