Implement a native `cmake_parse_arguments` command that is fully compatible with the documented behaviour of the previous implementation. Leave the CMakeParseArguments module empty but existing for compatibility.
7 lines
237 B
ReStructuredText
7 lines
237 B
ReStructuredText
CMakeParseArguments-native-impl
|
|
-------------------------------
|
|
|
|
* The :command:`cmake_parse_arguments` command is now implemented natively.
|
|
The :module:`CMakeParseArguments` module remains as an empty placeholder
|
|
for compatibility.
|