From eb7909cb6fe8dfbbf1861e3ccb10bb6c3696af77 Mon Sep 17 00:00:00 2001 From: Tuomo Kriikkula Date: Thu, 11 Jan 2024 14:35:00 +0200 Subject: [PATCH] Add vcpkg TODO comment --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ddf87ec..a6c11d4 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,10 @@ vcpkg install inja boost doctest icu ## TODO: +- Improve vcpkg dependency handling. + - Fork vcpkg? + - Pin version in manifest (vckpg.json)? + - Probably have to force some more dependencies since unit test messages are sometimes not regenerated even though the templates or generator changes.