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
499 stars 43 forks source link

Fix cmake config file #77

Closed duncanspumpkin closed 2 years ago

duncanspumpkin commented 2 years 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