File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments