mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
6b14de6bc5
When testing on macOS, the command `swig_add_library("mytarget")`
creates a library `libmytarget.so` instead of `libmytarget.dylib`.
Subsequently, the library is not found by `dotnet` and the
swig-generated `DllImport` statements.
Fixes: #23967
41 KiB
41 KiB