greenbone/openvas-scanner

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.

Hey @tgurr !
thanks for reporting. I added libnet and then It was not required anymore with the next PR. It seems I forgot to clean the cmake. Will take a look.