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 3536ee3 commit dba28a9Copy full SHA for dba28a9
CMakeLists.txt
@@ -258,7 +258,7 @@ if(ENABLE_SWIFT_NUMERICS)
258
259
if(CMAKE_SYSTEM_NAME STREQUAL Darwin)
260
install(FILES $<TARGET_PROPERTY:${module},INTERFACE_INCLUDE_DIRECTORIES>/${module}.swiftdoc
261
- DESTINATION lib/swift/${swift_os}/${module}.swiftmodule
+ DESTINATION lib/swift/${swift_os}/${module}.swiftdoc
262
RENAME ${swift_arch}.swiftdoc)
263
install(FILES $<TARGET_PROPERTY:${module},INTERFACE_INCLUDE_DIRECTORIES>/${module}.swiftmodule
264
DESTINATION lib/swift/${swift_os}/${module}.swiftmodule
0 commit comments