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

Fix CMake syntax for variable expansion #3777

Merged
merged 1 commit into from
Jul 6, 2022
Merged

Commits on Jul 6, 2022

  1. Fix CMake syntax for variable expansion

    When using variables to compare (like in if clause) the variable
    shouldn't be quoted. More details can be found at the link below:
    
    https://cmake.org/cmake/help/latest/command/if.html#variable-expansion
    
    Signed-off-by: HS <hs@apotell.com>
    hs-apotell committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    eaac00c View commit details
    Browse the repository at this point in the history