wxwidgets/build/cmake/lib/base
Thomas Klausner 9efe21b55a Fix dlopen() detection in CMake under non-Linux systems.
Linux (until recently) defined dlopen() in libdl, but some other
operating systems (such as NetBSD) have it in libc.

Use CMake-provided variable for the name of the library to use for
dlopen() to fix NetBSD build.

See #22644.
2022-07-24 16:48:38 +02:00
..
CMakeLists.txt Fix dlopen() detection in CMake under non-Linux systems. 2022-07-24 16:48:38 +02:00