From 20d7c9b24b6f2e5442ae1028f0b12a47d7a85b4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20R=C3=B6sch?= Date: Fri, 26 Jul 2024 10:05:41 +0200 Subject: [PATCH] 1.0.10 --- CHANGELOG.rst | 4 ++-- package.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e2cf3cf..cf1c0a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,8 +2,8 @@ Changelog for package mrt_cmake_modules ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -Forthcoming ------------ +1.0.10 (2024-07-26) +------------------- * FindGeographicLib: Fix for GeographicLib 2.* and Windows Since GeographicLib version 2, the library name changed from `libGeographic.so` to `libGeographicLib.so`, see https://github.com/geographiclib/geographiclib/blob/5e4425da84a46eb70e59656d71b4c99732a570ec/NEWS#L208 . To ensure that GeographicLib 2.* is found correcty, I think we should add also `GeographicLib` to the names used by `find_library`. diff --git a/package.xml b/package.xml index 04ca1ef..2422b96 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ mrt_cmake_modules - 1.0.9 + 1.0.10 CMake Functions and Modules for automating CMake BSD