Tectu / malloy

A cross-platform C++20 library providing embeddable server & client components for HTTP and WebSocket.
BSD 3-Clause "New" or "Revised" License
68 stars 8 forks source link

Application Framework demo broken #105

Closed Tectu closed 2 years ago

Tectu commented 2 years ago

The application framework demo is broken since #102 (or 1726b9d9e2daa39974b4dc9f92eaf1346ebbbe40 respectively)

CI didn't catch that because the corresponding cmake option is not enabled by default and not enabled explicitly in the CI pipelines. We should fix that.