From 48e08cb757c97d1f8d4b03dcde9a1acc6a7cb033 Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Tue, 20 Jan 2026 10:50:24 -0500 Subject: [PATCH] Tests/RunCMake: Fix typos in README.rst --- .../{AddRunCMakeTest.cmake => AddRunCMakeTestSuite.cmake} | 0 Tests/RunCMake/README.rst | 8 ++++---- 2 files changed, 4 insertions(+), 4 deletions(-) rename Tests/RunCMake/{AddRunCMakeTest.cmake => AddRunCMakeTestSuite.cmake} (100%) diff --git a/Tests/RunCMake/AddRunCMakeTest.cmake b/Tests/RunCMake/AddRunCMakeTestSuite.cmake similarity index 100% rename from Tests/RunCMake/AddRunCMakeTest.cmake rename to Tests/RunCMake/AddRunCMakeTestSuite.cmake diff --git a/Tests/RunCMake/README.rst b/Tests/RunCMake/README.rst index 8df700a68f..5d52cdfa70 100644 --- a/Tests/RunCMake/README.rst +++ b/Tests/RunCMake/README.rst @@ -152,7 +152,7 @@ customized by setting the following variables before a call. ``RunCMake_GENERATOR`` CMake generator to use when configuring projects. - This provided to ``RunCMakeTest.cmake`` scripts automatically + This is provided to ``RunCMakeTest.cmake`` scripts automatically when they are executed, based on the CMake generator used to configure the test suite. @@ -170,18 +170,18 @@ customized by setting the following variables before a call. ``RunCMake_GENERATOR_IS_MULTI_CONFIG`` Boolean value indicating whether ``${RunCMake_GENERATOR}`` is a multi-config generator. - This provided to ``RunCMakeTest.cmake`` scripts automatically + This is provided to ``RunCMakeTest.cmake`` scripts automatically when they are executed, based on the CMake generator used to configure the test suite. ``RunCMake_SOURCE_DIR`` Absolute path to the ``Tests/RunCMake/`` directory in - the CMake source tree. This provided to ``RunCMakeTest.cmake`` + the CMake source tree. This is provided to ``RunCMakeTest.cmake`` scripts automatically when they are executed. ``RunCMake_BINARY_DIR`` Absolute path to the ``Tests/RunCMake/`` directory in - the CMake binary tree. This provided to ``RunCMakeTest.cmake`` + the CMake binary tree. This is provided to ``RunCMakeTest.cmake`` scripts automatically when they are executed. ``RunCMake_TEST_SOURCE_DIR``