Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/conan v2 #28

Merged
merged 3 commits into from
Sep 19, 2023
Merged

Feat/conan v2 #28

merged 3 commits into from
Sep 19, 2023

Commits on Sep 19, 2023

  1. fix(conanfile): Modernize to Conan v2

     - Use CMakeDeps instead of removed cmake_find_package_multi;
     - Use test_requires instead of removed build_requires.
    leha-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    8693f4b View commit details
    Browse the repository at this point in the history
  2. fix(tests/CMakeLists.txt): add missing include(doctest)

    The public API of `doctest_discover_tests()` requires to do so.
    leha-bot committed Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d9f04ca View commit details
    Browse the repository at this point in the history
  3. fix(ci): modernize to Conan v2

     - Detect Conan build profile;
     - Use '-of' ("output folder") instead of '-if' ("install folder") in conan install.
    leha-bot authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    5838491 View commit details
    Browse the repository at this point in the history