Skip to content

Commit

Permalink
Fix some typos in tribits_ctest_driver() (TriBITSPub#597)
Browse files Browse the repository at this point in the history
I noticed this while looking at the documentation while working on TriBITSPub#597.
  • Loading branch information
bartlettroscoe committed Jan 24, 2024
1 parent ba27309 commit 731841e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tribits/ctest_driver/TribitsCTestDriverCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -669,11 +669,11 @@ include(TribitsCTestDriverCoreHelpers)
# **Setting variables in the inner CMake configure:**
#
# It is important to understand that none of the CMake vars that get set in
# the other CTest -S program that calls ``tribits_ctest_driver()``
# the outer CTest -S program that calls ``tribits_ctest_driver()``
# automatically get passed into the inner configure of the TriBITS CMake
# project using the ``ctest_configure()`` command by CMake. From the
# perspective of raw CTest and CMake, these are completely separate programs.
# However, the ``tribits_ctest_driver()`` function will forward subset of
# However, the ``tribits_ctest_driver()`` function will forward subset a of
# variables documented below into the inner CMake configure. The following
# variables that are set in the outer CTest -S program will be passed into the
# inner CMake configure by default (but their values they can be overridden by
Expand All @@ -684,7 +684,7 @@ include(TribitsCTestDriverCoreHelpers)
#
# Missing extra repos are always ignored in the inner CMake configure.
# This is because any problems reading an extra repo will be caught in the
# outer CTest -S drivers script.
# outer CTest -S driver script.
#
# ``-D${PROJECT_NAME}_ENABLE_ALL_OPTIONAL_PACKAGES:BOOL=ON``
#
Expand All @@ -699,7 +699,7 @@ include(TribitsCTestDriverCoreHelpers)
# may be disabled. (This set may be removed in the future for the
# all-at-once mode.)
#
# The following variables set in the CTest -S driver script will be passed
# The following variables set in the outer CTest -S driver script will be passed
# down into the inner CMake configure through the ``OPTIONS`` variable to the
# ``ctest_configure()`` command:
#
Expand Down Expand Up @@ -758,7 +758,7 @@ include(TribitsCTestDriverCoreHelpers)
# These configure options are passed into the ``ctest_configure()`` command in
# the order::
#
# <initial options> ${EXTRA_SYSTEM_CONFIGURE_OPTIONS}} \
# <initial options> ${EXTRA_SYSTEM_CONFIGURE_OPTIONS}} \
# ${EXTRA_CONFIGURE_OPTIONS} ${${PROJECT_NAME}_EXTRA_CONFIGURE_OPTIONS}
#
# **WARNING:** The options listed in ``EXTRA_SYSTEM_CONFIGURE_OPTIONS``,
Expand Down

0 comments on commit 731841e

Please sign in to comment.