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

Create a CMake option to control whether or not RTTI is enabled #8347

Merged
merged 1 commit into from Mar 2, 2021
Merged

Create a CMake option to control whether or not RTTI is enabled #8347

merged 1 commit into from Mar 2, 2021

Commits on Feb 25, 2021

  1. Create a CMake option to control whether or not RTTI is enabled

    This is useful for Conan recipes that build Protobuf, in which
    whatever we want to enable has to be enabled in the initial command line.
    Without this, the people maintaining the recipe have to patch the CMake
    setup of Protobuf before building the binaries.
    
    Closes #5541
    Florian Simon authored and floriansimon1 committed Feb 25, 2021
    Copy the full SHA
    7cfeebc View commit details
    Browse the repository at this point in the history