From 9f6209a228f9ae48c3f9e1f39609554b0ebf358f Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Tue, 4 Apr 2023 18:07:45 +0200 Subject: [PATCH] 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: Reviewed-by: Marcus Tillmanns --- src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp index 9ccd87edda0..68b3cb20a6c 100644 --- a/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp +++ b/src/plugins/cmakeprojectmanager/cmakebuildsystem.cpp @@ -1230,7 +1230,6 @@ void CMakeBuildSystem::updateInitialCMakeExpandableVars() "CMAKE_CXX_COMPILER", "QT_QMAKE_EXECUTABLE", "QT_HOST_PATH", - "CMAKE_PROJECT_INCLUDE_BEFORE", "CMAKE_TOOLCHAIN_FILE" }; for (const auto &var : singlePathList) {