summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_parse_arguments/Initialization.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake_parse_arguments: Additional regression testsDimitar Yordanov2016-02-241-0/+9
| | | | | | | | | Add regression tests for the arguments handling in cmake_parse_arguments. The tests were run also against cmake 3.4.1 maint branch to verify that there are no regressions. Signed-off-by: Dimitar Yordanov <dimitar.yordanov@sap.com> Signed-off-by: Matthias Maennich <matthias.maennich@sap.com>
* CMakeParseArguments: replace by native cmake_parse_arguments commandMatthias Maennich2015-12-171-1/+0
| | | | | | | 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.
* CMakeParseArguments: add a RunCMake test suiteMatthias Maennich2015-12-171-0/+69