mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
ENH: put CmakeTmp into CMakeFiles
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user