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

Only use embedded GSL if there is no target "GSL" #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 4, 2022

  1. Only use embedded GSL if there is no target "GSL"

    When using stduuid with FetchContent/CPM.cmake, and also including GSL with such process, it create a conflict and it then become ambiguous which file is used where.
    Concrete use case:
    ```cmake
    CPMAddPackage(
      NAME GSL
      GIT_REPOSITORY "https://github.com/microsoft/GSL"
      GIT_TAG "v4.0.0"
    )
    CPMAddPackage(
      NAME stduuid
      GIT_REPOSITORY "https://github.com/mariusbancila/stduuid"
      GIT_TAG "master"
    )
    ```
    OlivierLDff authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    29a7b13 View commit details
    Browse the repository at this point in the history