summaryrefslogtreecommitdiff
path: root/Modules/WriteBasicConfigVersionFile.cmake
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-12-20 16:14:16 +0100
committerDaniel Pfeifer <daniel@pfeifer-mail.de>2017-01-11 13:14:57 +0100
commitd6877e6c405eb67f0e3e9eae783de02d1d8be659 (patch)
tree6543472aba205ed8ef96e298443fc50e9ee56a9a /Modules/WriteBasicConfigVersionFile.cmake
parent3e5fbbd6cdc472cdf7823cf81c0e527c79653188 (diff)
downloadcmake-d6877e6c405eb67f0e3e9eae783de02d1d8be659.tar.gz
Don't include CMakeParseArguments
The cmake_parse_arguments command is builtin with version 3.5. The CMakeParseArguments module is empty and exists for backwards compatibility with CMake 3.4 and lower. Remove the includes of CMakeParseArguments from CMake's modules. The modules are always used with the current version of CMake. Leave the includes in the tests, as the tests may be run with an older version of CMake.
Diffstat (limited to 'Modules/WriteBasicConfigVersionFile.cmake')
-rw-r--r--Modules/WriteBasicConfigVersionFile.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/WriteBasicConfigVersionFile.cmake b/Modules/WriteBasicConfigVersionFile.cmake
index 20c769e634..7c9467ab36 100644
--- a/Modules/WriteBasicConfigVersionFile.cmake
+++ b/Modules/WriteBasicConfigVersionFile.cmake
@@ -18,8 +18,6 @@
#
# Deprecated, see WRITE_BASIC_PACKAGE_VERSION_FILE(), it is identical.
-include(CMakeParseArguments)
-
function(WRITE_BASIC_CONFIG_VERSION_FILE _filename)
set(options )