mirror of
https://github.com/google/benchmark.git
synced 2024-12-26 04:20:14 +08:00
CMake: add forgotten include(FeatureSummary) into FindPFM.cmake to fix build
Sorry!
This commit is contained in:
parent
2b093325e1
commit
e7a8415876
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user