Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nanopb/nanopb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-10-13 15:33:35 +0300
committerPetteri Aimonen <jpa@git.mail.kapsi.fi>2022-10-13 15:33:35 +0300
commitea54d265a96e5f2bf8d1e1aa1e2ca70dfcc75d0b (patch)
treea21be9cf3d5562fe79c0d08e0318cdb7202fd973
parentac91cb00b1ddaaa1966f1454d4c1c6c4d6c0eb84 (diff)
Add note about updated CMake include path order (#822)
-rw-r--r--docs/migration.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/migration.md b/docs/migration.md
index 0fde1db..abe3044 100644
--- a/docs/migration.md
+++ b/docs/migration.md
@@ -6,6 +6,21 @@ required modifications of user applications are explained. Also any
error indications are included, in order to make it easier to find this
document.
+Nanopb-0.4.7 (2022-xx-xx)
+-------------------------
+
+### Updated include path order in FindNanopb.cmake
+
+**Changes:** The include path passed to `protoc` by the CMake rules was updated.
+
+**Required actions:** No changes needed for most users.
+In some specific cases it could change the directory hierarchy generated by `protoc`.
+More details in
+[pull request #822](https://github.com/nanopb/nanopb/pull/822).
+
+**Error indications:** Generated `.pb.c` or `.pb.h` file not found when building
+with CMake rules.
+
Nanopb-0.4.6 (2022-05-30)
-------------------------