File tree Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Expand file tree Collapse file tree 2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -49,14 +49,14 @@ target_link_libraries(test_voxel_mapper ${catkin_LIBRARIES} ${PROJECT_NAME})
4949# e.g. from the catkin root directory run:
5050# ./build/mapper/_deps/benchmark-src/tools/compare.py benchmarks file1.json file2.json
5151
52- include (FetchContent)
53- FetchContent_Declare(
54- benchmark
55- URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
56- )
57- FetchContent_MakeAvailable(benchmark)
58-
59- add_executable (benchmarking test /benchmark_voxel_mapper.cpp)
60- target_link_libraries (benchmarking benchmark::benchmark ${PROJECT_NAME} )
52+ # include(FetchContent)
53+ # FetchContent_Declare(
54+ # benchmark
55+ # URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
56+ # )
57+ # FetchContent_MakeAvailable(benchmark)
58+
59+ # add_executable(benchmarking test/benchmark_voxel_mapper.cpp)
60+ # target_link_libraries(benchmarking benchmark::benchmark ${PROJECT_NAME})
6161
6262
Original file line number Diff line number Diff line change @@ -54,14 +54,14 @@ target_link_libraries(test_map_util ${catkin_LIBRARIES} ${PROJECT_NAME})
5454# e.g. from the catkin root directory run:
5555# ./build/motion_primitive_library/_deps/benchmark-src/tools/compare.py benchmarks file1.json file2.json
5656
57- include (FetchContent)
58- FetchContent_Declare(
59- benchmark
60- URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
61- )
62- FetchContent_MakeAvailable(benchmark)
57+ # include(FetchContent)
58+ # FetchContent_Declare(
59+ # benchmark
60+ # URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
61+ # )
62+ # FetchContent_MakeAvailable(benchmark)
6363
64- add_executable (map_util_benchmarking test /benchmark_map_util.cpp)
65- target_link_libraries (map_util_benchmarking benchmark::benchmark ${PROJECT_NAME} )
64+ # add_executable(map_util_benchmarking test/benchmark_map_util.cpp)
65+ # target_link_libraries(map_util_benchmarking benchmark::benchmark ${PROJECT_NAME})
6666
6767
You can’t perform that action at this time.
0 commit comments