mirror of
https://github.com/reactos/CMake.git
synced 2024-12-15 07:41:15 +00:00
3028ca756c
This teaches functions and macros to use policies recorded at creation time when they are invoked. It restores the policies as a weak policy stack entry so that any policies set by a function escape to its caller as before.
5 lines
27 B
C
5 lines
27 B
C
int main()
|
|
{
|
|
return 0;
|
|
}
|