mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-27 19:58:37 +00:00
Merge branch 'fix/basaltCmakeVer' into 'main'
fix: specify cmake policy version in basalt build Closes #210 See merge request gabmus/envision!134
This commit is contained in:
commit
bec624442e
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ pub fn get_build_basalt_jobs(profile: &Profile, clean_build: bool) -> VecDeque<W
|
||||||
.to_string(),
|
.to_string(),
|
||||||
),
|
),
|
||||||
("CMAKE_BUILD_TYPE", "RelWithDebInfo".into()),
|
("CMAKE_BUILD_TYPE", "RelWithDebInfo".into()),
|
||||||
|
("CMAKE_POLICY_VERSION_MINIMUM", "3.5".into()),
|
||||||
("BUILD_TESTS", "off".into()),
|
("BUILD_TESTS", "off".into()),
|
||||||
] {
|
] {
|
||||||
cmake_env.insert(k.to_string(), v);
|
cmake_env.insert(k.to_string(), v);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue