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

Reintroduce CMake changes that were reverted in #966 #967

Merged
merged 2 commits into from
Jan 5, 2021

Commits on Jan 4, 2021

  1. [cmake] Adding options for INSTALL and TEST (microsoft#964)

    * [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.
    
    * Update cmake/guidelineSupportLibrary.cmake
    
    added nl@eof
    
    * Update CMakeLists.txt
    
    * Update CMakeLists.txt
    
    Co-authored-by: Juan Ramos <juanr0911@gmail.com>
    Co-authored-by: Jordan Maples [MSFT] <49793787+JordanMaples@users.noreply.github.com>
    3 people authored and Jordan Maples committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    08a350a View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2021

  1. Configuration menu
    Copy the full SHA
    3fa9fe9 View commit details
    Browse the repository at this point in the history