We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 383ad5e + 8b59404 commit 4983d28Copy full SHA for 4983d28
Changelog.md
@@ -245,6 +245,14 @@
245
246
## Gazebo Common 3.x
247
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
256
## Gazebo Common 3.15.0 (2022-10-06)
257
258
1. ign -> gz Migrate Ignition Headers
profiler/include/CMakeLists.txt
@@ -1,2 +1,2 @@
1
-add_subdirectory(gz)
+install(DIRECTORY gz DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
2
install(DIRECTORY ignition DESTINATION ${IGN_INCLUDE_INSTALL_DIR_FULL})
profiler/include/gz/CMakeLists.txt
profiler/include/gz/common/CMakeLists.txt
0 commit comments