mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-26 00:00:39 -05:00
ba969ce5fe
Fixes: #23282
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
{
|
|
"version": 5,
|
|
"configurePresets": [
|
|
{
|
|
"name": "PathListSep",
|
|
"generator": "@RunCMake_GENERATOR@",
|
|
"binaryDir": "${sourceDir}/build",
|
|
"cacheVariables": {
|
|
"TEST_PATH_LIST_SEP": "${sourceDir}${pathListSep}${sourceDir}"
|
|
}
|
|
}
|
|
]
|
|
}
|