Skip to content

Commit 4983d28

Browse files
authored
Merge pull request #455 from gazebosim/ports/3_to_4
3 ➡️ 4
2 parents 383ad5e + 8b59404 commit 4983d28

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,14 @@
245245

246246
## Gazebo Common 3.x
247247

248+
## Gazebo Common 3.15.1 (2022-10-11)
249+
250+
1. Fix build on case-insensitive filesystems
251+
* [Pull request #453](https://github.com/gazebosim/gz-common/pull/453)
252+
253+
1. Don't install CMakeLists.txt
254+
* [Pull request #449](https://github.com/gazebosim/gz-common/pull/449)
255+
248256
## Gazebo Common 3.15.0 (2022-10-06)
249257

250258
1. ign -> gz Migrate Ignition Headers

profiler/include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
add_subdirectory(gz)
1+
install(DIRECTORY gz DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
22
install(DIRECTORY ignition DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})

profiler/include/gz/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

profiler/include/gz/common/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)