vppinfra: cleaner way of getting libdl in CMake 60/41160/3
authorGuillaume Solignac <[email protected]>
Wed, 19 Jun 2024 11:32:47 +0000 (13:32 +0200)
committerDamjan Marion <[email protected]>
Wed, 21 Aug 2024 12:05:27 +0000 (12:05 +0000)
commitfb9dd888096f86192e5c20b6246893b4bc3dd3d3
treee53292ceb73f139944a859f904223d7352bbd8fe
parentdf87789a2a0523b9ab9e52e30b89d16f887524e7
vppinfra: cleaner way of getting libdl in CMake

Cmake has a dedicated CMAKE_DL_LIBS variable to get libdl; use it
instead of trying to find it manually.

Type: improvement
Signed-off-by: Guillaume Solignac <[email protected]>
Change-Id: I9969c6be029f6a6e09cccaecd50e9eaf7d785b34
src/vppinfra/CMakeLists.txt