Skip to content

Commit

Permalink
[ci skip] Update benchmark version comment in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
aprokop committed Dec 26, 2022
1 parent d772706 commit 6d2fc15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/bvh_driver/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
set(POINT_CLOUDS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/benchmarks/point_clouds)
set(UNIT_TESTS_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/test)

# We require version 1.4.0 or higher but the format used by Google benchmark is
# We require version 1.5.0 or higher but the format used by Google benchmark is
# wrong and thus, we cannot check the version during the configuration step.
find_package(benchmark REQUIRED)

Expand Down

0 comments on commit 6d2fc15

Please sign in to comment.