Try out check_language for detecting support

This commit is contained in:
Darryl Pogue 2024-05-30 14:33:31 -07:00
parent ffc08b587a
commit 8a386d143b
No known key found for this signature in database
GPG key ID: CB824715C3E6FD41

View file

@ -1,8 +1,12 @@
cmake_minimum_required(VERSION 3.12)
set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH};${CMAKE_SOURCE_DIR}/cmake")
include(CheckLanguage)
enable_language(Metal)
check_language(Metal)
if(CMAKE_Metal_COMPILER)
enable_language(Metal)
endif()
project(metaltest)
add_library(metaltest