CMake: add forgotten include(FeatureSummary) into FindPFM.cmake to fix build

Sorry!
This commit is contained in:
Roman Lebedev 2021-09-03 01:15:09 +03:00
parent 2b093325e1
commit e7a8415876
No known key found for this signature in database
GPG Key ID: 083C3EBB4A1689E0

View File

@ -3,6 +3,7 @@
# Set BENCHMARK_ENABLE_LIBPFM to 0 to disable, regardless of libpfm presence.
include(CheckIncludeFile)
include(CheckLibraryExists)
include(FeatureSummary)
enable_language(C)
set_package_properties(PFM PROPERTIES