File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ if(GRAPHQL_BUILD_CLIENTGEN)
200
200
install (TARGETS clientgen
201
201
EXPORT custom-cppgraphqlgen-targets
202
202
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
203
- RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR} /${PROJECT_NAME} )
203
+ RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR} )
204
204
endif ()
205
205
206
206
# schemagen
@@ -238,7 +238,7 @@ if(GRAPHQL_BUILD_SCHEMAGEN)
238
238
install (TARGETS schemagen
239
239
EXPORT custom-cppgraphqlgen-targets
240
240
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
241
- RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR} /${PROJECT_NAME} )
241
+ RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR} )
242
242
endif ()
243
243
244
244
# Common schemagen and clientgen filesystem and Boost dependencies
You can’t perform that action at this time.
0 commit comments