File tree Expand file tree Collapse file tree 2 files changed +17
-18
lines changed Expand file tree Collapse file tree 2 files changed +17
-18
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})
49
49
# e.g. from the catkin root directory run:
50
50
# ./build/mapper/_deps/benchmark-src/tools/compare.py benchmarks file1.json file2.json
51
51
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})
61
61
62
62
Original file line number Diff line number Diff line change @@ -54,14 +54,13 @@ target_link_libraries(test_map_util ${catkin_LIBRARIES} ${PROJECT_NAME})
54
54
# e.g. from the catkin root directory run:
55
55
# ./build/motion_primitive_library/_deps/benchmark-src/tools/compare.py benchmarks file1.json file2.json
56
56
57
- #include(FetchContent)
58
- #FetchContent_Declare(
59
- # benchmark
60
- # URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
61
- #)
62
- #FetchContent_MakeAvailable(benchmark)
63
-
64
- #add_executable(map_util_benchmarking test/benchmark_map_util.cpp)
65
- #target_link_libraries(map_util_benchmarking benchmark::benchmark ${PROJECT_NAME})
66
57
58
+ # include(FetchContent)
59
+ # FetchContent_Declare(
60
+ # benchmark
61
+ # URL https://github.com/google/benchmark/archive/b7afda2cd2d81230737caa1073e160b6406798d7.zip
62
+ # )
63
+ # FetchContent_MakeAvailable(benchmark)
67
64
65
+ # add_executable(map_util_benchmarking test/benchmark_map_util.cpp)
66
+ # target_link_libraries(map_util_benchmarking benchmark::benchmark ${PROJECT_NAME})
You can’t perform that action at this time.
0 commit comments