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.
1 parent deb0c32 commit 10dfc21Copy full SHA for 10dfc21
src/CMakeLists.txt
@@ -202,12 +202,12 @@ add_custom_command(TARGET dispatch POST_BUILD
202
install(TARGETS
203
dispatch
204
DESTINATION
205
- "${CMAKE_INSTALL_FULL_LIBDIR}")
+ "${CMAKE_INSTALL_LIBDIR}")
206
if(ENABLE_SWIFT)
207
install(FILES
208
${CMAKE_CURRENT_BINARY_DIR}/swift/Dispatch.swiftmodule
209
${CMAKE_CURRENT_BINARY_DIR}/swift/Dispatch.swiftdoc
210
211
- "${CMAKE_INSTALL_FULL_LIBDIR}/swift/${SWIFT_OS}/${CMAKE_SYSTEM_PROCESSOR}")
+ "${CMAKE_INSTALL_LIBDIR}/swift/${SWIFT_OS}/${CMAKE_SYSTEM_PROCESSOR}")
212
endif()
213
0 commit comments