forked from qt-creator/qt-creator
CMake: Remove the restriction that the reply file cannot be remote
It would be remote on "real remote" builds. Task-number: QTCREATORBUG-28242 Change-Id: Ic37e5c6ec30064aec825d2322d25843a526b6ac4 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -230,7 +230,6 @@ void FileApiReader::endState(const FilePath &replyFilePath, bool restoredFromBac
|
||||
const FilePath buildDirectory = m_parameters.buildDirectory;
|
||||
const QString cmakeBuildType = m_parameters.cmakeBuildType == "Build" ? "" : m_parameters.cmakeBuildType;
|
||||
|
||||
QTC_CHECK(!replyFilePath.needsDevice());
|
||||
m_lastReplyTimestamp = replyFilePath.lastModified();
|
||||
|
||||
m_future = runAsync(ProjectExplorerPlugin::sharedThreadPool(),
|
||||
|
||||
Reference in New Issue
Block a user