瀏覽代碼

cmake: enable_language(OBJC) to fix check_objc_source_compiles().

Ozkan Sezer 3 年之前
父節點
當前提交
3c9ac4489e
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      cmake/macros.cmake

+ 1 - 0
cmake/macros.cmake

@@ -101,6 +101,7 @@ if(${CMAKE_VERSION} VERSION_LESS "3.16.0")
   endmacro()
 else()
   include(CheckOBJCSourceCompiles)
+  enable_language(OBJC)
 endif()
 
 if(CMAKE_VERSION VERSION_LESS 3.13.0)