From 24b05e9292950fe36768f9fab176235284e19e9b Mon Sep 17 00:00:00 2001 From: Francesco Biscani Date: Tue, 3 Aug 2021 00:16:54 +0200 Subject: [PATCH] Another changelog update. --- doc/sphinx/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/sphinx/changelog.rst b/doc/sphinx/changelog.rst index 2ad29b29f..5b7bfb649 100644 --- a/doc/sphinx/changelog.rst +++ b/doc/sphinx/changelog.rst @@ -15,6 +15,9 @@ New Changes ~~~~~~~ +- pagmo's build system now honours the ``CMAKE_INSTALL_LIBDIR`` + setting on Linux to determine the library installation path + (`#482 `__). - Various internal changes/improvements in the serialisation functions (`#480 `__).