forked from qt-creator/qt-creator
CMakePM: Do not check for changes for CMAKE_PROJECT_INCLUDE_BEFORE
This was the case previously when the path was tied to the Qt Creator version. This fixes the docker case when the expanded value gets replaced with the unexpanded value from the initial configuration. Change-Id: If005d410bc4408403fd79fa619c58217a499d3a5 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Marcus Tillmanns <marcus.tillmanns@qt.io>
This commit is contained in:
@@ -1230,7 +1230,6 @@ void CMakeBuildSystem::updateInitialCMakeExpandableVars()
|
|||||||
"CMAKE_CXX_COMPILER",
|
"CMAKE_CXX_COMPILER",
|
||||||
"QT_QMAKE_EXECUTABLE",
|
"QT_QMAKE_EXECUTABLE",
|
||||||
"QT_HOST_PATH",
|
"QT_HOST_PATH",
|
||||||
"CMAKE_PROJECT_INCLUDE_BEFORE",
|
|
||||||
"CMAKE_TOOLCHAIN_FILE"
|
"CMAKE_TOOLCHAIN_FILE"
|
||||||
};
|
};
|
||||||
for (const auto &var : singlePathList) {
|
for (const auto &var : singlePathList) {
|
||||||
|
|||||||
Reference in New Issue
Block a user