Joerg-Christian Boehme
Joerg-Christian Boehme
Unfortunately there is following in your JSON (also PEGTL) project: In the JSON project you "alias" the JSON target from `taocpp-json` to ``taocpp::json`. But when you "install" the lib/header and...
Unfortunately gihub action are not enabled here. If you will see this in action see here -> https://github.com/Bjoe/qtc-sourcetrail/actions/runs/857620457
There is a PR #25 for 4.13.x / 4.14.x and a PR #26 for 4.15.x
In https://github.com/pocoproject/poco/blob/f810bd0b4129b2330e4a23ccf4d304be6ba36583/Data/MySQL/cmake/PocoDataMySQLConfig.cmake#L2 it should be add: ``` find_dependency(MySQL) ``` But cmake doesn't provide a `FindMySQL.cmake`, so poco should installd it. But what happens when there is a `FindMySQL.cmake` installed from...