mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
44a2f3f332
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171
6 lines
51 B
CMake
6 lines
51 B
CMake
|
|
function(FUNC)
|
|
block()
|
|
endfunction()
|
|
endblock()
|