File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -298,7 +298,7 @@ if(BUILD_GRAPHQLJSON)
298
298
LIBRARY DESTINATION lib )
299
299
install (FILES ${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/JSONResponse.h
300
300
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
301
- DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlintrospection )
301
+ DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice )
302
302
else ()
303
303
set (GRAPHQL_BUILD_TESTS OFF CACHE BOOL "GRAPHQL_BUILD_TESTS depends on BUILD_GRAPHQLJSON" FORCE )
304
304
endif ()
@@ -321,7 +321,7 @@ install(FILES
321
321
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLGrammar.h
322
322
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLTree.h
323
323
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
324
- DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlintrospection )
324
+ DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice )
325
325
326
326
install (FILES
327
327
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/SortedMap.h
@@ -333,7 +333,7 @@ install(FILES
333
333
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/introspection/Introspection.h
334
334
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/introspection/IntrospectionSchema.h
335
335
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
336
- DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlintrospection /introspection )
336
+ DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice /introspection )
337
337
338
338
install (EXPORT cppgraphqlgen-targets
339
339
NAMESPACE cppgraphqlgen::
You can’t perform that action at this time.
0 commit comments