actually fix it (I hope)
This commit is contained in:
parent
b326c016cf
commit
585ab06b8d
|
@ -25,6 +25,6 @@ else()
|
|||
target_link_libraries(net-utils PUBLIC slirp)
|
||||
endif()
|
||||
|
||||
pkg_check_modules((ENet REQUIRED libenet)
|
||||
pkg_check_modules(ENet REQUIRED IMPORTED_TARGET libenet)
|
||||
fix_interface_includes(PkgConfig::ENet)
|
||||
target_link_libraries(net-utils PUBLIC PkgConfig::ENet)
|
||||
|
|
Loading…
Reference in New Issue