Skip to content

Commit 11d7716

Browse files
committed
Differentiation: import PlatformInfo
We did not import this module which defines the crucial variables required to compute the install paths. As a result, the installation was corrupted.
1 parent 1a0d752 commit 11d7716

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Runtimes/Supplemental/Differentiation/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ include(GNUInstallDirs)
4545
include(AvailabilityMacros)
4646
include(EmitSwiftInterface)
4747
include(InstallSwiftInterface)
48+
include(PlatformInfo)
4849
include(gyb)
4950
include(ResourceEmbedding)
5051
include(CatalystSupport)

0 commit comments

Comments
 (0)