diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 10:39:34 -0400 |
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2023-06-05 10:39:34 -0400 |
| commit | a4a68c4f5e2e411ba636d25e6b07129ca5de2bb9 (patch) | |
| tree | d7e09448a45859488f8e07a2dbb883b81f3dc0be /indra/cmake/Copy3rdPartyLibs.cmake | |
| parent | 42c69448da85b06caf9edabb4dd3f5f4ae926ea7 (diff) | |
SL-18837: We no longer build Windows apr-iconv -- don't reference.
With VS 2022 on Windows GitHub Actions runners, we can't build apr_suite at
all with the upstream .sln / .vcxproj files, so we had to switch to
"experimental" CMake support. However there's no CMakeLists.txt file for
apr-iconv, so the Windows package omits that library.
Diffstat (limited to 'indra/cmake/Copy3rdPartyLibs.cmake')
| -rw-r--r-- | indra/cmake/Copy3rdPartyLibs.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake index e4d06d6ba2..a3db02372d 100644 --- a/indra/cmake/Copy3rdPartyLibs.cmake +++ b/indra/cmake/Copy3rdPartyLibs.cmake @@ -57,7 +57,6 @@ if(WINDOWS) openjp2.dll libapr-1.dll libaprutil-1.dll - libapriconv-1.dll nghttp2.dll libhunspell.dll uriparser.dll |
