(#21614) nvtx: add package_type

This commit is contained in:
SpaceIm
2023-12-11 08:18:33 +01:00
committed by GitHub
parent 2282449e27
commit 03fa145c6f

View File

@@ -16,6 +16,7 @@ class NVTXConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
license = "Apache-2.0"
topics = ("profiler", "nvidia", "nsight")
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
no_copy_source = True
@@ -26,8 +27,7 @@ class NVTXConan(ConanFile):
self.info.clear()
def source(self):
get(self, **self.conan_data["sources"][self.version],
destination=self.source_folder, strip_root=True)
get(self, **self.conan_data["sources"][self.version], strip_root=True)
def build(self):
pass