Skip to content

Commit

Permalink
Added exclude files to SPM to pass tests for macOS 12
Browse files Browse the repository at this point in the history
Signed-off-by: Jame Clarke <[email protected]>
  • Loading branch information
Jameclarke authored and jminor committed Feb 6, 2024
1 parent 4eae224 commit 77d532f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,15 @@ let package = Package(
.target(name: "OpenTime_CXX",
dependencies: ["otio_header_root"],
path: "OpenTimelineIO/src/opentime",
exclude: [ "CMakeLists.txt" ],
exclude: [ "CMakeLists.txt", "OpentimeConfig.cmake.in"],
sources: ["."],
publicHeadersPath: ".",
cxxSettings: [ .headerSearchPath(".")]),

.target(name: "OpenTimelineIO_CXX",
dependencies: ["OpenTime_CXX", "any", "optionallite"],
path: "OpenTimelineIO/src/opentimelineio",
exclude: [ "CMakeLists.txt", "CORE_VERSION_MAP.last.cpp" ],
exclude: [ "CMakeLists.txt", "CORE_VERSION_MAP.last.cpp", "OpentimelineIOConfig.cmake.in"],
sources: ["."],
publicHeadersPath: ".",
cxxSettings: [
Expand Down

0 comments on commit 77d532f

Please sign in to comment.