cmake: rename RapidJSON declaration to rjlib (#6567)

This helps alleviate an issue with some weird imports happening that is
causing reconfigures on Windows to fail.
This commit is contained in:
pajlada
2025-11-07 00:32:25 +01:00
committed by GitHub
parent 6fe380c00b
commit a3b7c4d3b2
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -36,7 +36,7 @@
- Def: Fixed compilation error in tests with Clang 21. (#6519)
- Dev: Fixed compilation warnings on clang-cl. (#6528)
- Dev: Fixed compilation error in tests with Clang 21. (#6519)
- Dev: Use CMake's `FetchContent` for RapidJSON, PajladaSignals, PajladaSerialize, and PajladaSettings. (#6560)
- Dev: Use CMake's `FetchContent` for RapidJSON, PajladaSignals, PajladaSerialize, and PajladaSettings. (#6560, #6567)
- Dev: The LuaLS meta files moved from `docs/plugin-meta.lua` to `docs/lua-meta/globals.lua`. (#6530)
- Dev: Compile time definitions for `Windows.h` are now conditional based on `WIN32` instead of `MSVC`. (#6534)
- Dev: Refactored split container nodes to use shared pointers. (#6435)