File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Runtimes/Supplemental/Observation Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ set(${PROJECT_NAME}_VENDOR_MODULE_DIR "${CMAKE_SOURCE_DIR}/../cmake/modules/vend
40
40
CACHE FILEPATH "Location for private build system extension" )
41
41
42
42
find_package (SwiftCore REQUIRED )
43
+ find_package (SwiftOverlay REQUIRED )
43
44
44
45
include (GNUInstallDirs )
45
46
Original file line number Diff line number Diff line change @@ -2595,6 +2595,7 @@ function Build-ExperimentalRuntime {
2595
2595
CMAKE_SYSTEM_NAME = $Platform.OS.ToString ();
2596
2596
2597
2597
SwiftCore_DIR = " $ ( Get-ProjectBinaryCache $Platform ExperimentalRuntime) \cmake\SwiftCore" ;
2598
+ SwiftOverlay_DIR = " $ ( Get-ProjectBinaryCache $Platform ExperimentalOverlay) \cmake\SwiftOverlay" ;
2598
2599
}
2599
2600
}
2600
2601
}
You can’t perform that action at this time.
0 commit comments