mirror of https://github.com/pvnis/srsRAN_4G.git
cmake: fix warning when searching for SKIQ
Replace INCLUDE(FindPkgConfig) by FIND_PACKAGE(PkgConfig REQUIRED) to avoid following warning: warning: The package name passed to `find_package_handle_standard_args` (PkgConfig) does not match the name of the calling package (SKIQ). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern.master
parent
f57cf0b195
commit
21cb5858f0
Loading…
Reference in New Issue