From df33d923e514a791d63ba7f0082f28bb3f023fd6 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 17 Sep 2021 13:29:30 +0200 Subject: [PATCH] ci: Ninja set as the default CMake generator --- .github/workflows/ci-conan.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci-conan.yml b/.github/workflows/ci-conan.yml index 4eb2ad67..2c84fc2d 100644 --- a/.github/workflows/ci-conan.yml +++ b/.github/workflows/ci-conan.yml @@ -136,6 +136,7 @@ jobs: if [[ "${{ matrix.config.compiler.type }}" == "GCC" || "${{ matrix.config.compiler.type }}" == "CLANG" ]]; then conan profile update settings.compiler.libcxx=${{ matrix.config.lib }} default fi + conan profile update conf.tools.cmake.cmaketoolchain:generator=Ninja default conan profile show default # - name: Add support for clang-13 to Conan's settings.yml # # TODO Remove when Conan will support clang-13