mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-12-05 08:08:06 +00:00
Make CMake modules more portable
This commit is contained in:
@@ -18,6 +18,10 @@ if(NOT COMMAND feature_summary)
|
||||
include(FeatureSummary)
|
||||
endif()
|
||||
|
||||
if(NOT PKG_CONFIG_FOUND)
|
||||
include(FindPkgConfig)
|
||||
endif()
|
||||
|
||||
pkg_check_modules(PC_VOLK volk QUIET)
|
||||
|
||||
if(NOT VOLK_ROOT)
|
||||
|
||||
Reference in New Issue
Block a user