mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
7489e95b8e
Start with v2 to distinguish it from server-mode v1. Issue: #18398
11 lines
158 B
CMake
11 lines
158 B
CMake
set(expect
|
|
query
|
|
query/cache-v2
|
|
reply
|
|
reply/cache-v2-[0-9a-f]+.json
|
|
reply/index-[0-9.T-]+.json
|
|
)
|
|
check_api("^${expect}$")
|
|
|
|
check_python(cache-v2)
|