Skip to content

Commit

Permalink
Update bld.bat
Browse files Browse the repository at this point in the history
Use path to swig on ci machine
  • Loading branch information
aymanhab authored Oct 29, 2024
1 parent 65aae78 commit 99a2bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opensim/bld.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cmake ..\^
-DBUILD_API_EXAMPLES=OFF^
-DOPENSIM_BUILD_INDIVIDUAL_APPS=ON^
-DOPENSIM_PYTHON_CONDA=ON^
-DSWIG_EXECUTABLE="D:/dev/tools/swigwin-4.1.1/swig.exe"
-DSWIG_EXECUTABLE="C:/ProgramData/Chocolatey/lib/swig/tools/install/swigwin-4.1.1/swig.exe"

cmake --build . --target install --config Release -- /maxcpucount:8

Expand Down

0 comments on commit 99a2bc5

Please sign in to comment.