We have a number of ports where the wrap name doesn't match the first argument to project(). This doesn't seem to matter much (maybe it's slightly confusing) but it'd be easy enough to add a sanity check to enforce consistency in the future. Is that worth doing?
| Wrap name |
project() name |
| adamyaxley-obfuscate |
obfuscate |
| arduinocore-avr |
libarduinocore-avr |
| arrow-cpp |
arrow |
| catch |
Catch2 |
| crow |
Crow |
| docopt |
docopt.cpp |
| fuse |
libfuse |
| gee |
libgee |
| google-benchmark |
benchmark |
| grpc |
gRPC |
| gumbo-parser |
gumbo |
| imgui-docking |
imgui |
| imguizmo |
ImGuizmo |
| implot |
ImGui Plotting Library |
| libexif |
exif |
| libffmpegthumbnailer |
ffmpegthumbnailer |
| libopenjp2 |
openjp2 |
| libsigcplusplus-3 |
libsigc++ |
| libtiff |
tiff |
| libupnp |
pupnp |
| libXinerama |
libxinerama |
| libXrandr |
libxrandr |
| libXrender |
libxrender |
| libXv |
libxv |
| libyaml |
yaml-0.1 |
| lua |
lua-5.4 |
| ludocode-mpack |
mpack |
| mpark-patterns |
MPark.Patterns |
| muellan-clipp |
clipp |
| ogg |
libogg |
| openblas |
OpenBLAS |
| opencl-headers |
OpenCLHeaders |
| orcus |
liborcus |
| pcg |
pcg-cpp |
| quazip |
QuaZip |
| sdl2_image |
sdl2-image |
| sdl2_mixer |
sdl2 mixer |
| sergiusthebest-plog |
plog |
| unittest-cpp |
UnitTest++ |
| vulkan-memory-allocator |
VulkanMemoryAllocator |
| xxhash |
xxHash |
| yajl |
YetAnotherJSONParser |
We have a number of ports where the wrap name doesn't match the first argument to
project(). This doesn't seem to matter much (maybe it's slightly confusing) but it'd be easy enough to add a sanity check to enforce consistency in the future. Is that worth doing?project()name