Skip to content

Commit 6375adf

Browse files
author
Rafał Hibner
committed
Update CMakeLists.txt
1 parent 536839b commit 6375adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ if(GRAPHQL_BUILD_CLIENTGEN)
200200
install(TARGETS clientgen
201201
EXPORT custom-cppgraphqlgen-targets
202202
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
203-
RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR}/${PROJECT_NAME})
203+
RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR})
204204
endif()
205205

206206
# schemagen
@@ -238,7 +238,7 @@ if(GRAPHQL_BUILD_SCHEMAGEN)
238238
install(TARGETS schemagen
239239
EXPORT custom-cppgraphqlgen-targets
240240
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
241-
RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR}/${PROJECT_NAME})
241+
RUNTIME DESTINATION ${GRAPHQL_INSTALL_TOOLS_DIR})
242242
endif()
243243

244244
# Common schemagen and clientgen filesystem and Boost dependencies

0 commit comments

Comments
 (0)