dev: find boost's CMake Config file instead of module (#6499)

This commit is contained in:
pajlada
2025-09-27 14:42:35 +02:00
committed by GitHub
parent 82da4d8a49
commit 08b61be4ba
3 changed files with 3 additions and 5 deletions
+1
View File
@@ -5,6 +5,7 @@
- Minor: Fixed usercard resizing improperly without recent messages. (#6496)
- Dev: Update release documentation. (#6498)
- Dev: Make code sanitizers opt in with the `CHATTERINO_SANITIZER_SUPPORT` CMake option. After that's enabled, use the `SANITIZE_*` flag to enable individual sanitizers. (#6493)
- Dev: Find Boost's CMake Config file instead of module file. (#6499)
- Dev: Fix 32-bit compile in PluginRepl. (#6483)
- Dev: Fix the WinGet release workflow. (#6497)