Skip to content

Commit

Permalink
[cmake] Find Benchmark quiet (#293)
Browse files Browse the repository at this point in the history
The output does not help identify the issue, the missing
dependency is called out in the feature summary anyway.
  • Loading branch information
gruenich authored Jul 8, 2024
1 parent f62d7b7 commit 64d1206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ${BUILD_SHARED_LIBS})

if (BUILD_TESTING)
if (BUILD_BENCHMARK)
find_package(benchmark)
find_package(benchmark QUIET)
set_package_properties(benchmark PROPERTIES
TYPE REQUIRED
DESCRIPTION "a microbenchmark support library"
Expand Down

0 comments on commit 64d1206

Please sign in to comment.