From 3103682707c7a287ae5ca3d9c5cdc2f78f317ccf Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 19 Dec 2024 22:44:08 +0900 Subject: [PATCH] comment --- cmake/LLVM.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/LLVM.cmake b/cmake/LLVM.cmake index 87e7151b..c84c5c92 100644 --- a/cmake/LLVM.cmake +++ b/cmake/LLVM.cmake @@ -4,6 +4,7 @@ if(NOT CMAKE_TOOLCHAIN_FILE) # # Don't prefer homebrew clang on the CI because we want # to produce universal binaries there. +# cf. https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables#default-environment-variables if(NOT DEFINED ENV{CI}) if(NOT DEFINED CUSTOM_LLVM_HOME) # Note: The recent macOS SDKs (eg. math.h from macOS SDK 15) assume that