File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.22.1 FATAL_ERROR)
3
3
#============================================================================
4
4
# Initialize the project
5
5
#============================================================================
6
- project (gz-cmake4 VERSION 4.1.1 )
6
+ project (gz-cmake4 VERSION 4.2.0 )
7
7
8
8
#--------------------------------------
9
9
# Initialize the GZ_CMAKE_DIR variable with the location of the cmake
Original file line number Diff line number Diff line change 1
1
## Gazebo CMake 4.x
2
2
3
+ ### Gazebo CMake 4.2.0 (2025-04-25)
4
+
5
+ 1 . ** Baseline:** this includes all changes from 4.1.1 and earlier.
6
+
7
+ 1 . Doxygen: use ` MARKDOWN_ID_STYLE ` = GITHUB
8
+ * [ Pull request #491 ] ( https://github.com/gazebosim/gz-cmake/pull/491 )
9
+
10
+ 1 . Avoid warnings on unused ` CMAKE_BUILD_TYPE ` on Windows
11
+ * [ Pull request #487 ] ( https://github.com/gazebosim/gz-cmake/pull/487 )
12
+
13
+ 1 . Integrate Ogre-Next 3.x.x built from source
14
+ * [ Pull request #468 ] ( https://github.com/gazebosim/gz-cmake/pull/468 )
15
+
16
+ 1 . Reduce example names to be able to run Conda CI on Windows (gz-cmake4)
17
+ * [ Pull request #476 ] ( https://github.com/gazebosim/gz-cmake/pull/476 )
18
+ * [ Pull request #478 ] ( https://github.com/gazebosim/gz-cmake/pull/478 )
19
+
3
20
### Gazebo CMake 4.1.1 (2025-02-24)
4
21
5
22
1 . Normalize header install path
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >gz-cmake4</name >
5
- <version >4.1.1 </version >
5
+ <version >4.2.0 </version >
6
6
<description >Gazebo CMake : CMake Modules for Gazebo Projects</description >
7
7
8
8
<
maintainer email =
" [email protected] " >Steve Peters</
maintainer >
You can’t perform that action at this time.
0 commit comments