build: cmake_paths generator added for documentation generation

This commit is contained in:
Mateusz Pusz
2020-12-21 23:07:25 +01:00
parent 8fd59a5db0
commit 56fd5c04ae

View File

@@ -79,7 +79,7 @@ jobs:
- name: Install Conan dependencies
run: |
mkdir build && cd build
conan install .. -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
conan install .. -g cmake_paths -s compiler.cppstd=20 -s compiler.libcxx=libstdc++11 -e mp-units:CONAN_RUN_TESTS=True -b outdated -u
- name: Configure CMake
run: |
cd build