You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
nasl/CMakeList.txt
has${LIBNET_LDFLAGS}
intarget_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}
intarget_link_libraries
so apparently not completely?Consider me confused.
The text was updated successfully, but these errors were encountered: