diff options
author | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 11:21:06 +0200 |
---|---|---|
committer | Nicky Dasmijn <nicky.dasmijn@posteo.nl> | 2022-09-17 11:21:06 +0200 |
commit | 68c680599b3ee038a33bcad36ac52912725cf3cd (patch) | |
tree | 22ded8c7e702d630ab08464b385cb584b0c45c1b /indra/llprimitive | |
parent | 31341ac605f3f1ae24568af3e09b200daef77b8f (diff) |
Try to make sure this also works with the havok version of llphysicsextension.
Diffstat (limited to 'indra/llprimitive')
-rw-r--r-- | indra/llprimitive/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llprimitive/CMakeLists.txt b/indra/llprimitive/CMakeLists.txt index bf35500bad..7d83dc77c1 100644 --- a/indra/llprimitive/CMakeLists.txt +++ b/indra/llprimitive/CMakeLists.txt @@ -60,7 +60,7 @@ target_link_libraries(llprimitive llcorehttp llxml llcharacter - llphysicsextensions + llphysicsextensions_impl ll::colladadom ll::pcre ll::glh_linear |