forked from qt-creator/qt-creator
CMakePM: Add configure environment widget
CMakePresets have the concept of modifying the configure process environment variables. Qt Creator had only one "build environment". Change-Id: I131d54971b4bf7e5f87e680f817f93868d62ab29 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -80,7 +80,7 @@ BuildDirParameters::BuildDirParameters(CMakeBuildSystem *buildSystem)
|
||||
|
||||
cmakeBuildType = buildSystem->cmakeBuildType();
|
||||
|
||||
environment = bc->environment();
|
||||
environment = bc->configureEnvironment();
|
||||
// Disable distributed building for configuration runs. CMake does not do those in parallel,
|
||||
// so there is no win in sending data over the network.
|
||||
// Unfortunately distcc does not have a simple environment flag to turn it off:-/
|
||||
|
||||
Reference in New Issue
Block a user