Skip to content

Commit

Permalink
CMake as installer needs only os and arch
Browse files Browse the repository at this point in the history
  • Loading branch information
jgsogo committed Oct 9, 2020
1 parent d5ccb5a commit 78a0187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/cmake/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class CMakeConan(ConanFile):
homepage = "https://github.com/Kitware/CMake"
license = "BSD-3-Clause"
generators = "cmake"
settings = "os", "arch", "compiler", "build_type"
settings = "os", "arch"

options = {
"with_openssl": [True, False, "auto"],
Expand Down

0 comments on commit 78a0187

Please sign in to comment.