We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 942c335 + 201eda0 commit cedb2d2Copy full SHA for cedb2d2
src/CMakeLists.txt
@@ -116,6 +116,7 @@ if(BUILD_GRAPHQLJSON)
116
CONFIGURATIONS Release)
117
else()
118
set(GRAPHQL_BUILD_TESTS OFF CACHE BOOL "GRAPHQL_BUILD_TESTS depends on BUILD_GRAPHQLJSON" FORCE)
119
+ set(GRAPHQL_UPDATE_SAMPLES OFF CACHE BOOL "GRAPHQL_UPDATE_SAMPLES depends on BUILD_GRAPHQLJSON" FORCE)
120
endif()
121
122
install(TARGETS
0 commit comments