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

[cmake] Adding options for INSTALL and TEST #964

Merged
merged 4 commits into from Jan 4, 2021
Merged

[cmake] Adding options for INSTALL and TEST #964

merged 4 commits into from Jan 4, 2021

Commits on Dec 29, 2020

  1. [cmake] Adding GSL_INSTALL option

    Not all consumers of GSL automatically want to have this install logic.
    
    It's good practice to gate install logic behind an option.
    For an example look at magic_enum:
    https://github.com/Neargye/magic_enum/blob/master/CMakeLists.txt
    
    If the client wants to install GSL they still can. But they should ask
    for it by overriding GSL_INSTALL.
    Juan Ramos committed Dec 29, 2020
    Configuration menu
    Copy the full SHA
    16c50b5 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2021

  1. Update cmake/guidelineSupportLibrary.cmake

    added nl@eof
    JordanMaples authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    9849d25 View commit details
    Browse the repository at this point in the history
  2. Update CMakeLists.txt

    JordanMaples authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ff74208 View commit details
    Browse the repository at this point in the history
  3. Update CMakeLists.txt

    JordanMaples authored Jan 4, 2021
    Configuration menu
    Copy the full SHA
    ca9c00e View commit details
    Browse the repository at this point in the history