From 7ade832dd79d9e852b9b521208460aa383a8ea3d Mon Sep 17 00:00:00 2001 From: Caleb Jackson Date: Wed, 30 Aug 2023 15:55:12 -0600 Subject: [PATCH] Fix typo --- cmake/SimpleTesting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/SimpleTesting/README.md b/cmake/SimpleTesting/README.md index bb73a29d970c..948ce7ab403f 100644 --- a/cmake/SimpleTesting/README.md +++ b/cmake/SimpleTesting/README.md @@ -60,7 +60,7 @@ CMake system via `-D:BOOL=` parameters: 1. `configure_script` points to the `cmake/std/PullRequestLinuxTestingSettings.cmake` file. - Example: `${WORKSPACE}/Trilinos/cmake/std/PullRequestLinuxGCC8.3.0TestingSettings.cmake` -See `TrilinosPRConfigurationStandard.py`[4] for information on what options are set to something +See `TrilinosPRConfigurationStandard.py`[2] for information on what options are set to something other than the default during normal Trilinos PR operations. Expected Operation