Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/release
/
.
/
Tests
/
RunCMake
/
CMakePresetsTest
/
ConditionFuture.json.in
blob: 4b9f33f66ee0d8d73ea88c7f42f3d9f3fe63caeb [
file
] [
log
] [
blame
] [
edit
]
{
"version"
:
2
,
"configurePresets"
:
[
{
"name"
:
"default"
,
"generator"
:
"@RunCMake_GENERATOR@"
,
"binaryDir"
:
"${sourceDir}/build"
}
],
"testPresets"
:
[
{
"name"
:
"conditionFuture"
,
"configurePreset"
:
"default"
,
"condition"
:
true
}
]
}