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 @@ -142,7 +142,7 @@ install(TARGETS graphqlservice
142
142
ARCHIVE DESTINATION lib
143
143
LIBRARY DESTINATION lib )
144
144
145
- set (CMAKE_INSTALL_TOOLSDIR tools /${PROJECT_NAME}
145
+ set (CMAKE_INSTALL_TOOLSDIR ${CMAKE_INSTALL_PREFIX} /bin /${PROJECT_NAME}
146
146
CACHE PATH "Install schemagen to this directory." )
147
147
148
148
install (TARGETS schemagen
@@ -160,7 +160,7 @@ install(FILES
160
160
DESTINATION include /graphqlservice
161
161
CONFIGURATIONS Release )
162
162
163
- set (CMAKE_INSTALL_CONFIGDIR lib/cmake/${PROJECT_NAME}
163
+ set (CMAKE_INSTALL_CONFIGDIR ${CMAKE_INSTALL_PREFIX} / lib/cmake/${PROJECT_NAME}
164
164
CACHE PATH "Install the CMake config files to this directory." )
165
165
166
166
install (FILES cmake/${PROJECT_NAME}-config.cmake
You can’t perform that action at this time.
0 commit comments