]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
cmake: set empty CMAKE_DL_LIBS on MinGW
authorKen Dreyer <kdreyer@redhat.com>
Tue, 13 Sep 2022 17:34:35 +0000 (13:34 -0400)
committerKen Dreyer <kdreyer@redhat.com>
Tue, 27 Sep 2022 15:21:18 +0000 (11:21 -0400)
commit3eea1e1750fe163790416ca3f186def2087a1035
tree7a4730f45d8cb89a28947f4871e6733c9941889a
parent4954fe19e5594ca5cac1d639fcfa49941abbbfa9
cmake: set empty CMAKE_DL_LIBS on MinGW

Upstream CMake sets CMAKE_DL_LIBS to an empty value on MINGW, but the
Fedora and RHEL packages override this and set "dl". Re-set it back to
an empty value.

We can revert this if https://bugzilla.redhat.com/2127529 is resolved
for CMake in Fedora and RHEL.

Signed-off-by: Ken Dreyer <kdreyer@redhat.com>
src/CMakeLists.txt