Skip to content

Commit

Permalink
Fix compiler warnings for MSVS
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattia Montanari committed Dec 28, 2023
1 parent b76e6ea commit 6e5e732
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 695 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/github-opengjk-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
- run: cmake -E make_directory build
- run: cmake -E chdir build cmake ..
- run: cmake --build build
- run: cmake -E chdir build/examples/c/Debug ./example_lib_opengjk_ce.exe
- run: cmake -E copy build/examples/c/Debug/example_lib_opengjk_ce.exe build/examples/c
- run: cmake -E chdir build/examples/c/ ./example_lib_opengjk_ce.exe

Cython:
runs-on: ubuntu-latest
Expand Down
Loading

0 comments on commit 6e5e732

Please sign in to comment.