Skip to content

CMAKE_SKIP_INSTALL_RULES warning #1238

Description

@oold

There's no way to disable the install rules for the crypto, ssl, and tls targets (not even LIBRESSL_SKIP_INSTALL skips those), so if you enable CMAKE_SKIP_INSTALL_RULES, you get hit with:

CMake Warning in CMakeLists.txt:
  CMAKE_SKIP_INSTALL_RULES was enabled even though installation rules have
  been specified

You might want to avoid calling install() if CMAKE_SKIP_INSTALL_RULES is set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions