File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def package(self):
61
61
cmake .install ()
62
62
63
63
def package_id (self ):
64
- self .info .requires ["boost" ].full_version_mode ()
64
+ self .info .requires ["boost" ].full_package_mode ()
65
65
66
66
def package_info (self ):
67
67
if self .settings .os == "Linux" :
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ def package(self):
61
61
cmake .install ()
62
62
63
63
def package_id (self ):
64
- self .info .requires ["boost" ].full_version_mode ()
64
+ self .info .requires ["boost" ].full_package_mode ()
65
65
66
66
def package_info (self ):
67
67
if self .in_local_cache :
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ def package(self):
64
64
cmake .install ()
65
65
66
66
def package_id (self ):
67
- self .info .requires ["boost" ].full_version_mode ()
67
+ self .info .requires ["boost" ].full_package_mode ()
68
68
69
69
def package_info (self ):
70
70
# Make sure we can find the library, both in editable mode and in the
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ def package(self):
69
69
cmake .install ()
70
70
71
71
def package_id (self ):
72
- self .info .requires ["boost" ].full_version_mode ()
72
+ self .info .requires ["boost" ].full_package_mode ()
73
73
74
74
def package_info (self ):
75
75
# Make sure we can find the libs and *.cmake files, both in editable
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ def package(self):
58
58
cmake .install ()
59
59
60
60
def package_id (self ):
61
- self .info .requires ["boost" ].full_version_mode ()
61
+ self .info .requires ["boost" ].full_package_mode ()
62
62
63
63
def package_info (self ):
64
64
self .cpp_info .libs = tools .collect_libs (self )
You can’t perform that action at this time.
0 commit comments