21.4.4: confusion about newly introduced libnet dependency
tgurr opened this issue · 1 comments
tgurr commented
nasl/CMakeList.txt
has ${LIBNET_LDFLAGS}
in target_link_libraries
but is missing the whole find_library depedency check from 7503c8c.
additionally it seems to carry 41729b2 which implicates the libnet dependency was already removed again with 6d3a797, however git main branch also still has the ${LIBNET_LDFLAGS}
in target_link_libraries
so apparently not completely?
Consider me confused.