Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ET_interface: set LIB_DIRS, INC_DIRS and LIBS if not specified #13

Merged
merged 1 commit into from
Nov 4, 2021

Conversation

rhaas80
Copy link
Collaborator

@rhaas80 rhaas80 commented Nov 3, 2021

This removes use of set_make_vars and ensures instead makes sure that values for REPRIMAND_INC_DIRS, REPRIMAND_LIB_DIRS, REPRIMAND_LIBS are provided if (and only if) they are not yet provided by the user (or build code).

set_make_vars does unexpected things if, on input, REPRIMAND_LIB_DIRS is not set, and even if it is set it will overwrite the (potentially user specified) REPRIMAND_DIR based on some assumption on how directories should be organized.

This is pull request makes RePrimAnd behave more like (most) other ExternalLibraries and is more respectful of user choices.

@wokast wokast merged commit 6ec1def into wokast:public Nov 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants