Skip to content

Commit

Permalink
(#9940) - [magic_enum] use all the input settings
Browse files Browse the repository at this point in the history
Signed-off-by: SSE4 <[email protected]>
  • Loading branch information
SSE4 authored Mar 29, 2022
1 parent 7e415c5 commit f2189c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/magic_enum/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class MagicEnumConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index "
homepage = "https://github.com/Neargye/magic_enum"
license = "MIT"
settings = "compiler"
settings = "compiler", "arch", "build_type", "os"
no_copy_source = True

@property
Expand Down

0 comments on commit f2189c4

Please sign in to comment.