We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently set_option is defined as:
set_option
macro( set_option VARIABLE VALUE ) set( ${VARIABLE} ${VALUE} CACHE BOOL "" FORCE ) endmacro()
If an option is set with this in a parent package, it will be impossible to override that setting, e.g. from the command line.
We should have two macros, one which allows overriding, and one which doesn't.
The use of these macros should be checked to make sure everything behaves as expected.
The text was updated successfully, but these errors were encountered:
nsoblath
No branches or pull requests
Currently
set_option
is defined as:If an option is set with this in a parent package, it will be impossible to override that setting, e.g. from the command line.
We should have two macros, one which allows overriding, and one which doesn't.
The use of these macros should be checked to make sure everything behaves as expected.
The text was updated successfully, but these errors were encountered: