Skip to content

Commit 4e0cc8c

Browse files
committed
fix(CI): samples/client/benchmark dir needs module support
1 parent 1769f19 commit 4e0cc8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

samples/client/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ add_subdirectory(subscribe)
99
add_subdirectory(nestedinput)
1010
add_subdirectory(multiple)
1111

12-
add_subdirectory(benchmark)
13-
1412
if(GRAPHQL_BUILD_MODULES)
1513
# client_benchmark
14+
add_subdirectory(benchmark)
1615
add_executable(client_benchmark benchmark.cpp)
1716
target_link_libraries(client_benchmark PRIVATE
1817
benchmark_client)

0 commit comments

Comments
 (0)