Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows CI dependency upgrade #2847

Merged
merged 15 commits into from
May 16, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add CMake flag for double-precision bullet
  • Loading branch information
ananace committed May 15, 2020
commit 2c08a61e80a2de53153982b24198dc76574c8b04
1 change: 1 addition & 0 deletions CI/before_script.msvc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ fi
if [ -n "$BULLET_DOUBLE" ]; then
BULLET_DBL="-double"
BULLET_DBL_DISPLAY="Double precision"
add_cmake_opts "-DBULLET_USE_DOUBLES=True"
fi

echo
Expand Down