mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 11:49:55 -06:00
FPHSA: fix typo in comment
This commit is contained in:
@@ -9,12 +9,12 @@ run_cmake(BadFoundVar)
|
||||
set(RunCMake_TEST_OPTIONS "-DCMAKE_MODULE_PATH=${CMAKE_CURRENT_LIST_DIR}" "-DPseudo_VERSION=0")
|
||||
run_cmake(any_version_find_0)
|
||||
|
||||
# Find a package with more customary version number, without requestion a specific version and in
|
||||
# Find a package with more customary version number, without requesting a specific version and in
|
||||
# the presence of a cache variable VERSION.
|
||||
set(RunCMake_TEST_OPTIONS "-DCMAKE_MODULE_PATH=${CMAKE_CURRENT_LIST_DIR}" "-DPseudoNoVersionVar_VERSION=1.2.3.4_SHOULD_BE_IGNORED" "-DVERSION=BAD_VERSION")
|
||||
run_cmake(any_version_VERSION_cache_variable)
|
||||
|
||||
# Find a package with a more customary version number, without requestion a specific version.
|
||||
# Find a package with a more customary version number, without requesting a specific version.
|
||||
set(RunCMake_TEST_OPTIONS "-DCMAKE_MODULE_PATH=${CMAKE_CURRENT_LIST_DIR}" "-DPseudo_VERSION=1.2.3.4")
|
||||
run_cmake(any_version)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user