Skip to content

Commit

Permalink
Merge pull request #455 from gazebosim/ports/3_to_4
Browse files Browse the repository at this point in the history
3 ➡️ 4
  • Loading branch information
scpeters authored Oct 12, 2022
2 parents 383ad5e + 8b59404 commit 4983d28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,14 @@

## Gazebo Common 3.x

## Gazebo Common 3.15.1 (2022-10-11)

1. Fix build on case-insensitive filesystems
* [Pull request #453](https://github.com/gazebosim/gz-common/pull/453)

1. Don't install CMakeLists.txt
* [Pull request #449](https://github.com/gazebosim/gz-common/pull/449)

## Gazebo Common 3.15.0 (2022-10-06)

1. ign -> gz Migrate Ignition Headers
Expand Down
2 changes: 1 addition & 1 deletion profiler/include/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
add_subdirectory(gz)
install(DIRECTORY gz DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
install(DIRECTORY ignition DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
1 change: 0 additions & 1 deletion profiler/include/gz/CMakeLists.txt

This file was deleted.

2 changes: 0 additions & 2 deletions profiler/include/gz/common/CMakeLists.txt

This file was deleted.

0 comments on commit 4983d28

Please sign in to comment.