diff options
author | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-18 13:32:05 (GMT) |
---|---|---|
committer | Markus Ferrell <markus.ferrell@kitware.com> | 2022-07-19 19:32:42 (GMT) |
commit | 6c77ccec5199894b535b367a311a1e2cfabb91fa (patch) | |
tree | c2221aeff7de109afc614623243fbdca59d98933 /Tests/CMakeLists.txt | |
parent | 0beb0ec22fe3d9e08a308ab76183ed97d75c6bfb (diff) | |
download | CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.zip CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.tar.gz CMake-6c77ccec5199894b535b367a311a1e2cfabb91fa.tar.bz2 |
Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index d2ded37..a54b6b5 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -1742,7 +1742,7 @@ if(BUILD_TESTING) if(NOT CMake_TEST_EXTERNAL_CMAKE) foreach(STP RANGE 2 12) - if (STP EQUAL 6) + if (STP EQUAL 7) set(pass_regex ".*using log and exp") else() set(pass_regex "The square root of 25 is 5") |