File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments