Skip to content

Commit

Permalink
Fix cmake configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sguionni committed Oct 25, 2023
1 parent 92089e6 commit c9a6db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_util.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
working-directory: ${{env.CMAKELISTS_DIR}}
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake"
run: cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_TOOLCHAIN_FILE="${{env.CMAKE_BUILD_DIR}}/conan_toolchain.cmake"

- name: Build
working-directory: ${{env.CMAKELISTS_DIR}}
Expand Down

0 comments on commit c9a6db6

Please sign in to comment.