Skip to content

Commit

Permalink
fix: linking to unnecessary lib
Browse files Browse the repository at this point in the history
  • Loading branch information
mkiol committed Oct 23, 2024
1 parent da1eb14 commit ed80ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/upnpp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ ExternalProject_Add_StepDependencies(npupnp configure mhd)

list(APPEND deps_libs
${external_lib_dir}/libupnpp.a
${external_lib_dir}/libupnpputil.a
${external_lib_dir}/libnpupnp.a
${external_lib_dir}/libmicrohttpd.a)
list(APPEND deps mhd npupnp upnpp)

0 comments on commit ed80ca0

Please sign in to comment.