Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Remove `Heap+OrderedViews.swift` from the source list after apple#119.
  • Loading branch information
compnerd authored Oct 22, 2021
1 parent aba0791 commit 1c1e620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/PriorityQueueModule/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ add_library(PriorityQueueModule
Heap.swift
Heap+ExpressibleByArrayLiteral.swift
Heap+Invariants.swift
Heap+OrderedViews.swift
Heap+UnsafeHandle.swift)
set_target_properties(PriorityQueueModule PROPERTIES
INTERFACE_INCLUDE_DIRECTORIES ${CMAKE_Swift_MODULE_DIRECTORY})
Expand Down

0 comments on commit 1c1e620

Please sign in to comment.