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 0334abd commit 650e3b0Copy full SHA for 650e3b0
Runtimes/Supplemental/Differentiation/CMakeLists.txt
@@ -38,6 +38,8 @@ set(${PROJECT_NAME}_VENDOR_MODULE_DIR "${CMAKE_SOURCE_DIR}/../cmake/modules/vend
38
CACHE FILEPATH "Location for private build system extension")
39
40
find_package(SwiftCore REQUIRED)
41
+find_package(SwiftOverlay REQUIRED)
42
+
43
include(GNUInstallDirs)
44
45
include(AvailabilityMacros)
@@ -103,7 +105,8 @@ set_target_properties(swift_Differentiation PROPERTIES
103
105
Swift_MODULE_NAME _Differentiation)
104
106
107
target_link_libraries(swift_Differentiation PRIVATE
- swiftCore)
108
+ swiftCore
109
+ $<$<PLATFORM_ID:Windows>:swiftCRT>)
110
111
112
install(TARGETS swift_Differentiation
0 commit comments