Skip to content

Commit 199406e

Browse files
XuRoboticsfalconkumarlab
authored andcommitted
remove the benchmark dependencies to avoid requirement for internet communication when building
1 parent 7a8f881 commit 199406e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

autonomy_core/map_plan/mpl/CMakeLists.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)