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

CMakeLists.txt: explicitly declare LONG_OUTPUT_NAMES and DISABLE_STATIC #143

Merged
merged 1 commit into from
Jul 4, 2018

Commits on Jul 4, 2018

  1. CMakeLists.txt: explicitly declare LONG_OUTPUT_NAMES and DISABLE_STATIC

    Toralf noticed a minor infelicity in option declarations:
    ```
    build $ cmake -DLONG_OUTPUT_NAMES=YES ..
    CMake Warning:
      Manually-specified variables were not used by the project:
    
        LONG_OUTPUT_NAMES
    ```
    
    Note, CMake complains here about "unused" LONG_OUTPUT_NAMES.
    The option is used but not declares as user-tweakable via 'option()'.
    
    This change adds declarations for variables used in Gentoo.
    
    Reported-by: Toralf Förster
    Bug: https://bugs.gentoo.org/659880
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
    Sergei Trofimovich committed Jul 4, 2018
    Configuration menu
    Copy the full SHA
    ad5411d View commit details
    Browse the repository at this point in the history