mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
ENH: centralized locaiton of CMakeFiles setting
This commit is contained in:
@@ -110,7 +110,9 @@ int cmTryCompileCommand::CoreTryCompileCode(
|
||||
// signature
|
||||
if (srcFileSignature)
|
||||
{
|
||||
tmpString = argv[1] + "/CMakeFiles/CMakeTmp";
|
||||
tmpString = argv[1];
|
||||
tmpString += cmake::GetCMakeFilesDirectory();
|
||||
tmpString += "/CMakeTmp";
|
||||
binaryDirectory = tmpString.c_str();
|
||||
}
|
||||
// make sure the binary directory exists
|
||||
|
||||
Reference in New Issue
Block a user