diff --git a/src/bindings/python/wheel/setup.py b/src/bindings/python/wheel/setup.py index eae764ddb88..1b7af69eceb 100644 --- a/src/bindings/python/wheel/setup.py +++ b/src/bindings/python/wheel/setup.py @@ -277,7 +277,6 @@ class CustomBuild(build): self.spawn(["cmake", "--install", binary_dir, "--prefix", prefix, "--config", CONFIG, - "--strip", "--component", cpack_comp_name]) def run(self):