Skip to content

Commit

Permalink
Merge branch 'release-6.10' into release-6.11
Browse files Browse the repository at this point in the history
# Conflicts:
#	CHANGELOG.md
#	package.xml
  • Loading branch information
Jeongseok Lee committed Jul 7, 2021
2 parents 0799362 + 2765390 commit 2cb0ec4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* GUI

* Fixed incorrect MultiSphereConvexHull rendering: [#1579](https://github.com/dartsim/dart/pull/1579)
* Use GLVND over the legacy OpenGL libraries: [#1584](https://github.com/dartsim/dart/pull/1584)

### [DART 6.10.1 (2021-04-19)](https://github.com/dartsim/dart/milestone/65?closed=1)

Expand Down
5 changes: 2 additions & 3 deletions cmake/DARTFindOpenGL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

cmake_policy(PUSH)

# Stick to the legacy GL library until we need GLVND
# (see: https://cmake.org/cmake/help/git-stage/policy/CMP0072.html)
# Use GLVND over the legacy OpenGL libraries
if(POLICY CMP0072)
cmake_policy(SET CMP0072 OLD)
cmake_policy(SET CMP0072 NEW)
endif()

# Use OpenGL config if available
Expand Down

0 comments on commit 2cb0ec4

Please sign in to comment.