Skip to content

Commit

Permalink
Use system gtest and benchmark in Pixi tasks (#1905)
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 authored Jan 21, 2025
1 parent 88069f8 commit 97752e1
Show file tree
Hide file tree
Showing 5 changed files with 280 additions and 914 deletions.
2 changes: 1 addition & 1 deletion cmake/dart_defs.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ function(dart_benchmarks)
${target_name} PRIVATE ${_ARG_INCLUDE_DIRS}
)

target_link_libraries(${target_name} PRIVATE benchmark benchmark_main)
target_link_libraries(${target_name} PRIVATE benchmark::benchmark benchmark::benchmark_main)

if(UNIX)
# gbenchmark requies pthread when compiled on a Unix machine
Expand Down
Loading

0 comments on commit 97752e1

Please sign in to comment.