Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaceIm committed Jan 23, 2023
1 parent bb3e7f1 commit 7ac5b78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/cyclonedds/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@ def package(self):
cmake.install()
copy(self, "LICENSE", self.source_folder, os.path.join(self.package_folder, "licenses"))
rmdir(self, os.path.join(self.package_folder, "share"))
rmdir(self, os.path.join(self.package_folder, "lib","pkgconfig"))
rmdir(self, os.path.join(self.package_folder, "lib","cmake"))
rmdir(self, os.path.join(self.package_folder, "lib", "pkgconfig"))
rmdir(self, os.path.join(self.package_folder, "lib", "cmake"))
if self.settings.os == "Windows" and self.options.shared:
for dll in ("concrt*.dll", "msvcp*.dll", "vcruntime*.dll"):
rm(self, dll, os.path.join(self.package_folder,"bin"))
Expand Down

0 comments on commit 7ac5b78

Please sign in to comment.