mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
ba969ce5fe
Fixes: #23282
14 lines
336 B
Plaintext
14 lines
336 B
Plaintext
{
|
|
"version": 4,
|
|
"configurePresets": [
|
|
{
|
|
"name": "PathListSepFuture",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_PATH_LIST_SEP": "${sourceDir}${pathListSep}${sourceDir}"
|
|
}
|
|
}
|
|
]
|
|
}
|