Merge topic 'fix-typos' into release-4.2

60273a364c Tests/RunCMake: fix version typo

Acked-by: Kitware Robot <kwrobot@kitware.com>
Tested-by: buildbot <buildbot@kitware.com>
Merge-request: !11325
This commit is contained in:
Brad King
2025-10-21 15:21:23 +00:00
committed by Kitware Robot
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
if(NOT version)
message(SEND_ERROR "Vesrion string is empty: ${version}")
message(SEND_ERROR "Version string is empty: ${version}")
endif()
cmake_policy(VERSION 3.1...${version})

View File

@@ -1,5 +1,5 @@
if(NOT version)
message(SEND_ERROR "Vesrion string is empty: ${version}")
message(SEND_ERROR "Version string is empty: ${version}")
endif()
cmake_policy(VERSION ${version})