You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does the find_package simply need the REQUIRED keyword?
The text was updated successfully, but these errors were encountered:
romintomasetti
changed the title
[FR] Enforce CMake to find PFM or fail when BENCHMARK_ENABLE_LIBPFM is `ON
[FR] Enforce CMake to find PFM or fail when BENCHMARK_ENABLE_LIBPFM is ONNov 16, 2023
Currently, setting
BENCHMARK_ENABLE_LIBPFM
toON
only tries to findPFM
, but I think it should find it or fail since the user wants it.benchmark/CMakeLists.txt
Lines 314 to 316 in 93a96a2
Does the
find_package
simply need theREQUIRED
keyword?The text was updated successfully, but these errors were encountered: