Skip to content

Commit

Permalink
Use GLVND over legacy OpenGL libraries (#1584)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jun 17, 2021
1 parent 551617f commit 2765390
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## DART 6

### DART 6.10.2 (TBD)

* GUI

* 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)

* Dynamics
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
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
a Catkin workspace. Catkin is not required to build DART. For more
information, see: http://ros.org/reps/rep-0136.html -->
<name>dartsim</name>
<version>6.10.1</version>
<version>6.10.2</version>
<description>
DART (Dynamic Animation and Robotics Toolkit) is a collaborative,
cross-platform, open source library created by the Georgia Tech Graphics
Expand Down

0 comments on commit 2765390

Please sign in to comment.