Skip to content

Commit

Permalink
Issue #444: build: Move DL_LIBRARY after libelf dittos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKagstrom committed Jul 13, 2024
1 parent 9133fec commit a7ab297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -455,11 +455,11 @@ if (LIBELF_FOUND)
stdc++
${CMAKE_THREAD_LIBS_INIT}
CURL::libcurl
"${DL_LIBRARY}"
"${INTL_LIBRARY}"
${DISASSEMBLER_LIBRARIES}
${LIBDW_LIBRARIES}
${LIBELF_LIBRARIES}
"${DL_LIBRARY}"
${DWARFUTILS_LIBRARIES}
"${M_LIBRARY}"
${ZLIB_LIBRARIES}
Expand Down

0 comments on commit a7ab297

Please sign in to comment.