Skip to content

Commit aba1817

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cmake-errors.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +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 }} \
105+
-DMULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
106106
-DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
107107
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
108108
-DCMAKE_BUILD_TYPE=Release
@@ -118,7 +118,7 @@ jobs:
118118
working-directory: /tmp/mulle-atexit
119119
run: |
120120
cmake -B build \
121-
-DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
121+
-DMULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
122122
-DCMAKE_INSTALL_PREFIX=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
123123
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
124124
-DCMAKE_BUILD_TYPE=Release
@@ -137,7 +137,7 @@ jobs:
137137
- name: Generate project files
138138
run: |
139139
cmake -S ${{ matrix.src-dir || '.' }} -B ${{ matrix.build-dir || '.' }} ${{ matrix.cmake-args }} \
140-
-DDEPENDENCY_DIR=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
140+
-DMULLE_SDK_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }} \
141141
-DCMAKE_BUILD_TYPE=${{ matrix.build-config || 'Release' }} \
142142
-DCMAKE_PREFIX_PATH=${{ steps.set-install-dir.outputs.INSTALL_DIR }}
143143
env:

0 commit comments

Comments
 (0)