Skip to content

Commit

Permalink
CMake: Remove Carbon framework as library
Browse files Browse the repository at this point in the history
We no longer use any trace of Carbon except in ImportQT, but that's
going to be dropped in the near future.

Signed-off-by: Avery King <avery98@pm.me>
  • Loading branch information
generic-pers0n committed Sep 14, 2024
1 parent 51a3484 commit d155952
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,6 @@ elseif( CMAKE_SYSTEM_NAME MATCHES "Darwin" )
PRIVATE
"-framework Foundation"
"-framework Cocoa"
"-framework Carbon"
)
if(USE_AUDIO_UNITS)
list(APPEND LIBRARIES
Expand Down

0 comments on commit d155952

Please sign in to comment.