Guillaume Racicot
Guillaume Racicot
@zflucky0 There was #1087, but it has gone unmaintained over the years. Maybe you could revive it?
Seems like the problem has been partially solved as services cannot specify which source the need to be initialized in, as the container has that knowledge now. Most of the...
Should we completely drop ADL based tags? Should we just use specialization?
ADL was useful when defining a service_map, mapping user types to user types, because it meant we could define the map without including kangaru. It was also done to support...
Seems to be a distro issue. Some distro choose to not ship CMake metadata for find_package to work. I would try changing linux mint's build script for glfw (dev).
@CCostigan Try `set(glfw3_DIR "/usr/local/lib/cmake/glfw3")` the case is important. I would also try removing that live altogether since I think cmake already looks there. I would recommend not adding flags from...