Skip to content

Commit

Permalink
fix(CI): samples/client/benchmark dir needs module support
Browse files Browse the repository at this point in the history
  • Loading branch information
wravery committed Sep 19, 2024
1 parent 1769f19 commit 4e0cc8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions samples/client/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ add_subdirectory(subscribe)
add_subdirectory(nestedinput)
add_subdirectory(multiple)

add_subdirectory(benchmark)

if(GRAPHQL_BUILD_MODULES)
# client_benchmark
add_subdirectory(benchmark)
add_executable(client_benchmark benchmark.cpp)
target_link_libraries(client_benchmark PRIVATE
benchmark_client)
Expand Down

0 comments on commit 4e0cc8c

Please sign in to comment.