Skip to content

Commit 6e4852e

Browse files
authored
Update cmake-errors.yml
1 parent 409d524 commit 6e4852e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake-errors.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
working-directory: /tmp/mulle-atinit
103103
run: |
104104
cmake -B build \
105+
-DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
105106
-DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
106107
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
107108
-DCMAKE_BUILD_TYPE=Release
@@ -117,6 +118,7 @@ jobs:
117118
working-directory: /tmp/mulle-atexit
118119
run: |
119120
cmake -B build \
121+
-DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
120122
-DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
121123
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
122124
-DCMAKE_BUILD_TYPE=Release
@@ -135,6 +137,7 @@ jobs:
135137
- name: Generate project files
136138
run: |
137139
cmake -S ${{ matrix.src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} \
140+
-DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
138141
-DCMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} \
139142
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
140143
env:

0 commit comments

Comments
 (0)