diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 57a7219..e2cf3cf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,26 @@ Changelog for package mrt_cmake_modules ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* 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`. + Furthermore, on Windows the import library is called `GeographicLib-i.lib` (see https://github.com/geographiclib/geographiclib/blob/v2.3/src/CMakeLists.txt#L119), so to find the library correctly on Windows we also look for GeographicLib-i . +* add ortools +* Revert "mrt_add_library now adds a compilation tests for all headers used by the library" + This reverts commit b05cac0200ce6b8de8e8a18789dbd58cd9d8d1eb. +* Merge branch 'master' into HEAD +* Changes how the check for formatting is done. + Now the CI job uses the --check flag provided by cmake_format instead of + the `git diff` check, because git caused some problems in this repo. +* format +* mrt_add_library now adds a compilation tests for all headers used by the library +* Add ZeroMQ +* Add zxing-cpp to cmake.yaml. +* hard coded ignore files which start with "mocs_compilation and delete the corresponding gcda file, because otherwise our current coverage pipeline fails. +* Contributors: Fabian Poggenhans, Jan-Hendrik Pauls, Johannes Beck, Kevin Rösch, Mrt Builder, Yinzhe Shen + 1.0.9 (2021-11-26) ------------------ * Set python version