Skip to content

Commit

Permalink
Fix doc for <Project>_ENABLE_ALL_FORWARD_DEP_PACKAGES (TriBITSPub#210)
Browse files Browse the repository at this point in the history
This var does not (and should not) get passed to the inner configure.  That
would make no sense for the package-by-package mode.

Build/Test Cases Summary
Enabled Packages:
Enabled all Packages
0) MPI_DEBUG => passed: passed=266,notpassed=0 (0.67 min)
1) SERIAL_RELEASE => passed: passed=266,notpassed=0 (0.61 min)
2) MPI_DEBUG_CMAKE-3.6.2 => passed: passed=287,notpassed=0 (0.68 min)
3) SERIAL_RELEASE_CMAKE-3.6.2 => passed: passed=287,notpassed=0 (0.54 min)
  • Loading branch information
bartlettroscoe committed Jan 19, 2018
1 parent 1ef4e3d commit e071fd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tribits/ctest_driver/TribitsCTestDriverCore.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -569,8 +569,7 @@ INCLUDE(${CMAKE_CURRENT_LIST_DIR}/TribitsCTestDriverCoreHelpers.cmake)
# `<Project>_ENABLE_ALL_FORWARD_DEP_PACKAGES enables downstream
# packages/tests`_). The default value is ``FALSE`` unless
# ``CTEST_ENABLE_MODIFIED_PACKAGES_ONLY=TRUE`` is set in which case the
# default value is ``TRUE``. This also gets passed to the inner CMake
# configure.
# default value is ``TRUE``.
#
# .. _${PROJECT_NAME}_ENABLE_SECONDARY_TESTED_CODE:
#
Expand Down

0 comments on commit e071fd3

Please sign in to comment.