Conan: Exclude 'qt_host_path' option from package_id checksum
The 'qt_host_path' should not affect the package_id as it is most probably completely different in different environment and would make the CI produced cross compiled binaries unusable by end users. Pick-to: 6.2 6.3 Change-Id: I91019dacb99a3ee69fadbf3435d37bac0c279330 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
parent
5359d420af
commit
aca9fe0709
@ -493,6 +493,7 @@ class QtBase(ConanFile):
|
||||
"qpa",
|
||||
"translationsdir",
|
||||
"headersclean",
|
||||
"qt_host_path",
|
||||
]
|
||||
for item in rm_list:
|
||||
if item in self.info.options:
|
||||
|
Loading…
Reference in New Issue
Block a user