Files
CMake/Tests/RunCMake/set/CacheUnknownArguments.cmake
Marc Chevrier 8af64914d6 set/unset commands: add CACHE{variable} syntax support
Add the support of CACHE{variable} syntax to enable:
* better consistency with other commands which use this syntax
* more flexibility regarding cache variable options
2025-08-04 20:46:23 +02:00

3 lines
51 B
CMake

set(CACHE{VAR} TYPE STRING FOO HELP "help" VALUE)