martinmoene / span-lite

span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library
Boost Software License 1.0
497 stars 41 forks source link

Fix cmake config file #77

Closed duncanspumpkin closed 1 year ago

duncanspumpkin commented 1 year ago

We are using span-lite on OpenLoco and having a few issues with it when trying to use it with flatpak. I noticed that the config file is using the wrong namespace. I don't think its the source of our problems but it definitely looks wrong.

https://github.com/OpenLoco/OpenLoco/pull/1725