summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/cmake_parse_arguments/Errors.cmake
diff options
context:
space:
mode:
authorMatthias Maennich <matthias@maennich.net>2015-12-05 18:01:12 (GMT)
committerBrad King <brad.king@kitware.com>2015-12-17 15:44:28 (GMT)
commite8b148318f1fab26b2289cadc2d0c5e12201169d (patch)
treec18ca5a3415761ae65f8db15162ec250c9e5c10a /Tests/RunCMake/cmake_parse_arguments/Errors.cmake
parentcbbdfc2b6120e192b4248ce89af93cf34ea8a254 (diff)
downloadCMake-e8b148318f1fab26b2289cadc2d0c5e12201169d.zip
CMake-e8b148318f1fab26b2289cadc2d0c5e12201169d.tar.gz
CMake-e8b148318f1fab26b2289cadc2d0c5e12201169d.tar.bz2
CMakeParseArguments: replace by native cmake_parse_arguments command
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.
Diffstat (limited to 'Tests/RunCMake/cmake_parse_arguments/Errors.cmake')
-rw-r--r--Tests/RunCMake/cmake_parse_arguments/Errors.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Tests/RunCMake/cmake_parse_arguments/Errors.cmake b/Tests/RunCMake/cmake_parse_arguments/Errors.cmake
index 2db3bb1..98e22e9 100644
--- a/Tests/RunCMake/cmake_parse_arguments/Errors.cmake
+++ b/Tests/RunCMake/cmake_parse_arguments/Errors.cmake
@@ -1,5 +1,3 @@
-include(CMakeParseArguments)
-
cmake_parse_arguments()
cmake_parse_arguments(prefix OPT)
cmake_parse_arguments(prefix OPT SINGLE)