From 2d08afe575e5c2cfb2e4343012196ff99d18eedc Mon Sep 17 00:00:00 2001 From: Gabriel Ferreira Date: Tue, 27 Aug 2024 20:39:31 +0200 Subject: [PATCH] docs: Update CHANGES.md regarding the removal of "lib" prefix from CMake targets --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 009a5ad75..801364fda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -37,6 +37,8 @@ Changes from ns-3.42 to ns-3-dev ### Changes to build system +* Module libraries targets names have their "lib" prefixes removed. This affects target selection within IDEs and ns-3 importing via CMake. + ### Changed behavior * (lr-wpan) Beacons are now transmitted using CSMA-CA when requested from a beacon request command.