Skip to content

Commit 77d532f

Browse files
Jameclarkejminor
authored andcommitted
Added exclude files to SPM to pass tests for macOS 12
Signed-off-by: Jame Clarke <[email protected]>
1 parent 4eae224 commit 77d532f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ let package = Package(
5252
.target(name: "OpenTime_CXX",
5353
dependencies: ["otio_header_root"],
5454
path: "OpenTimelineIO/src/opentime",
55-
exclude: [ "CMakeLists.txt" ],
55+
exclude: [ "CMakeLists.txt", "OpentimeConfig.cmake.in"],
5656
sources: ["."],
5757
publicHeadersPath: ".",
5858
cxxSettings: [ .headerSearchPath(".")]),
5959

6060
.target(name: "OpenTimelineIO_CXX",
6161
dependencies: ["OpenTime_CXX", "any", "optionallite"],
6262
path: "OpenTimelineIO/src/opentimelineio",
63-
exclude: [ "CMakeLists.txt", "CORE_VERSION_MAP.last.cpp" ],
63+
exclude: [ "CMakeLists.txt", "CORE_VERSION_MAP.last.cpp", "OpentimelineIOConfig.cmake.in"],
6464
sources: ["."],
6565
publicHeadersPath: ".",
6666
cxxSettings: [

0 commit comments

Comments
 (0)