Skip to content

Allow to use local GSL #914

Description

@owent

Is your feature request related to a problem?
I found ms-gsl is a excellent tool to write modern C++ codes, and I want to use it in my project.At the same time I think it's better to let opentelemetry use the same ms-gsl.

Describe the solution you'd like
find_package(Microsoft.GSL QUIET) before set(GSL_DIR third_party/ms-gsl) and include_directories(${GSL_DIR}/include)

Describe alternatives you've considered
I find another library - gsl-lite and it seems have better compatibility for old compilers. Maybe we can use it for old compilers?

Additional context
None

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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