You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set(INSTALL_TARGET_DIR "${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/${SWIFT_SYSTEM_NAME}"CACHEPATH"Path where the libraries will be installed")
319
317
set(INSTALL_DISPATCH_HEADERS_DIR "${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/dispatch"CACHEPATH"Path where the headers will be installed for libdispatch")
320
318
set(INSTALL_BLOCK_HEADERS_DIR "${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/Block"CACHEPATH"Path where the headers will be installed for the blocks runtime")
321
319
set(INSTALL_OS_HEADERS_DIR "${CMAKE_INSTALL_LIBDIR}/swift$<$<NOT:$<BOOL:${BUILD_SHARED_LIBS}>>:_static>/os"CACHEPATH"Path where the os/ headers will be installed")
322
320
else()
323
-
set(INSTALL_TARGET_DIR "${CMAKE_INSTALL_LIBDIR}"CACHEPATH"Path where the libraries will be installed")
324
321
set(INSTALL_DISPATCH_HEADERS_DIR "include/dispatch"CACHEPATH"Path where the headers will be installed")
325
322
set(INSTALL_BLOCK_HEADERS_DIR "include"CACHEPATH"Path where the headers will be installed for the blocks runtime")
326
323
set(INSTALL_OS_HEADERS_DIR "include/os"CACHEPATH"Path where the headers will be installed")
0 commit comments