diff options
author | Rye Mutt <rye@lindenlab.com> | 2024-09-12 09:22:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 11:22:10 -0500 |
commit | b713f56d07cffb21cad5928bf30d6d4b6dc79de9 (patch) | |
tree | 9c64cef93e350c153c8ab590141650f21b99ed66 /indra/llprimitive/CMakeLists.txt | |
parent | 264c57831bc6ca9be1c465c10a2558c3d28b936e (diff) |
Replace glh_linear usage with GLM (#2554)
Diffstat (limited to 'indra/llprimitive/CMakeLists.txt')
-rw-r--r-- | indra/llprimitive/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/llprimitive/CMakeLists.txt b/indra/llprimitive/CMakeLists.txt index 19a43839af..3d8e02cb16 100644 --- a/indra/llprimitive/CMakeLists.txt +++ b/indra/llprimitive/CMakeLists.txt @@ -7,7 +7,6 @@ include(LLCommon) include(LLCoreHttp) include(LLPhysicsExtensions) include(LLPrimitive) -include(GLH) include(GLM) include(TinyGLTF) @@ -70,7 +69,7 @@ target_link_libraries(llprimitive llrender llphysicsextensions_impl ll::colladadom - ll::glh_linear + ll::glm ) #add unit tests |