Skip to content

Commit eeb72b3

Browse files
EstebanDugueperoux2Martin Valgur
and
Martin Valgur
authored
Update recipes/pcl/all/conanfile.py
Co-authored-by: Martin Valgur <martin.valgur@gmail.com>
1 parent a6c679a commit eeb72b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/pcl/all/conanfile.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def generate(self):
148148

149149
def _patch_sources(self):
150150
apply_conandata_patches(self)
151-
for mod in ["Eigen", "FLANN", "GLEW", "PCap", "Qhull", "libusb"]:
151+
for mod in ["Eigen", "FLANN", "GLEW", "Pcap", "Qhull", "libusb"]:
152152
os.remove(os.path.join(self.source_folder, "cmake", "Modules", f"Find{mod}.cmake"))
153153

154154
def build(self):

0 commit comments

Comments
 (0)