fix conan.py
This commit is contained in:
parent
4172418e59
commit
dbe2547ed1
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ class NameofConan(ConanFile):
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
exports_sources = ["include/*", "LICENCE"]
|
exports_sources = ["include/*", "LICENCE"]
|
||||||
exports = ["LICENSE"]
|
exports = ["LICENSE"]
|
||||||
|
settings = "compiler"
|
||||||
no_copy_source = True
|
no_copy_source = True
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
Loading…
Reference in a new issue