File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,4 @@ install(TARGETS BlocksRuntime
35
35
EXPORT dispatchExports
36
36
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
37
37
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
38
- RUNTIME DESTINATION bin )
38
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
Original file line number Diff line number Diff line change @@ -168,4 +168,4 @@ install(TARGETS dispatch
168
168
EXPORT dispatchExports
169
169
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
170
170
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
171
- RUNTIME DESTINATION bin )
171
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ install(TARGETS swiftDispatch
54
54
EXPORT dispatchExports
55
55
ARCHIVE DESTINATION ${INSTALL_TARGET_DIR}
56
56
LIBRARY DESTINATION ${INSTALL_TARGET_DIR}
57
- RUNTIME DESTINATION bin )
57
+ RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} )
58
58
if (NOT BUILD_SHARED_LIBS )
59
59
set_property (GLOBAL APPEND PROPERTY DISPATCH_EXPORTS DispatchStubs)
60
60
install (TARGETS DispatchStubs
You can’t perform that action at this time.
0 commit comments