mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-02 19:43:57 -06:00
Still a header only
Contributes to CURA-10951
This commit is contained in:
parent
87b6ad63a7
commit
d3809f8bd7
1 changed files with 2 additions and 0 deletions
|
@ -522,6 +522,8 @@ echo "CURA_APP_NAME={{ cura_app_name }}" >> ${{ env_prefix }}GITHUB_ENV
|
||||||
self.runenv_info.append_path("PYTHONPATH", os.path.join(self.source_folder, "plugins"))
|
self.runenv_info.append_path("PYTHONPATH", os.path.join(self.source_folder, "plugins"))
|
||||||
|
|
||||||
def package_id(self):
|
def package_id(self):
|
||||||
|
self.info.clear()
|
||||||
|
|
||||||
# The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py
|
# The following options shouldn't be used to determine the hash, since these are only used to set the CuraVersion.py
|
||||||
# which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`
|
# which will als be generated by the deploy method during the `conan install cura/5.1.0@_/_`
|
||||||
del self.info.options.enterprise
|
del self.info.options.enterprise
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue