cmake: on Apple, check for presence of an OBJC compiler

This commit is contained in:
Anonymous Maarten
2022-10-29 03:20:30 +02:00
committed by Anonymous Maarten
parent 04bcc910e9
commit 61297f703a
2 changed files with 8 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ endif()
include(CheckLibraryExists)
include(CheckIncludeFiles)
include(CheckIncludeFile)
include(CheckLanguage)
include(CheckSymbolExists)
include(CheckCSourceCompiles)
include(CheckCSourceRuns)