Skip to content

Commit bfa79dd

Browse files
committed
Upgrade pcapplusplus
1 parent fa07f35 commit bfa79dd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

conanfile.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class TecmpAppRecipe(ConanFile):
1919

2020
# Sources are located in the same place as this recipe, copy them to the recipe
2121
exports_sources = "CMakeLists.txt", "src/*"
22-
22+
2323
package_folder = "../dist"
24-
24+
2525
def requirements(self):
26-
self.requires("pcapplusplus/23.09")
26+
self.requires("pcapplusplus/25.05")
2727

2828
def layout(self):
2929
cmake_layout(self)
@@ -43,4 +43,3 @@ def build(self):
4343
def package(self):
4444
cmake = CMake(self)
4545
cmake.install()
46-

0 commit comments

Comments
 (0)