aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2022-03-01 10:04:26 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2022-04-12 18:34:14 +0200
commit1704223e00a01ffd49bd4d9c074c91890b742427 (patch)
tree0deed68f87867bed2177d177a99dd6122118a288
parent34a878536bbf8128624f156911a262d3683217bd (diff)
CMake: Switch an OpenSUSE config to build with CMake 3.16.8
To ensure we don't introduce regressions building Qt with the lowest version of CMake that we support. Task-number: QTQAINFRA-4844 Task-number: COIN-823 Change-Id: I59b6a0ed6851a5fbed701c4f6ea050062bddb773 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 0cfa1fa561d88e5561ad203a9814456a79e93ea6) Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
-rw-r--r--coin/platform_configs/cmake_platforms.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/coin/platform_configs/cmake_platforms.yaml b/coin/platform_configs/cmake_platforms.yaml
index 3c8af4c7..8c9a5037 100644
--- a/coin/platform_configs/cmake_platforms.yaml
+++ b/coin/platform_configs/cmake_platforms.yaml
@@ -42,7 +42,9 @@ Configurations:
Features: ['Sccache']
Configure arguments: '-DQT_BUILD_EXAMPLES=OFF -DFEATURE_developer_build=ON'
Environment variables: [
- 'CONAN_PROFILE=coin/conan/profiles/linux-developer-x86_64-gcc']
+ 'PATH={{.Env.CMAKE_MIN_SUPPORTED_BIN_PATH}}:{{.Env.PATH}}',
+ 'CONAN_PROFILE=coin/conan/profiles/linux-developer-x86_64-gcc'
+ ]
-
Template: 'qtci-linux-openSUSE-15.3-x86_64-50'
Compiler: 'GCC'