wxWidgets/build/cmake/lib/base
Thomas Klausner ad239fd80e 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.

Closes #22644.

(cherry picked from commit 9efe21b55a162f970bbbc187c2127068fef5bd74)
2022-07-24 18:31:00 +02:00
..
CMakeLists.txt Fix dlopen() detection in CMake under non-Linux systems. 2022-07-24 18:31:00 +02:00