diff --git a/CMakeLists.txt b/CMakeLists.txt index 2748da9119..f91bb19131 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -513,7 +513,6 @@ endfunction() # Platform-specific library requirements # Put these BEFORE EXTERNALS or Boost WILL die # ============================================= - if (APPLE) foreach(fw Carbon Metal Cocoa IOKit CoreVideo CoreMedia Security UniformTypeIdentifiers) find_library(${fw}_LIBRARY ${fw} REQUIRED)