apigear-io / template-cpp14

C++14 technology template
https://apigear.io/template-cpp14/docs/intro
MIT License
0 stars 1 forks source link

Fix conan build on windows #93

Closed w4bremer closed 1 year ago

w4bremer commented 1 year ago

📑 Description

The conan test script just called plain cmake for the examples without specifying which compiler configuration to use. This fix re-uses the default config used to build the other modules.

✅ Checks