1
0
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:
Carles Fernandez
2020-11-01 14:35:15 +01:00
parent 287284261c
commit 165ae06d7a
17 changed files with 69 additions and 0 deletions

View File

@@ -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)