Skip to content

Commit

Permalink
Added CMAKE_PREFIX_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 authored Jun 17, 2024
1 parent e039ddc commit ff219d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-G ${{ matrix.generator }}
-G "${{ matrix.generator }}"
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
-DCMAKE_C_COMPILER=${{ matrix.c_compiler }}
-DCMAKE_Fortran_COMPILER=${{ steps.setup-fortran.outputs.fc }}
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
-DCMAKE_PREFIX_PATH="${{ env.CONDA_PREFIX }}/Library"
-S ${{ github.workspace }}
- name: Build
Expand Down

0 comments on commit ff219d4

Please sign in to comment.