Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
(conan-io#12876) ms-gsl: make sure it's declaring all the known settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Mc authored and ericLemanissier committed Sep 26, 2022
1 parent 813daca commit 639c547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/ms-gsl/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class MicrosoftGslConan(ConanFile):
license = "MIT"
topics = ("gsl", "guidelines", "core", "span")
no_copy_source = True
settings = "compiler"
settings = "os", "arch", "compiler", "build_type"
options = {
"on_contract_violation": ["terminate", "throw", "unenforced"]
}
Expand Down

0 comments on commit 639c547

Please sign in to comment.