forked from TriBITSPub/TriBITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve documentation for HAVE_<PACKAGE_NAME_UC>_<UPSTREAM_PACKAGE_NA…
…ME_UC> (TriBITSPub#63) I noticed this while working on the last commit. Part of this was changing the name of: OPTIONAL_DEP_PACKAGE_NAME to: UPSTREAM_PACKAGE_NAME in: ${PACKAGE_NAME}_ENABLE_${UPSTREAM_PACKAGE_NAME} Why would anyone try to disable support for a required package so trying to set ${PACKAGE_NAME}_ENABLE_${UPSTREAM_PACKAGE_NAME}=OFF where ${UPSTREAM_PACKAGE_NAME} is a required upstream dependency of ${PACKAGE_NAME} makes no sense (but TriBITS sets these vars to 'ON' even for required dependencies to simplify certain types of logic).
- Loading branch information
1 parent
34ef53c
commit f612367
Showing
2 changed files
with
33 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters