Skip to content

Commit

Permalink
Change cura_resources package type
Browse files Browse the repository at this point in the history
  • Loading branch information
wawanbreton committed Nov 13, 2024
1 parent b781435 commit 1e9eeb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ class CuraResource(ConanFile):
url = "https://github.com/Ultimaker/cura"
description = "Cura Resources"
topics = ("conan", "cura")
settings = "os", "compiler", "build_type", "arch"
no_copy_source = True
package_type = "header-library"
package_type = "shared-library"

@property
def _shared_resources(self):
Expand Down

0 comments on commit 1e9eeb8

Please sign in to comment.