Skip to content

Commit 284fad6

Browse files
committed
Update reference docs to reflect code default
Signed-off-by: Samuel E. Browne <sebrown@sandia.gov>
1 parent 5ecf910 commit 284fad6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

tribits/doc/guides/TribitsCoreDetailedReference.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -289,15 +289,15 @@ These options are described below.
289289

290290
**${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES**
291291

292-
If `${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=ON`_ (the TriBITS
293-
default value), then any explicitly enabled packages that have disabled
294-
`upstream`_ required packages or TPLs will be disabled. If
295-
`${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=OFF`_, then an
296-
configure error will occur. For more details also see
292+
If `${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=OFF`_ (the TriBITS
293+
default value), then a configure error will occur. If
294+
`${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES=ON`_, then any
295+
explicitly enabled packages that have disabled `upstream`_ required
296+
packages or TPLs will be disabled. For more details also see
297297
`TribitsBuildReference`_ and `Disables trump enables where there is a
298298
conflict`_. A project can define a different default value by setting::
299299

300-
set(${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES_DEFAULT FALSE)
300+
set(${PROJECT_NAME}_DISABLE_ENABLED_FORWARD_DEP_PACKAGES_DEFAULT TRUE)
301301

302302
.. _${PROJECT_NAME}_ELEVATE_ST_TO_PT:
303303

0 commit comments

Comments
 (0)