Skip to content

Commit

Permalink
Grab GLM removal from main.
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Oct 15, 2024
2 parents a30fa06 + dfffb9b commit 011bcd2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 94 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@
path = mmesh/mmesh
url = https://github.com/BRL-CAD/mmesh.git
ignore = dirty
[submodule "glm/glm"]
path = glm/glm
url = https://github.com/BRL-CAD/glm.git
branch = RELEASE
ignore = dirty
[submodule "clipper2/Clipper2"]
path = clipper2/Clipper2
url = https://github.com/BRL-CAD/Clipper2.git
Expand Down
5 changes: 0 additions & 5 deletions dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,6 @@ add_project(linenoise GROUPS "BRLCAD")
# https://github.com/LMDB/lmdb
add_project(lmdb GROUPS "BRLCAD")

# GLM - header only C++ mathematics library for graphics software based on the
# OpenGL Shading Language (GLSL) specifications
# https://github.com/g-truc/glm
add_project(glm GROUPS "BRLCAD")

# Eigen - linear algebra library
# https://eigen.tuxfamily.org
add_project(eigen GROUPS "BRLCAD;APPLESEED")
Expand Down
53 changes: 0 additions & 53 deletions glm/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion glm/glm
Submodule glm deleted from 0af55c
2 changes: 0 additions & 2 deletions glm/glm.deps

This file was deleted.

28 changes: 0 additions & 28 deletions glm/glm_mit.txt

This file was deleted.

0 comments on commit 011bcd2

Please sign in to comment.