Fix typo in conanfile
This commit is contained in:
@@ -12,7 +12,7 @@ class PlatformConan(ConanFile):
|
|||||||
# Sources are located in the same place as this recipe, copy them to the recipe
|
# Sources are located in the same place as this recipe, copy them to the recipe
|
||||||
exports_sources = "CMakeLists.txt", "src/*", "tests/*", "config/*", "cmake/*"
|
exports_sources = "CMakeLists.txt", "src/*", "tests/*", "config/*", "cmake/*"
|
||||||
|
|
||||||
def requirements(conanself):
|
def requirements(self):
|
||||||
# Core dependencies from vcpkg.json
|
# Core dependencies from vcpkg.json
|
||||||
self.requires("argparse/3.2")
|
self.requires("argparse/3.2")
|
||||||
self.requires("libtorch/2.7.1")
|
self.requires("libtorch/2.7.1")
|
||||||
|
Reference in New Issue
Block a user