Skip to content

Commit

Permalink
fix cmake swigdir
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Oct 9, 2024
1 parent 2721aab commit d2a5267
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sub_buildWindows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ jobs:
-DCPM_SOURCE_CACHE=${{ env.CPM_SOURCE_CACHE }}
-DCMAKE_VS_NO_COMPILE_BATCHING=ON
-DCMAKE_BUILD_TYPE=Release
-DSWIG_EXECUTABLE=${{ env.builddir }}/swigwintools.4.2.0/tools/swigwin-4.2.0/swig.exe
-DSWIG_EXECUTABLE=${{ env.builddir }}swigwintools.4.2.0/tools/swigwin-4.2.0/swig.exe
-DSWIG_DIR=${{ env.builddir }}swigwintools.4.2.0/tools/swigwin-4.2.0
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
- name: Compiling sources
Expand Down

0 comments on commit d2a5267

Please sign in to comment.