Skip to content

Commit

Permalink
cmake: delete compiler from package_id
Browse files Browse the repository at this point in the history
  • Loading branch information
Croydon committed Oct 9, 2020
1 parent 79cba50 commit 0460d0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/cmake/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ def package(self):

def package_id(self):
self.info.options.with_openssl = self._with_openssl
del self.info.settings.compiler

def package_info(self):
minor = self._minor_version()
Expand Down

0 comments on commit 0460d0a

Please sign in to comment.