diff options
author | Nicky <sl.nicky.ml@googlemail.com> | 2022-04-18 03:05:06 +0200 |
---|---|---|
committer | Nicky <sl.nicky.ml@googlemail.com> | 2022-04-18 03:05:06 +0200 |
commit | e743efcc4896c99161cc47adc96379de3ac2d6f3 (patch) | |
tree | 2a5aa77842c491406308c6fb00de5c0425538a48 /indra/cmake/Copy3rdPartyLibs.cmake | |
parent | 54f8d5c380aae8beccf8e445a4911f102d9f49a2 (diff) |
- Change OpenAL to OPENAL to match the correct filename, Windows and OSX use case insesitive fielsystem, this is why it was not issues there
- Remove input files that are obsolete.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
-rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index e16e1e5572..1a0f6868fb 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -6,7 +6,7 @@ include(CMakeCopyIfDifferent) include(Linking) -include(OpenAL) +include(OPENAL) include(FMODSTUDIO) # When we copy our dependent libraries, we almost always want to copy them to @@ -219,7 +219,6 @@ elseif(LINUX) libapr-1.so.0 libaprutil-1.so.0 libatk-1.0.so - libdb-5.1.so ${EXPAT_COPY} libfreetype.so.6.6.2 libfreetype.so.6 @@ -227,8 +226,6 @@ elseif(LINUX) libgmodule-2.0.so libgobject-2.0.so libhunspell-1.3.so.0.0.0 - libopenal.so - libopenjpeg.so libuuid.so.16 libuuid.so.16.0.22 libfontconfig.so.1.8.0 |