mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
{
|
|
"version": 2,
|
|
"configurePresets": [
|
|
{
|
|
"name": "HostSystemNameFuture",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_HOST_SYSTEM_NAME": "${hostSystemName}"
|
|
}
|
|
}
|
|
]
|
|
}
|