CMake/Tests/CMakeOnly
Kyle Edwards 88b40744b5 CMakeParseArguments: Remove superfluous includes of CMakeParseArguments
Because cmake_parse_arguments() has been implemented as a native
command, there is no need to include(CMakeParseArguments) anymore.
Its inclusion has been removed from several CMake modules.

Tests/CMakeOnly/CMakeLists.txt has been changed to include the
*building* CMake's copy of CMakeParseArguments rather than the
*built* CMake's copy. This file included the *built* copy because
when this file was introduced, CMake could still be built with versions
that didn't supply cmake_parse_arguments(). Now, CMake requires 3.1 or
greater, where cmake_parse_arguments() existed but was still in the
form of a module, so we include it from the *building* CMake.
2018-12-13 19:51:01 -05:00
..
AllFindModules FindJPEG: Add version detection and associated test update and docs 2018-04-17 22:53:26 +02:00
CheckCXXCompilerFlag Check*CompilerFlag: Revert to previous method used to pass flags (#15641) 2015-07-08 09:55:16 -04:00
CheckCXXSymbolExists Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CheckLanguage Add CheckLanguage module 2012-02-08 10:48:34 -05:00
CheckStructHasMember Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CheckSymbolExists Use string(APPEND) in Tests 2016-07-28 00:43:04 +02:00
CompilerIdC Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
CompilerIdCSharp C# support: add compiler detection for MSVC 2016-12-15 09:16:30 -05:00
CompilerIdCXX Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
CompilerIdFortran Compiler ID: Compiler versions must be a valid, numeric version string. 2015-12-03 21:37:07 +00:00
find_library Tests: Fix CMakeOnly.find_library test logic for libx32 case 2017-03-10 15:50:25 -05:00
find_path Test find_path multiarch support (#13742) 2012-11-26 17:06:12 -05:00
LinkInterfaceLoop Revise C++ coding style using clang-format 2016-05-16 16:05:19 -04:00
MajorVersionSelection Tests: Fix CMP0054 warnings 2014-09-16 09:06:29 -04:00
ProjectInclude Add ability to include a file in a project via a cache variable. 2012-02-17 12:41:39 -05:00
SelectLibraryConfigurations GENERATOR_IS_MULTI_CONFIG: Use for multi-config checks in Tests 2017-12-30 09:35:56 +11:00
TargetScope Add test covering imported target scope rules 2012-01-25 14:43:07 -05:00
CMakeLists.txt CMakeParseArguments: Remove superfluous includes of CMakeParseArguments 2018-12-13 19:51:01 -05:00
Test.cmake.in Tests: Fix CMAKE_MAKE_PROGRAM selection in CMakeOnly tests 2015-08-11 10:18:04 -04:00