mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-03 16:15:46 +00:00
fix: specify cmake policy version in basalt build
This commit is contained in:
parent
8f3f9b8759
commit
1a1d1682fe
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(),
|
||||
),
|
||||
("CMAKE_BUILD_TYPE", "RelWithDebInfo".into()),
|
||||
("CMAKE_POLICY_VERSION_MINIMUM", "3.5".into()),
|
||||
("BUILD_TESTS", "off".into()),
|
||||
] {
|
||||
cmake_env.insert(k.to_string(), v);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue