mirror of
https://github.com/google/benchmark.git
synced 2025-01-13 21:30: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.
|
# Set BENCHMARK_ENABLE_LIBPFM to 0 to disable, regardless of libpfm presence.
|
||||||
include(CheckIncludeFile)
|
include(CheckIncludeFile)
|
||||||
include(CheckLibraryExists)
|
include(CheckLibraryExists)
|
||||||
|
include(FeatureSummary)
|
||||||
enable_language(C)
|
enable_language(C)
|
||||||
|
|
||||||
set_package_properties(PFM PROPERTIES
|
set_package_properties(PFM PROPERTIES
|
||||||
|
Loading…
Reference in New Issue
Block a user