Skip to content

Instantly share code, notes, and snippets.

@TimMoore
Created October 19, 2022 07:00
Show Gist options
  • Save TimMoore/42326a52ccfe8d1103c4172e9b59a458 to your computer and use it in GitHub Desktop.
Save TimMoore/42326a52ccfe8d1103c4172e9b59a458 to your computer and use it in GitHub Desktop.
cmake --trace-expand -G Xcode ..
This file has been truncated, but you can view the full file.
Last login: Wed Oct 19 13:47:06 on ttys005
tmoore@Tims-MBP build % cmake --trace-expand -G Xcode ..
Running with expanded trace output on.
/Users/tmoore/Projects/wavefile/CMakeLists.txt(1): cmake_minimum_required(VERSION 3.19 )
/Users/tmoore/Projects/wavefile/CMakeLists.txt(3): set(CMAKE_OSX_ARCHITECTURES x86_64;arm64 )
/Users/tmoore/Projects/wavefile/CMakeLists.txt(5): string(REGEX REPLACE (.*)/ THIS_FOLDER_NAME /Users/tmoore/Projects/wavefile )
/Users/tmoore/Projects/wavefile/CMakeLists.txt(6): project(wavefile )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(35): if(CMAKE_HOST_UNIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(36): find_program(CMAKE_UNAME uname /bin /usr/bin /usr/local/bin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(37): if(CMAKE_UNAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(38): if(CMAKE_HOST_SYSTEM_NAME STREQUAL AIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(44): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(45): exec_program(/usr/bin/uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(47): if(CMAKE_HOST_SYSTEM_NAME MATCHES Linux|CYGWIN.*|MSYS.*|^GNU$|Android )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(50): elseif(CMAKE_HOST_SYSTEM_NAME MATCHES Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(52): if(DEFINED CMAKE_APPLE_SILICON_PROCESSOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(54): elseif(DEFINED ENV{CMAKE_APPLE_SILICON_PROCESSOR} )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(56): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(57): set(_CMAKE_APPLE_SILICON_PROCESSOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(59): if(_CMAKE_APPLE_SILICON_PROCESSOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(74): if(_CMAKE_APPLE_SILICON_PROCESSOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(76): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(77): exec_program(/usr/bin/uname ARGS -m OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_PROCESSOR RETURN_VALUE val )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(80): unset(_CMAKE_APPLE_SILICON_PROCESSOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(81): if(CMAKE_HOST_SYSTEM_PROCESSOR STREQUAL Power Macintosh )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(97): if(0 GREATER 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(100): set(CMAKE_UNAME /usr/bin/uname CACHE INTERNAL uname command )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(102): string(REPLACE " CMAKE_HOST_SYSTEM_PROCESSOR arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(103): string(REPLACE / _ CMAKE_HOST_SYSTEM_PROCESSOR arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(119): if(CMAKE_TOOLCHAIN_FILE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(138): if(CMAKE_SYSTEM_NAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(143): elseif(CMAKE_VS_WINCE_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(149): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(150): set(CMAKE_SYSTEM_NAME Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(151): if(NOT DEFINED CMAKE_SYSTEM_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(152): set(CMAKE_SYSTEM_VERSION 21.6.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(154): set(CMAKE_SYSTEM_PROCESSOR arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(155): set(CMAKE_CROSSCOMPILING FALSE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(156): set(PRESET_CMAKE_SYSTEM_NAME FALSE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(159): include(Platform/Darwin-Determine OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(161): set(CMAKE_SYSTEM Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(162): if(CMAKE_SYSTEM_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(163): string(APPEND CMAKE_SYSTEM -21.6.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(165): set(CMAKE_HOST_SYSTEM Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(166): if(CMAKE_HOST_SYSTEM_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(167): string(APPEND CMAKE_HOST_SYSTEM -21.6.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(172): if(CMAKE_BINARY_DIR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(174): if(PRESET_CMAKE_SYSTEM_NAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(179): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(180): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log The system is: Darwin - 21.6.0 - arm64
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(186): set(INCLUDE_CMAKE_TOOLCHAIN_FILE_IF_REQUIRED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(187): if(CMAKE_TOOLCHAIN_FILE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineSystem.cmake(192): configure_file(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystem.cmake.in /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake @ONLY )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(1): set(CMAKE_HOST_SYSTEM Darwin-21.6.0 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(2): set(CMAKE_HOST_SYSTEM_NAME Darwin )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(3): set(CMAKE_HOST_SYSTEM_VERSION 21.6.0 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(4): set(CMAKE_HOST_SYSTEM_PROCESSOR arm64 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(8): set(CMAKE_SYSTEM Darwin-21.6.0 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(9): set(CMAKE_SYSTEM_NAME Darwin )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(10): set(CMAKE_SYSTEM_VERSION 21.6.0 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(11): set(CMAKE_SYSTEM_PROCESSOR arm64 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(13): set(CMAKE_CROSSCOMPILING FALSE )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeSystem.cmake(15): set(CMAKE_SYSTEM_LOADED 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake(19): set(CMAKE_EFFECTIVE_SYSTEM_NAME Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake(21): include(Platform/Darwin-Initialize OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(2): execute_process(COMMAND xcode-select -print-path OUTPUT_VARIABLE _stdout OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_VARIABLE _stderr RESULT_VARIABLE _failed )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(7): if(NOT _failed AND IS_DIRECTORY /Applications/Xcode.app/Contents/Developer )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(8): set(OSX_DEVELOPER_ROOT /Applications/Xcode.app/Contents/Developer )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(15): execute_process(COMMAND sw_vers -productVersion OUTPUT_VARIABLE CURRENT_OSX_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(20): set(CMAKE_OSX_ARCHITECTURES CACHE STRING Build architectures for OSX )
CMake Warning (dev) at /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake:20 (set):
Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of
the same name. Run "cmake --help-policy CMP0126" for policy details. Use
the cmake_policy command to set the policy and suppress this warning.
For compatibility with older versions of CMake, normal variable
"CMAKE_OSX_ARCHITECTURES" will be removed from the current scope.
Call Stack (most recent call first):
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake:21 (include)
CMakeLists.txt:6 (project)
This warning is for project developers. Use -Wno-dev to suppress it.
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(23): if(NOT CMAKE_CROSSCOMPILING AND CMAKE_SYSTEM_NAME STREQUAL Darwin AND CMAKE_HOST_SYSTEM_PROCESSOR MATCHES ^(arm64|x86_64)$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(26): execute_process(COMMAND sysctl -q hw.optional.arm64 OUTPUT_VARIABLE _sysctl_stdout ERROR_VARIABLE _sysctl_stderr RESULT_VARIABLE _sysctl_result )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(35): if(_sysctl_result EQUAL 0 AND _sysctl_stdout MATCHES hw.optional.arm64: 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(36): set(_CMAKE_APPLE_ARCHS_DEFAULT arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(38): unset(_sysctl_result )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(39): unset(_sysctl_stderr )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(40): unset(_sysctl_stdout )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(45): set(CMAKE_EFFECTIVE_SYSTEM_NAME Apple )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(50): string(REGEX REPLACE ^([0-9]+\.[0-9]+).*$ \1 _CURRENT_OSX_VERSION 12.6 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(57): if(CMAKE_SYSTEM_NAME STREQUAL Darwin AND _CURRENT_OSX_VERSION VERSION_GREATER 10.3 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(58): set(CMAKE_OSX_DEPLOYMENT_TARGET CACHE STRING Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value. )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(65): if(CMAKE_OSX_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(68): elseif(NOT x STREQUAL x AND ( NOT x MATCHES / OR IS_DIRECTORY ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(72): elseif(CMAKE_SYSTEM_NAME STREQUAL iOS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(74): elseif(CMAKE_SYSTEM_NAME STREQUAL tvOS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(76): elseif(CMAKE_SYSTEM_NAME STREQUAL watchOS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(78): elseif(Xcode MATCHES Xcode OR CMAKE_OSX_DEPLOYMENT_TARGET OR CMAKE_OSX_ARCHITECTURES MATCHES [^;] OR NOT EXISTS /usr/include/sys/types.h )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(83): set(_CMAKE_OSX_SDKS_DIR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(84): if(OSX_DEVELOPER_ROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(85): foreach(_d Platforms/MacOSX.platform/Developer/SDKs SDKs )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(86): file(GLOB _CMAKE_OSX_SDKS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/* )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(87): if(_CMAKE_OSX_SDKS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(88): set(_CMAKE_OSX_SDKS_DIR /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(89): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(94): if(_CMAKE_OSX_SDKS_DIR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(96): set(_CMAKE_OSX_LATEST_SDK_VERSION 0.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(97): file(GLOB _CMAKE_OSX_SDKS RELATIVE /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX*.sdk )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(98): foreach(_SDK MacOSX.sdk;MacOSX12.3.sdk;MacOSX12.sdk )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(99): if(IS_DIRECTORY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk AND _SDK MATCHES MacOSX([0-9]+\.[0-9]+)[^/]*\.sdk AND CMAKE_MATCH_1 VERSION_GREATER 0.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(99): if(IS_DIRECTORY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk AND _SDK MATCHES MacOSX([0-9]+\.[0-9]+)[^/]*\.sdk AND CMAKE_MATCH_1 VERSION_GREATER 0.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(102): set(_CMAKE_OSX_LATEST_SDK_VERSION 12.3 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(99): if(IS_DIRECTORY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.sdk AND _SDK MATCHES MacOSX([0-9]+\.[0-9]+)[^/]*\.sdk AND CMAKE_MATCH_1 VERSION_GREATER 12.3 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(106): if(NOT _CMAKE_OSX_LATEST_SDK_VERSION STREQUAL 0.0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(107): set(_CMAKE_OSX_SYSROOT_DEFAULT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(112): if(NOT CMAKE_CROSSCOMPILING AND NOT CMAKE_OSX_DEPLOYMENT_TARGET AND ( _CURRENT_OSX_VERSION VERSION_LESS _CMAKE_OSX_LATEST_SDK_VERSION OR _CMAKE_OSX_LATEST_SDK_VERSION STREQUAL 0.0 ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(126): set(_CMAKE_OSX_SYSROOT_TYPE STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(127): foreach(_v CMAKE_OSX_SYSROOT _CMAKE_OSX_SYSROOT_DEFAULT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(128): if(x MATCHES / )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(128): if(x/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk MATCHES / )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(129): set(_CMAKE_OSX_SYSROOT_TYPE PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(130): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(133): set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk CACHE PATH The product will be built against the headers and libraries located inside the indicated SDK. )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(137): function(_apple_resolve_sdk_path sdk_name ret )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(148): function(_apple_resolve_supported_archs_for_sdk_from_system_lib sdk_path ret ret_failed )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(229): function(_apple_resolve_multi_arch_sysroots )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(295): _apple_resolve_multi_arch_sysroots()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(230): if(DEFINED CMAKE_APPLE_ARCH_SYSROOTS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(234): list(LENGTH CMAKE_OSX_ARCHITECTURES _num_archs )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(235): if(NOT ( _num_archs GREATER 1 ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(236): return()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(298): set(_CMAKE_OSX_SYSROOT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(299): if(CMAKE_OSX_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(300): if(x/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk MATCHES / )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(302): if(NOT IS_DIRECTORY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Initialize.cmake(307): set(_CMAKE_OSX_SYSROOT_PATH /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake(23): set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(24): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(5): macro(_cmake_find_compiler lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(115): macro(_cmake_find_compiler_path lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(155): function(_cmake_find_compiler_sysroot lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(27): include(Platform/Darwin-Determine-C OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(28): include(Platform/Darwin-C OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(29): if(NOT CMAKE_C_COMPILER_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(30): set(CMAKE_C_COMPILER_NAMES cc )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(33): if(Xcode MATCHES Visual Studio )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(34): elseif(Xcode MATCHES Green Hills MULTI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(35): elseif(Xcode MATCHES Xcode )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(36): set(CMAKE_C_COMPILER_XCODE_TYPE sourcecode.c.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(37): _cmake_find_compiler_path(C )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(116): if(CMAKE_C_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(95): if(CMAKE_C_COMPILER_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(99): if(NOT CMAKE_C_COMPILER_ID_RUN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(100): set(CMAKE_C_COMPILER_ID_RUN 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(103): set(CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(104): set(CMAKE_C_PLATFORM_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(105): file(READ /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakePlatformId.h.in CMAKE_C_COMPILER_ID_PLATFORM_CONTENT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(110): list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(111): set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(112): set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR IAR .+ Compiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(119): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_REGEX
Ld[^
]*(
[ ]+[^
]*)*
[ ]+([^
]+)[^
]*-o[^
]*CompilerIdC/(\./)?(CompilerIdC.(framework|xctest|build/[^
]+)/)?CompilerIdC[
\"] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(120): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_INDEX 2 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(122): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(4): macro(__determine_compiler_id_test testflags_var userflags_var )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(20): function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(296): include(CMakeCompilerIdDetection )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(5): function(_readFile file )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(14): function(compiler_id_detection outvar lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(300): function(CMAKE_DETERMINE_COMPILER_ID_WRITE lang src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(318): function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags userflags src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(801): function(CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR lang output )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(812): function(CMAKE_DETERMINE_COMPILER_ID_CHECK lang file )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1049): function(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1110): function(CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX lang userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(123): CMAKE_DETERMINE_COMPILER_ID(C CFLAGS CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(22): string(STRIP CMAKE_C_COMPILER_ID_ARG1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(23): string(REGEX REPLACE + ; CMAKE_C_COMPILER_ID_ARG1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(26): if(CMAKE_C_FLAGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(28): elseif(DEFINED ENV{CFLAGS} )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(30): else(CMAKE_C_FLAGS_INIT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(31): set(CMAKE_C_COMPILER_ID_FLAGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(33): string(REPLACE ; CMAKE_C_COMPILER_ID_FLAGS_LIST )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(36): set(CMAKE_C_COMPILER_ID_DIR /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(40): if(CMAKE_C_COMPILER_ID_REQUIRE_SUCCESS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(54): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(57): foreach(userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(58): foreach(testflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(59): __determine_compiler_id_test(testflags userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(5): separate_arguments(testflags UNIX_COMMAND )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(6): CMAKE_DETERMINE_COMPILER_ID_BUILD(C CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(320): file(REMOVE_RECURSE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(321): file(MAKE_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(322): file(MAKE_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(323): CMAKE_DETERMINE_COMPILER_ID_WRITE(C CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(301): find_file(src_in CMakeCCompilerId.c.in PATHS /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(302): file(READ /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCCompilerId.c.in ID_CONTENT_IN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(304): compiler_id_detection(CMAKE_C_COMPILER_ID_CONTENT C ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT xC STREQUAL xFortran AND NOT xC STREQUAL xCSharp AND NOT xC STREQUAL xISPC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(18): file(GLOB lang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/*-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(20): set(nonlang CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(21): if(xC STREQUAL xCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(25): file(GLOB nonlang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/*-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(27): list(REMOVE_ITEM lang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(30): set(files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(31): if(files )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(32): foreach(file /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_ADI_COMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(_ADI_COMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) && !defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) && !defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__ARMCOMPILER_VERSION) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(9): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMClang defined(__clang__) && defined(__ARMCOMPILER_VERSION) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__BCC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Bruce-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Bruce PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Bruce PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Bruce defined(__BCC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__CLANG_FUJITSU) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId FujitsuClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_FujitsuClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_FujitsuClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_FujitsuClang defined(__CLANG_FUJITSU) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ghs__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__ghs__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_cc) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_cc) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake(24): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake(26): set(_compiler_id_version_compute
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__open_xl__) && defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IBMClang-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IBMClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IBMClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IBMClang defined(__open_xl__) && defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(43): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(2): set(_compiler_id_pp_test (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(35): set(_compiler_id_simulate
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IntelLLVM-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IntelLLVM
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IntelLLVM
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IntelLLVM (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId LCC-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_LCC
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_LCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_LCC defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCOMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVHPC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVHPC
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVHPC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVHPC defined(__NVCOMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# elif defined(__clang__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(22): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# elif defined(__clang__)
# define @PREFIX@SIMULATE_ID "Clang"
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# elif defined(__clang__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# elif defined(__clang__)
# define @PREFIX@SIMULATE_ID "Clang"
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(4): set(_compiler_id_pp_test defined(__SDCC_VERSION_MAJOR) || defined(SDCC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(6): set(_compiler_id_version_compute
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SDCC-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SDCC
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SDCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SDCC defined(__SDCC_VERSION_MAJOR) || defined(SDCC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_C) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_C) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TINYC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TinyCC-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TinyCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TinyCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TinyCC defined(__TINYC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ibmxl__) && defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XLClang-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XLClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XLClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XLClang defined(__ibmxl__) && defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && defined(__COMPILER_VER__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-C-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMC__) && defined(__COMPILER_VER__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(36): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(37): set(oneValueArgs PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(38): cmake_parse_arguments(CID ID_STRING;VERSION_STRINGS;ID_DEFINE;PLATFORM_DEFAULT_COMPILER PREFIX ID_STRING;VERSION_STRINGS;PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(39): if(CID_UNPARSED_ARGUMENTS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(45): if(xC STREQUAL xCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(50): list(APPEND ordered_compilers Intel IntelLLVM PathScale Embarcadero Borland Watcom OpenWatcom SunPro HP Compaq zOS IBMClang XLClang XL VisualAge NVHPC PGI Cray TI FujitsuClang Fujitsu GHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(74): if(xC STREQUAL xC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(75): list(APPEND ordered_compilers TinyCC Bruce )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(80): list(APPEND ordered_compilers SCO ARMCC AppleClang ARMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(86): list(APPEND ordered_compilers Clang LCC GNU MSVC ADSP IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(94): if(xC STREQUAL xC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(95): list(APPEND ordered_compilers SDCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(100): if(xC STREQUAL xCUDA )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(104): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(112): set(pp_if #if )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(114): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(118): foreach(Id Intel;IntelLLVM;PathScale;Embarcadero;Borland;Watcom;OpenWatcom;SunPro;HP;Compaq;zOS;IBMClang;XLClang;XL;VisualAge;NVHPC;PGI;Cray;TI;FujitsuClang;Fujitsu;GHS;TinyCC;Bruce;SCO;ARMCC;AppleClang;ARMClang;Clang;LCC;GNU;MSVC;ADSP;IAR;SDCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Intel )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #if defined(__INTEL_COMPILER) || defined(__ICC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IntelLLVM )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PathScale )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PATHCC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PathScale" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Embarcadero )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Embarcadero" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Borland )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Borland" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Watcom )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Watcom" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_OpenWatcom )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "OpenWatcom" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SunPro )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SUNPRO_C)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SunPro" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_HP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__HP_cc)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "HP" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __HP_cc = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Compaq )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__DECC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Compaq" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __DECC_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_zOS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && defined(__COMPILER_VER__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "zOS" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IBMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__open_xl__) && defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IBMClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XLClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ibmxl__) && defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XLClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XL" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_VisualAge )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "VisualAge" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMC__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_NVHPC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__NVCOMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "NVHPC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PGI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PGI)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PGI" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Cray )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_CRAYC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Cray" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TI_COMPILER_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TI" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_FujitsuClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__CLANG_FUJITSU)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "FujitsuClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Fujitsu )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__FUJITSU)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Fujitsu" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ghs__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GHS" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TinyCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TINYC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TinyCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Bruce )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BCC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Bruce" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SCO )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SCO_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SCO" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ARMCC_VERSION) && !defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "LCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GNU )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__GNUC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GNU" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_MSVC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_MSC_VER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "MSVC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ADSP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_ADI_COMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ADSP" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IAR" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SDCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SDCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100)
# define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(143): if(CID_PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(144): set(platform_compiler_detection
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID "" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(155): string(APPEND CMAKE_C_COMPILER_ID_CONTENT
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(158): set(CMAKE_C_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(310): unset(src_in CACHE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(311): string(CONFIGURE #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
@CMAKE_C_COMPILER_ID_CONTENT@
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
@CMAKE_C_COMPILER_ID_PLATFORM_CONTENT@
@CMAKE_C_COMPILER_ID_ERROR_FOR_TEST@
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_VERSION "90"
# else
# define C_VERSION
# endif
#elif __STDC_VERSION__ > 201710L
# define C_VERSION "23"
#elif __STDC_VERSION__ >= 201710L
# define C_VERSION "17"
#elif __STDC_VERSION__ >= 201000L
# define C_VERSION "11"
#elif __STDC_VERSION__ >= 199901L
# define C_VERSION "99"
#else
# define C_VERSION "90"
#endif
const char* info_language_standard_default =
"INFO" ":" "standard_default[" C_VERSION "]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
#endif
ID_CONTENT_OUT @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(312): file(WRITE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c #ifdef __cplusplus
# error "A C++ compiler has been selected for C."
#endif
#if defined(__18CXX)
# define ID_VOID_MAIN
#endif
#if defined(__CLASSIC_C__)
/* cv-qualifiers did not exist in K&R C */
# define const
# define volatile
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_C)
# define COMPILER_ID "SunPro"
# if __SUNPRO_C >= 0x5100
/* __SUNPRO_C = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF)
# endif
#elif defined(__HP_cc)
# define COMPILER_ID "HP"
/* __HP_cc = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_cc % 100)
#elif defined(__DECC)
# define COMPILER_ID "Compaq"
/* __DECC_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000)
#elif defined(__IBMC__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800
# define COMPILER_ID "XL"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMC__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__TINYC__)
# define COMPILER_ID "TinyCC"
#elif defined(__BCC__)
# define COMPILER_ID "Bruce"
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__)
# define COMPILER_ID "GNU"
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
# define COMPILER_ID "SDCC"
# if defined(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
# define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
# define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
# else
/* SDCC = VRP */
# define COMPILER_VERSION_MAJOR DEC(SDCC/100)
# define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
# define COMPILER_VERSION_PATCH DEC(SDCC % 10)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
# elif defined(_ADI_COMPILER)
# define PLATFORM_ID "ADSP"
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
# elif defined(__ADSPSHARC__)
# define ARCHITECTURE_ID "SHARC"
# elif defined(__ADSPBLACKFIN__)
# define ARCHITECTURE_ID "Blackfin"
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if !defined(__STDC__) && !defined(__clang__)
# if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__)
# define C_VERSION "90"
# else
# define C_VERSION
# endif
#elif __STDC_VERSION__ > 201710L
# define C_VERSION "23"
#elif __STDC_VERSION__ >= 201710L
# define C_VERSION "17"
#elif __STDC_VERSION__ >= 201000L
# define C_VERSION "11"
#elif __STDC_VERSION__ >= 199901L
# define C_VERSION "99"
#else
# define C_VERSION "90"
#endif
const char* info_language_standard_default =
"INFO" ":" "standard_default[" C_VERSION "]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
#ifdef ID_VOID_MAIN
void main() {}
#else
# if defined(__CLASSIC_C__)
int main(argc, argv) int argc; char *argv[];
# else
int main(int argc, char* argv[])
# endif
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
require += info_arch[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(326): set(COMPILER_DESCRIPTION Compiler:
Build flags:
Id flags:
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(333): if(Xcode MATCHES Visual Studio ([0-9]+) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(556): elseif(Xcode MATCHES Xcode )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(557): set(id_lang C )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(558): set(id_type sourcecode.c.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(559): set(id_dir /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(560): set(id_src CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(561): if(CMAKE_XCODE_PLATFORM_TOOLSET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(563): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(564): set(id_toolset )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(566): set(id_lang_version )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(567): if(xC STREQUAL xSwift )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(577): elseif(xC STREQUAL xC OR xC STREQUAL xOBJC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(578): if(CMAKE_C_COMPILER_ID_FLAGS MATCHES (^| )(-std=[^ ]+)( |$) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(586): if(CMAKE_OSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(589): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(590): set(id_deployment_target )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(592): set(id_product_type com.apple.product-type.tool )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(593): if(CMAKE_OSX_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(594): set(id_sdkroot SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk"; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(595): if(CMAKE_OSX_SYSROOT MATCHES (^|/)[Ii][Pp][Hh][Oo][Nn][Ee] OR CMAKE_OSX_SYSROOT MATCHES (^|/)[Aa][Pp][Pp][Ll][Ee][Tt][Vv] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(598): elseif(CMAKE_OSX_SYSROOT MATCHES (^|/)[Ww][Aa][Tt][Cc][Hh] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(604): set(id_clang_cxx_library )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(605): set(stdlib_regex (^| )(-stdlib=)([^ ]+)( |$) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(606): string(REGEX MATCHALL (^| )(-stdlib=)([^ ]+)( |$) all_stdlib_matches )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(607): if(all_stdlib_matches )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(613): if(CMAKE_SYSTEM_NAME STREQUAL Darwin AND CMAKE_OSX_SYSROOT MATCHES ^$|[Mm][Aa][Cc][Oo][Ss] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(614): set(id_code_sign_identity - )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(616): if(_CMAKE_APPLE_ARCHS_DEFAULT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(617): set(id_archs ARCHS = "arm64"; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(618): set(id_arch_active ONLY_ACTIVE_ARCH = NO; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(628): configure_file(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CompilerId/Xcode-3.pbxproj.in /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj/project.pbxproj @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(630): unset(_ENV_MACOSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(631): if(DEFINED ENV{MACOSX_DEPLOYMENT_TARGET} )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(635): execute_process(COMMAND xcodebuild WORKING_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC OUTPUT_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT ERROR_VARIABLE CMAKE_C_COMPILER_ID_OUTPUT RESULT_VARIABLE CMAKE_C_COMPILER_ID_RESULT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(641): if(DEFINED _ENV_MACOSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(645): if(DEFINED CMAKE_C_COMPILER_ID_TOOL_MATCH_REGEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(646): if(Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
MATCHES
Ld[^
]*(
[ ]+[^
]*)*
[ ]+([^
]+)[^
]*-o[^
]*CompilerIdC/(\./)?(CompilerIdC.(framework|xctest|build/[^
]+)/)?CompilerIdC[
\"] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(647): set(_comp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(648): if(EXISTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(649): set(CMAKE_C_COMPILER_ID_TOOL /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(653): if(Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
MATCHES ARCHS=([^%
]+)[
] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(654): set(CMAKE_C_XCODE_ARCHS arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(655): separate_arguments(CMAKE_C_XCODE_ARCHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(656): set(CMAKE_C_XCODE_ARCHS arm64 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(718): if(CMAKE_C_COMPILER_ID_RESULT OR CMAKE_C_COMPILER_ID_OUTPUT MATCHES warning #5117: Bad # preprocessor line )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(745): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(747): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(758): string(REGEX REPLACE ([][]) [\1] _glob_id_dir /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(759): file(GLOB files RELATIVE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/* /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/*.xctest/* /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/*.framework/* )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(771): list(REMOVE_ITEM files CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(772): set(COMPILER_C_PRODUCED_FILES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(773): foreach(file CompilerIdC;CompilerIdC.build;CompilerIdC.xcodeproj;EagerLinkingTBDs;XCBuildData;tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(775): list(APPEND COMPILER_C_PRODUCED_FILES CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(776): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log Compilation of the C compiler identification source " CMakeCCompilerId.c" produced "CompilerIdC"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/XCBuildData )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(782): if(NOT COMPILER_C_PRODUCED_FILES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(790): set(COMPILER_C_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(794): set(COMPILER_C_PRODUCED_FILES CompilerIdC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(795): set(COMPILER_C_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(7): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(C Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(802): foreach(vendor )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(807): set(CMAKE_C_COMPILER_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(9): if(NOT CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(10): foreach(file CompilerIdC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(11): CMAKE_DETERMINE_COMPILER_ID_CHECK(C /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC CMakeCCompilerId.c )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(814): if(NOT CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(816): set(COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(817): set(COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(818): set(COMPILER_VERSION_MAJOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(819): set(COMPILER_VERSION_MINOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(820): set(COMPILER_VERSION_PATCH 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(821): set(COMPILER_VERSION_TWEAK 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(822): set(COMPILER_VERSION_INTERNAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(823): set(HAVE_COMPILER_VERSION_MAJOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(824): set(HAVE_COMPILER_VERSION_MINOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(825): set(HAVE_COMPILER_VERSION_PATCH 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(826): set(HAVE_COMPILER_VERSION_TWEAK 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(827): set(COMPILER_WRAPPER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(828): set(DIGIT_VALUE_1 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(829): set(DIGIT_VALUE_2 10 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(830): set(DIGIT_VALUE_3 100 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(831): set(DIGIT_VALUE_4 1000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(832): set(DIGIT_VALUE_5 10000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(833): set(DIGIT_VALUE_6 100000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(834): set(DIGIT_VALUE_7 1000000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(835): set(DIGIT_VALUE_8 10000000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(836): set(PLATFORM_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(837): set(ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(838): set(SIMULATE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(839): set(SIMULATE_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(840): set(CMAKE_C_COMPILER_ID_STRING_REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(841): foreach(encoding ENCODING;UTF-16LE ENCODING;UTF-16BE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(842): file(STRINGS /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC CMAKE_C_COMPILER_ID_STRINGS LIMIT_COUNT 38 REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(845): if(NOT CMAKE_C_COMPILER_ID_STRINGS STREQUAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(846): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(851): if(CMAKE_C_COMPILER_ID_STRINGS STREQUAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(860): list(FILTER CMAKE_C_COMPILER_ID_STRINGS EXCLUDE REGEX \?<Constant \" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(865): if(CMAKE_C_COMPILER_ID_STRINGS MATCHES (.)I.N.F.O.:. )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(871): string(REGEX MATCHALL INFO:[A-Za-z0-9_]+\[([^]"]*)\] CMAKE_C_COMPILER_ID_STRINGS INFO:compiler[AppleClang];INFO:platform[Darwin];INFO:arch[];INFO:standard_default[17];INFO:extensions_default[ON];INFO:compiler_version[00000014.00000000.00000000.14000029] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(875): list(REMOVE_DUPLICATES CMAKE_C_COMPILER_ID_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(877): set(COMPILER_ID_TWICE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(878): foreach(info INFO:compiler[AppleClang];INFO:platform[Darwin];INFO:arch[];INFO:standard_default[17];INFO:extensions_default[ON];INFO:compiler_version[00000014.00000000.00000000.14000029] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler[AppleClang] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(880): if(COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(883): set(COMPILER_ID AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler[AppleClang] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler[AppleClang] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler[AppleClang] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler[AppleClang] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler[AppleClang] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler[AppleClang] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler[AppleClang] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:platform[Darwin] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:platform[Darwin] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(886): set(PLATFORM_ID Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:platform[Darwin] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:platform[Darwin] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:platform[Darwin] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:platform[Darwin] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:platform[Darwin] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:platform[Darwin] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:platform[Darwin] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:platform[Darwin] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:arch[] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:arch[] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:arch[] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(889): set(ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:arch[] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:arch[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:arch[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:arch[] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:arch[] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:arch[] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:arch[] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:arch[] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:standard_default[17] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:standard_default[17] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:standard_default[17] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:standard_default[17] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:standard_default[17] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:standard_default[17] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:standard_default[17] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:standard_default[17] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:standard_default[17] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:standard_default[17] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(924): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:standard_default[17] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:extensions_default[ON] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:extensions_default[ON] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:extensions_default[ON] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:extensions_default[ON] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:extensions_default[ON] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:extensions_default[ON] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:extensions_default[ON] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:extensions_default[ON] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:extensions_default[ON] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(927): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(892): string(REGEX REPLACE ^0+([0-9]+) \1 COMPILER_VERSION 00000014.00000000.00000000.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(893): string(REGEX REPLACE \.0+([0-9]) .\1 COMPILER_VERSION 14.00000000.00000000.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(932): if(NOT DEFINED COMPILER_VERSION AND HAVE_COMPILER_VERSION_MAJOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(946): if(WIN32 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(975): if(COMPILER_ID AND NOT COMPILER_ID_TWICE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(976): set(CMAKE_C_COMPILER_ID AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(977): set(CMAKE_C_PLATFORM_ID Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(978): set(CMAKE_C_COMPILER_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(979): set(MSVC_C_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(980): set(CMAKE_C_COMPILER_VERSION 14.0.0.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(981): set(CMAKE_C_COMPILER_VERSION_INTERNAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(982): set(CMAKE_C_SIMULATE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(983): set(CMAKE_C_SIMULATE_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(987): if(CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(989): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log The C compiler identification is AppleClang, found in " /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1001): if(NOT CMAKE_EXECUTABLE_FORMAT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1002): file(READ /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC CMAKE_EXECUTABLE_MAGIC LIMIT 4 HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1005): if(cffaedfe STREQUAL 7f454c46 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1015): if(cffaedfe MATCHES feedface|cefaedfe|feedfacf|cffaedfe )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1016): set(CMAKE_EXECUTABLE_FORMAT MACHO CACHE INTERNAL Executable file format )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1020): if(cffaedfe MATCHES ^01(df|f7) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1026): set(CMAKE_C_COMPILER_ID AppleClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1027): set(CMAKE_C_PLATFORM_ID Darwin PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1028): set(CMAKE_C_COMPILER_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1029): set(MSVC_C_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1031): set(CMAKE_C_COMPILER_VERSION 14.0.0.14000029 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1032): set(CMAKE_C_COMPILER_VERSION_INTERNAL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1033): set(CMAKE_C_COMPILER_WRAPPER PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1034): set(CMAKE_C_SIMULATE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1035): set(CMAKE_C_SIMULATE_VERSION PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1036): set(COMPILER_QNXNTO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1037): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1038): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(60): if(CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(61): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(64): if(CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(65): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(71): if(CMAKE_C_COMPILER_ID_TOOL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(72): set(CMAKE_C_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(73): set(CMAKE_C_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(79): if(CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(86): if(NOT CMAKE_C_COMPILER_ID AND Xcode MATCHES Green Hills MULTI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(93): if(lang STREQUAL CUDA AND CMAKE_C_COMPILER_ID STREQUAL NVIDIA AND NOT CMAKE_C_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(109): if(lang STREQUAL Swift AND CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(133): if(lang STREQUAL ISPC AND CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(154): if(lang STREQUAL Fortran AND CMAKE_C_COMPILER_ID STREQUAL LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(174): if(COMPILER_QNXNTO AND ( CMAKE_C_COMPILER_ID STREQUAL GNU OR CMAKE_C_COMPILER_ID STREQUAL LCC ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(191): if(CMAKE_C_COMPILER_ID STREQUAL Fujitsu )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(209): if(NOT CMAKE_EXECUTABLE_FORMAT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(213): if(( CMAKE_GENERATOR MATCHES ^Ninja OR ( ( NOT DEFINED CMAKE_DEPENDS_USE_COMPILER OR CMAKE_DEPENDS_USE_COMPILER ) AND CMAKE_GENERATOR MATCHES Makefiles|WMake ) ) AND MSVC_C_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(220): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(221): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(224): set(_variant )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(225): if(xAppleClang STREQUAL xClang OR xAppleClang STREQUAL xIntelLLVM )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(246): elseif(xAppleClang STREQUAL xFujitsuClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(248): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(249): set(CMAKE_C_COMPILER_FRONTEND_VARIANT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(253): if(CMAKE_C_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(254): if(CMAKE_C_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(255): set(_version 14.0.0.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(259): if(CMAKE_C_COMPILER_ARCHITECTURE_ID AND xAppleClang STREQUAL xIAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(261): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(262): set(_archid )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(264): message(STATUS The C compiler identification is AppleClang 14.0.0.14000029 )
-- The C compiler identification is AppleClang 14.0.0.14000029
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(266): unset(_archid )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(267): unset(_version )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(268): unset(_variant )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(273): if(lang STREQUAL Fortran AND CMAKE_C_COMPILER_ID STREQUAL XL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(277): set(CMAKE_C_COMPILER_ID AppleClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(278): set(CMAKE_C_PLATFORM_ID Darwin PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(279): set(CMAKE_C_COMPILER_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(280): set(MSVC_C_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(282): set(CMAKE_C_XCODE_ARCHS arm64 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(283): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(284): set(CMAKE_C_COMPILER_FRONTEND_VARIANT PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(285): set(CMAKE_C_COMPILER_VERSION 14.0.0.14000029 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(286): set(CMAKE_C_COMPILER_VERSION_INTERNAL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(287): set(CMAKE_C_COMPILER_WRAPPER PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(288): set(CMAKE_C_SIMULATE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(289): set(CMAKE_C_SIMULATE_VERSION PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(290): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(291): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(292): set(CMAKE_C_COMPILER_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: cb89016746ac3a4b1c7f96481f313040
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/./XCBuildData/cb89016746ac3a4b1c7f96481f313040-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdC' from project 'CompilerIdC')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CMakeCCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/arm64/CompilerIdC_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdC/CompilerIdC
** BUILD SUCCEEDED **
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(293): set(CMAKE_C_COMPILER_PRODUCED_FILES CompilerIdC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(125): _cmake_find_compiler_sysroot(C )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(156): if(CMAKE_C_COMPILER_ID STREQUAL GNU OR CMAKE_C_COMPILER_ID STREQUAL LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(128): if(CMAKE_C_COMPILER_ID STREQUAL GNU )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(150): if(NOT _CMAKE_TOOLCHAIN_LOCATION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(151): get_filename_component(_CMAKE_TOOLCHAIN_LOCATION /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(161): if(NOT _CMAKE_TOOLCHAIN_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(163): if(CMAKE_C_COMPILER_ID MATCHES GNU|Clang|QCC|LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(164): get_filename_component(COMPILER_BASENAME /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang NAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(165): if(COMPILER_BASENAME MATCHES ^(.+-)?(clang|g?cc)(-cl)?(-[0-9]+(\.[0-9]+)*)?(-[^.]+)?(\.exe)?$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(166): set(_CMAKE_TOOLCHAIN_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(167): set(_CMAKE_TOOLCHAIN_SUFFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(168): set(_CMAKE_COMPILER_SUFFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(181): if( MATCHES (.+-)?llvm-$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(195): set(_CMAKE_PROCESSING_LANGUAGE C )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(196): include(CMakeFindBinUtils )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(23): cmake_policy(PUSH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(24): cmake_policy(SET CMP0057 NEW )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(27): function(__resolve_tool_path CMAKE_TOOL SEARCH_PATH DOCSTRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(60): __resolve_tool_path(CMAKE_LINKER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Default Linker )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(29): if(CMAKE_LINKER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(61): __resolve_tool_path(CMAKE_MT /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Default Manifest Tool )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(29): if(CMAKE_MT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(63): set(_CMAKE_TOOL_VARS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(66): if(( x STREQUAL xMSVC AND ( x STREQUAL xMSVC OR NOT xAppleClang STREQUAL xClang ) ) OR xAppleClang STREQUAL xMSVC OR ( CMAKE_HOST_WIN32 AND xAppleClang STREQUAL xPGI ) OR ( CMAKE_HOST_WIN32 AND xAppleClang STREQUAL xNVIDIA ) OR ( CMAKE_HOST_WIN32 AND xC STREQUAL xISPC ) OR ( CMAKE_GENERATOR MATCHES Visual Studio AND NOT CMAKE_VS_PLATFORM_NAME STREQUAL Tegra-Android ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(96): elseif(xAppleClang MATCHES ^x(Open)?Watcom$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(101): elseif(xAppleClang MATCHES ^xIAR$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(149): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(150): if(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(153): if(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(158): set(_CMAKE_AR_NAMES ar )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(159): set(_CMAKE_RANLIB_NAMES ranlib )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(160): set(_CMAKE_STRIP_NAMES strip )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(161): set(_CMAKE_LINKER_NAMES ld )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(162): set(_CMAKE_NM_NAMES nm )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(163): set(_CMAKE_OBJDUMP_NAMES objdump )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(164): set(_CMAKE_OBJCOPY_NAMES objcopy )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(165): set(_CMAKE_READELF_NAMES readelf )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(166): set(_CMAKE_DLLTOOL_NAMES dlltool )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(167): set(_CMAKE_ADDR2LINE_NAMES addr2line )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(170): if(AppleClang STREQUAL Clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(199): elseif(AppleClang STREQUAL ARMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(204): list(APPEND _CMAKE_TOOL_VARS AR RANLIB STRIP LINKER NM OBJDUMP OBJCOPY READELF DLLTOOL ADDR2LINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(207): foreach(_CMAKE_TOOL IN LISTS _CMAKE_TOOL_VARS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_AR_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_AR_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_AR_FIND_NAMES ar ar ar ar )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_AR_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_AR NAMES ar HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_AR_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_RANLIB_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_RANLIB_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_RANLIB_FIND_NAMES ranlib ranlib ranlib ranlib )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_RANLIB_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_RANLIB NAMES ranlib HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_RANLIB_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_STRIP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_STRIP_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_STRIP_FIND_NAMES strip strip strip strip )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_STRIP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_STRIP NAMES strip HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_STRIP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_LINKER_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_LINKER_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_LINKER_FIND_NAMES ld ld ld ld )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_LINKER_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_LINKER NAMES ld HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_LINKER_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_NM_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_NM_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_NM_FIND_NAMES nm nm nm nm )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_NM_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_NM NAMES nm HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_NM_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_OBJDUMP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_OBJDUMP_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_OBJDUMP_FIND_NAMES objdump objdump objdump objdump )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_OBJDUMP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_OBJDUMP NAMES objdump HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_OBJDUMP_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_OBJCOPY_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_OBJCOPY_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_OBJCOPY_FIND_NAMES objcopy objcopy objcopy objcopy )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_OBJCOPY_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_OBJCOPY NAMES objcopy HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_OBJCOPY_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_READELF_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_READELF_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_READELF_FIND_NAMES readelf readelf readelf readelf )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_READELF_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_READELF NAMES readelf HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_READELF_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_DLLTOOL_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_DLLTOOL_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_DLLTOOL_FIND_NAMES dlltool dlltool dlltool dlltool )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_DLLTOOL_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_DLLTOOL NAMES dlltool HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_DLLTOOL_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_ADDR2LINE_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_ADDR2LINE_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_ADDR2LINE_FIND_NAMES addr2line addr2line addr2line addr2line )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_ADDR2LINE_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_ADDR2LINE NAMES addr2line HINTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_ADDR2LINE_FIND_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(224): if(NOT CMAKE_RANLIB )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(229): if(CMAKE_PLATFORM_HAS_INSTALLNAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(240): foreach(_CMAKE_TOOL IN LISTS _CMAKE_TOOL_VARS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_AR PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_AR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_AR_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_RANLIB PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_RANLIB )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_RANLIB_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_STRIP PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_STRIP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_STRIP_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_LINKER PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_LINKER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_LINKER_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_NM PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_NM )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_NM_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_OBJDUMP PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_OBJDUMP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_OBJDUMP_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_OBJCOPY PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_OBJCOPY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_OBJCOPY_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_READELF PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_READELF )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_READELF_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_DLLTOOL PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_DLLTOOL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_DLLTOOL_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_ADDR2LINE PROPERTY TYPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_ADDR2LINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_ADDR2LINE_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(247): unset(_CMAKE_TOOL_VARS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(248): unset(_CMAKE_TOOL_CACHED )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(249): unset(_CMAKE_TOOL_NAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(250): unset(_CMAKE_TOOL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(252): if(xAppleClang MATCHES ^xIAR$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(259): cmake_policy(POP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(197): include(Compiler/AppleClang-FindBinUtils OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(198): unset(_CMAKE_PROCESSING_LANGUAGE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(200): if(CMAKE_C_COMPILER_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(204): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(205): set(_SET_CMAKE_C_COMPILER_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(208): if(CMAKE_C_COMPILER_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(211): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(212): set(_SET_CMAKE_C_COMPILER_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(215): if(MSVC_C_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(220): if(CMAKE_C_XCODE_ARCHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(221): set(SET_CMAKE_XCODE_ARCHS set(CMAKE_XCODE_ARCHS "arm64") )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(226): configure_file(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCCompiler.cmake.in /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCCompiler.cmake(230): set(CMAKE_C_COMPILER_ENV_VAR CC )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(1): set(CMAKE_C_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(2): set(CMAKE_C_COMPILER_ARG1 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(3): set(CMAKE_C_COMPILER_ID AppleClang )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(4): set(CMAKE_C_COMPILER_VERSION 14.0.0.14000029 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(5): set(CMAKE_C_COMPILER_VERSION_INTERNAL )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(6): set(CMAKE_C_COMPILER_WRAPPER )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(7): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(8): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(9): set(CMAKE_C_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(10): set(CMAKE_C90_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(11): set(CMAKE_C99_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(12): set(CMAKE_C11_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(13): set(CMAKE_C17_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(14): set(CMAKE_C23_COMPILE_FEATURES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(16): set(CMAKE_C_PLATFORM_ID Darwin )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(17): set(CMAKE_C_SIMULATE_ID )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(18): set(CMAKE_C_COMPILER_FRONTEND_VARIANT )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(19): set(CMAKE_C_SIMULATE_VERSION )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(23): set(CMAKE_XCODE_ARCHS arm64 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(24): set(CMAKE_AR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(25): set(CMAKE_C_COMPILER_AR )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(26): set(CMAKE_RANLIB /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(27): set(CMAKE_C_COMPILER_RANLIB )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(28): set(CMAKE_LINKER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(29): set(CMAKE_MT )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(30): set(CMAKE_COMPILER_IS_GNUCC )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(31): set(CMAKE_C_COMPILER_LOADED 1 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(32): set(CMAKE_C_COMPILER_WORKS )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(33): set(CMAKE_C_ABI_COMPILED )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(35): set(CMAKE_C_COMPILER_ENV_VAR CC )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(37): set(CMAKE_C_COMPILER_ID_RUN 1 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(38): set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(39): set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(40): set(CMAKE_C_LINKER_PREFERENCE 10 )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(43): set(CMAKE_C_SIZEOF_DATA_PTR )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(44): set(CMAKE_C_COMPILER_ABI )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(45): set(CMAKE_C_BYTE_ORDER )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(46): set(CMAKE_C_LIBRARY_ARCHITECTURE )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(48): if(CMAKE_C_SIZEOF_DATA_PTR )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(52): if(CMAKE_C_COMPILER_ABI )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(56): if(CMAKE_C_LIBRARY_ARCHITECTURE )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(60): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(61): if(CMAKE_C_CL_SHOWINCLUDES_PREFIX )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(69): set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(70): set(CMAKE_C_IMPLICIT_LINK_LIBRARIES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(71): set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES )
/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(72): set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(23): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(5): macro(_cmake_find_compiler lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(115): macro(_cmake_find_compiler_path lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(155): function(_cmake_find_compiler_sysroot lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(26): include(Platform/Darwin-Determine-CXX OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake(1): if(NOT CMAKE_CXX_COMPILER_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake(2): set(CMAKE_CXX_COMPILER_NAMES c++ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Platform/Darwin-Determine-CXX.cmake(7): set(CMAKE_CXX_COMPILER_EXCLUDE CC aCC xlC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(27): include(Platform/Darwin-CXX OPTIONAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(28): if(NOT CMAKE_CXX_COMPILER_NAMES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(32): if(Xcode MATCHES Visual Studio )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(33): elseif(Xcode MATCHES Green Hills MULTI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(34): elseif(Xcode MATCHES Xcode )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(35): set(CMAKE_CXX_COMPILER_XCODE_TYPE sourcecode.cpp.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(36): _cmake_find_compiler_path(CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(116): if(CMAKE_CXX_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(91): if(CMAKE_CXX_COMPILER_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(96): if(NOT CMAKE_CXX_COMPILER_ID_RUN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(97): set(CMAKE_CXX_COMPILER_ID_RUN 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(100): set(CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(101): set(CMAKE_CXX_PLATFORM_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(102): file(READ /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakePlatformId.h.in CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(107): list(APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(108): set(CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(109): set(CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR IAR .+ Compiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(116): set(CMAKE_CXX_COMPILER_ID_TOOL_MATCH_REGEX
Ld[^
]*(
[ ]+[^
]*)*
[ ]+([^
]+)[^
]*-o[^
]*CompilerIdCXX/(\./)?(CompilerIdCXX.(framework|xctest|build/[^
]+)/)?CompilerIdCXX[
\"] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(117): set(CMAKE_CXX_COMPILER_ID_TOOL_MATCH_INDEX 2 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(119): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(4): macro(__determine_compiler_id_test testflags_var userflags_var )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(20): function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(296): include(CMakeCompilerIdDetection )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(5): function(_readFile file )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(14): function(compiler_id_detection outvar lang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(300): function(CMAKE_DETERMINE_COMPILER_ID_WRITE lang src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(318): function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags userflags src )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(801): function(CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR lang output )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(812): function(CMAKE_DETERMINE_COMPILER_ID_CHECK lang file )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1049): function(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1110): function(CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX lang userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(120): CMAKE_DETERMINE_COMPILER_ID(CXX CXXFLAGS CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(22): string(STRIP CMAKE_CXX_COMPILER_ID_ARG1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(23): string(REGEX REPLACE + ; CMAKE_CXX_COMPILER_ID_ARG1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(26): if(CMAKE_CXX_FLAGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(28): elseif(DEFINED ENV{CXXFLAGS} )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(30): else(CMAKE_CXX_FLAGS_INIT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(31): set(CMAKE_CXX_COMPILER_ID_FLAGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(33): string(REPLACE ; CMAKE_CXX_COMPILER_ID_FLAGS_LIST )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(36): set(CMAKE_CXX_COMPILER_ID_DIR /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(40): if(CMAKE_CXX_COMPILER_ID_REQUIRE_SUCCESS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(54): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(57): foreach(userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(58): foreach(testflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(59): __determine_compiler_id_test(testflags userflags )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(5): separate_arguments(testflags UNIX_COMMAND )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(6): CMAKE_DETERMINE_COMPILER_ID_BUILD(CXX CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(320): file(REMOVE_RECURSE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(321): file(MAKE_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(322): file(MAKE_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(323): CMAKE_DETERMINE_COMPILER_ID_WRITE(CXX CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(301): find_file(src_in CMakeCXXCompilerId.cpp.in PATHS /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(302): file(READ /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCXXCompilerId.cpp.in ID_CONTENT_IN )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(304): compiler_id_detection(CMAKE_CXX_COMPILER_ID_CONTENT CXX ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT xCXX STREQUAL xFortran AND NOT xCXX STREQUAL xCSharp AND NOT xCXX STREQUAL xISPC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(18): file(GLOB lang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/*-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(20): set(nonlang CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(21): if(xCXX STREQUAL xCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(22): set(nonlang C )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(25): file(GLOB nonlang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/*-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(27): list(REMOVE_ITEM lang_files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-C-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(30): set(files /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(31): if(files )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(32): foreach(file /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_ADI_COMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(_ADI_COMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) && !defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) && !defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__ARMCOMPILER_VERSION) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake(9): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/ARMClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMClang defined(__clang__) && defined(__ARMCOMPILER_VERSION) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__COMO__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __COMO_VERSION__ = VRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Comeau-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Comeau
/* __COMO_VERSION__ = VRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Comeau PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Comeau defined(__COMO__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECCXX) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __DECCXX_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq
/* __DECCXX_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECCXX) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__CLANG_FUJITSU) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId FujitsuClang-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_FujitsuClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_FujitsuClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_FujitsuClang defined(__CLANG_FUJITSU) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ghs__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__ghs__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) || defined(__GNUG__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__GNUC__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU
# if defined(__GNUC__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) || defined(__GNUG__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_aCC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __HP_aCC = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/HP-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP
/* __HP_aCC = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_aCC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake(24): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake(26): set(_compiler_id_version_compute
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__open_xl__) && defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IBMClang-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IBMClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IBMClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IBMClang defined(__open_xl__) && defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake(43): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(2): set(_compiler_id_pp_test (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(35): set(_compiler_id_simulate
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IntelLLVM-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IntelLLVM
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IntelLLVM
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IntelLLVM (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId LCC-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_LCC
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_LCC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_LCC defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCOMPILER) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVHPC-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVHPC-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVHPC
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVHPC PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVHPC defined(__NVCOMPILER) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# elif defined(__clang__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(22): set(_compiler_id_simulate
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# elif defined(__clang__)
# define @PREFIX@SIMULATE_ID "Clang"
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA
# if defined(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# elif defined(__clang__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# elif defined(__clang__)
# define @PREFIX@SIMULATE_ID "Clang"
# elif defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_CC) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_CC) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XL-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ibmxl__) && defined(__clang__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake(3): set(_compiler_id_version_compute
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XLClang-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XLClang
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XLClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XLClang defined(__ibmxl__) && defined(__clang__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(6): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && defined(__COMPILER_VER__) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake(4): include(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake NAME_WE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-CXX-DetermineCompiler )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMCPP__) && defined(__COMPILER_VER__) PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(36): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(37): set(oneValueArgs PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(38): cmake_parse_arguments(CID ID_STRING;VERSION_STRINGS;ID_DEFINE;PLATFORM_DEFAULT_COMPILER PREFIX ID_STRING;VERSION_STRINGS;PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(39): if(CID_UNPARSED_ARGUMENTS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(45): if(xCXX STREQUAL xCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(46): list(APPEND ordered_compilers Comeau )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(50): list(APPEND ordered_compilers Intel IntelLLVM PathScale Embarcadero Borland Watcom OpenWatcom SunPro HP Compaq zOS IBMClang XLClang XL VisualAge NVHPC PGI Cray TI FujitsuClang Fujitsu GHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(74): if(xCXX STREQUAL xC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(80): list(APPEND ordered_compilers SCO ARMCC AppleClang ARMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(86): list(APPEND ordered_compilers Clang LCC GNU MSVC ADSP IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(94): if(xCXX STREQUAL xC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(100): if(xCXX STREQUAL xCUDA )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(104): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(112): set(pp_if #if )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(114): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(118): foreach(Id Comeau;Intel;IntelLLVM;PathScale;Embarcadero;Borland;Watcom;OpenWatcom;SunPro;HP;Compaq;zOS;IBMClang;XLClang;XL;VisualAge;NVHPC;PGI;Cray;TI;FujitsuClang;Fujitsu;GHS;SCO;ARMCC;AppleClang;ARMClang;Clang;LCC;GNU;MSVC;ADSP;IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Comeau )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #if defined(__COMO__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Comeau" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __COMO_VERSION__ = VRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Intel )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__INTEL_COMPILER) || defined(__ICC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
# else
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10)
# endif
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IntelLLVM )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
#if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_ID "GNU"
#endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10)
#else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
#elif defined(__GNUG__)
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
#endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PathScale )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PATHCC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PathScale" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Embarcadero )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Embarcadero" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Borland )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Borland" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __BORLANDC__ = 0xVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Watcom )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Watcom" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __WATCOMC__ = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_OpenWatcom )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "OpenWatcom" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __WATCOMC__ = VVRP + 1100 */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SunPro )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SUNPRO_CC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SunPro" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_HP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__HP_aCC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "HP" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __HP_aCC = VVRRPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Compaq )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__DECCXX)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Compaq" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __DECCXX_VER = VVRRTPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_zOS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "zOS" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IBMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__open_xl__) && defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IBMClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__)
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XLClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ibmxl__) && defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XLClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__)
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XL" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_VisualAge )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "VisualAge" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __IBMCPP__ = VRP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_NVHPC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__NVCOMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "NVHPC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PGI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PGI)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PGI" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Cray )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_CRAYC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Cray" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TI_COMPILER_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TI" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_FujitsuClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__CLANG_FUJITSU)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "FujitsuClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Fujitsu )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__FUJITSU)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Fujitsu" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__FCC_version__)
# define @PREFIX@COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version)
# elif defined(__FCC_VERSION)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION)
# endif
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ghs__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GHS" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SCO )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SCO_VERSION__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SCO" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ARMCC_VERSION) && !defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000)
#endif
VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMClang" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Clang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE
# if defined(_MSC_VER)
# define @PREFIX@SIMULATE_ID "MSVC"
# endif SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "LCC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1)
# if defined(__LCC__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define @PREFIX@SIMULATE_ID "GNU"
# define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GNU )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__GNUC__) || defined(__GNUG__)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GNU" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__GNUC__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__)
# else
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_MSVC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_MSC_VER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "MSVC" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
/* _MSC_VER = VVRR */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ADSP )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_ADI_COMPILER)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ADSP" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF)
# define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF)
#endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IAR" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE
# if defined(__VER__) && defined(__ICCARM__)
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000)
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100)
# define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100))
# define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__)
# define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__)
# endif VERSION_BLOCK @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(143): if(CID_PLATFORM_DEFAULT_COMPILER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(144): set(platform_compiler_detection
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID "" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(155): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeCompilerIdDetection.cmake(158): set(CMAKE_CXX_COMPILER_ID_CONTENT
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(310): unset(src_in CACHE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(311): string(CONFIGURE /* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
@CMAKE_CXX_COMPILER_ID_CONTENT@
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
@CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT@
@CMAKE_CXX_COMPILER_ID_ERROR_FOR_TEST@
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
# define CXX_STD __cplusplus
#endif
const char* info_language_standard_default = "INFO" ":" "standard_default["
#if CXX_STD > 202002L
"23"
#elif CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
ID_CONTENT_OUT @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(312): file(WRITE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp /* This source file must have a .cpp extension so that all C++ compilers
recognize the extension without flags. Borland does not know .cxx for
example. */
#ifndef __cplusplus
# error "A C compiler has been selected for C++."
#endif
#if !defined(__has_include)
/* If the compiler does not have __has_include, pretend the answer is
always no. */
# define __has_include(x) 0
#endif
/* Version number components: V=Version, R=Revision, P=Patch
Version date components: YYYY=Year, MM=Month, DD=Day */
#if defined(__COMO__)
# define COMPILER_ID "Comeau"
/* __COMO_VERSION__ = VRR */
# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
#elif defined(__INTEL_COMPILER) || defined(__ICC)
# define COMPILER_ID "Intel"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# if defined(__GNUC__)
# define SIMULATE_ID "GNU"
# endif
/* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later,
except that a few beta releases use the old format with V=2021. */
# if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
# if defined(__INTEL_COMPILER_UPDATE)
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
# else
# define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10)
# endif
# else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER)
# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE)
/* The third version component from --version is an update index,
but no macro is provided for it. */
# define COMPILER_VERSION_PATCH DEC(0)
# endif
# if defined(__INTEL_COMPILER_BUILD_DATE)
/* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
# define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
# endif
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER)
# define COMPILER_ID "IntelLLVM"
#if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
#endif
#if defined(__GNUC__)
# define SIMULATE_ID "GNU"
#endif
/* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and
* later. Look for 6 digit vs. 8 digit version number to decide encoding.
* VVVV is no smaller than the current year when a version is released.
*/
#if __INTEL_LLVM_COMPILER < 1000000L
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10)
#else
# define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000)
# define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100)
#endif
#if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
#endif
#if defined(__GNUC__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
#elif defined(__GNUG__)
# define SIMULATE_VERSION_MAJOR DEC(__GNUG__)
#endif
#if defined(__GNUC_MINOR__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
#endif
#if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
#endif
#elif defined(__PATHCC__)
# define COMPILER_ID "PathScale"
# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
# if defined(__PATHCC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
# endif
#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
# define COMPILER_ID "Embarcadero"
# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF)
#elif defined(__BORLANDC__)
# define COMPILER_ID "Borland"
/* __BORLANDC__ = 0xVRR */
# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
# define COMPILER_ID "Watcom"
/* __WATCOMC__ = VVRR */
# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__WATCOMC__)
# define COMPILER_ID "OpenWatcom"
/* __WATCOMC__ = VVRP + 1100 */
# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
# if (__WATCOMC__ % 10) > 0
# define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
# endif
#elif defined(__SUNPRO_CC)
# define COMPILER_ID "SunPro"
# if __SUNPRO_CC >= 0x5100
/* __SUNPRO_CC = 0xVRRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# else
/* __SUNPRO_CC = 0xVRP */
# define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
# define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
# define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF)
# endif
#elif defined(__HP_aCC)
# define COMPILER_ID "HP"
/* __HP_aCC = VVRRPP */
# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
# define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100)
#elif defined(__DECCXX)
# define COMPILER_ID "Compaq"
/* __DECCXX_VER = VVRRTPPPP */
# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100)
# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000)
#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
# define COMPILER_ID "zOS"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__open_xl__) && defined(__clang__)
# define COMPILER_ID "IBMClang"
# define COMPILER_VERSION_MAJOR DEC(__open_xl_version__)
# define COMPILER_VERSION_MINOR DEC(__open_xl_release__)
# define COMPILER_VERSION_PATCH DEC(__open_xl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__)
#elif defined(__ibmxl__) && defined(__clang__)
# define COMPILER_ID "XLClang"
# define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
# define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
# define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
# define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800
# define COMPILER_ID "XL"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
# define COMPILER_ID "VisualAge"
/* __IBMCPP__ = VRP */
# define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
# define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
# define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10)
#elif defined(__NVCOMPILER)
# define COMPILER_ID "NVHPC"
# define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__)
# define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__)
# if defined(__NVCOMPILER_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__)
# endif
#elif defined(__PGI)
# define COMPILER_ID "PGI"
# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
# if defined(__PGIC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
# endif
#elif defined(_CRAYC)
# define COMPILER_ID "Cray"
# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
#elif defined(__TI_COMPILER_VERSION__)
# define COMPILER_ID "TI"
/* __TI_COMPILER_VERSION__ = VVVRRRPPP */
# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000)
# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000)
#elif defined(__CLANG_FUJITSU)
# define COMPILER_ID "FujitsuClang"
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# define COMPILER_VERSION_INTERNAL_STR __clang_version__
#elif defined(__FUJITSU)
# define COMPILER_ID "Fujitsu"
# if defined(__FCC_version__)
# define COMPILER_VERSION __FCC_version__
# elif defined(__FCC_major__)
# define COMPILER_VERSION_MAJOR DEC(__FCC_major__)
# define COMPILER_VERSION_MINOR DEC(__FCC_minor__)
# define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__)
# endif
# if defined(__fcc_version)
# define COMPILER_VERSION_INTERNAL DEC(__fcc_version)
# elif defined(__FCC_VERSION)
# define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION)
# endif
#elif defined(__ghs__)
# define COMPILER_ID "GHS"
/* __GHS_VERSION_NUMBER = VVVVRP */
# ifdef __GHS_VERSION_NUMBER
# define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100)
# define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10)
# define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10)
# endif
#elif defined(__SCO_VERSION__)
# define COMPILER_ID "SCO"
#elif defined(__ARMCC_VERSION) && !defined(__clang__)
# define COMPILER_ID "ARMCC"
#if __ARMCC_VERSION >= 1000000
/* __ARMCC_VERSION = VRRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#else
/* __ARMCC_VERSION = VRPPPP */
# define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
# define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
# define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000)
#endif
#elif defined(__clang__) && defined(__apple_build_version__)
# define COMPILER_ID "AppleClang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
#elif defined(__clang__) && defined(__ARMCOMPILER_VERSION)
# define COMPILER_ID "ARMClang"
# define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000)
# define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100)
# define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000)
# define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION)
#elif defined(__clang__)
# define COMPILER_ID "Clang"
# if defined(_MSC_VER)
# define SIMULATE_ID "MSVC"
# endif
# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
# if defined(_MSC_VER)
/* _MSC_VER = VVRR */
# define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
# define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
# endif
#elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__))
# define COMPILER_ID "LCC"
# define COMPILER_VERSION_MAJOR DEC(1)
# if defined(__LCC__)
# define COMPILER_VERSION_MINOR DEC(__LCC__- 100)
# endif
# if defined(__LCC_MINOR__)
# define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__)
# endif
# if defined(__GNUC__) && defined(__GNUC_MINOR__)
# define SIMULATE_ID "GNU"
# define SIMULATE_VERSION_MAJOR DEC(__GNUC__)
# define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__)
# if defined(__GNUC_PATCHLEVEL__)
# define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
# endif
#elif defined(__GNUC__) || defined(__GNUG__)
# define COMPILER_ID "GNU"
# if defined(__GNUC__)
# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
# else
# define COMPILER_VERSION_MAJOR DEC(__GNUG__)
# endif
# if defined(__GNUC_MINOR__)
# define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
# endif
# if defined(__GNUC_PATCHLEVEL__)
# define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
# endif
#elif defined(_MSC_VER)
# define COMPILER_ID "MSVC"
/* _MSC_VER = VVRR */
# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
# if defined(_MSC_FULL_VER)
# if _MSC_VER >= 1400
/* _MSC_FULL_VER = VVRRPPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
# else
/* _MSC_FULL_VER = VVRRPPPP */
# define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
# endif
# endif
# if defined(_MSC_BUILD)
# define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
# endif
#elif defined(_ADI_COMPILER)
# define COMPILER_ID "ADSP"
#if defined(__VERSIONNUM__)
/* __VERSIONNUM__ = 0xVVRRPPTT */
# define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF)
# define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF)
# define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF)
# define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF)
#endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# define COMPILER_ID "IAR"
# if defined(__VER__) && defined(__ICCARM__)
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
# define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
# define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__))
# define COMPILER_VERSION_MAJOR DEC((__VER__) / 100)
# define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100))
# define COMPILER_VERSION_PATCH DEC(__SUBVERSION__)
# define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
# endif
/* These compilers are either not known or too old to define an
identification macro. Try to identify the platform and guess that
it is the native compiler. */
#elif defined(__hpux) || defined(__hpua)
# define COMPILER_ID "HP"
#else /* unknown compiler */
# define COMPILER_ID ""
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
#ifdef SIMULATE_ID
char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
#endif
#ifdef __QNXNTO__
char const* qnxnto = "INFO" ":" "qnxnto[]";
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
#endif
#define STRINGIFY_HELPER(X) #X
#define STRINGIFY(X) STRINGIFY_HELPER(X)
/* Identify known platforms by name. */
#if defined(__linux) || defined(__linux__) || defined(linux)
# define PLATFORM_ID "Linux"
#elif defined(__MSYS__)
# define PLATFORM_ID "MSYS"
#elif defined(__CYGWIN__)
# define PLATFORM_ID "Cygwin"
#elif defined(__MINGW32__)
# define PLATFORM_ID "MinGW"
#elif defined(__APPLE__)
# define PLATFORM_ID "Darwin"
#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
# define PLATFORM_ID "Windows"
#elif defined(__FreeBSD__) || defined(__FreeBSD)
# define PLATFORM_ID "FreeBSD"
#elif defined(__NetBSD__) || defined(__NetBSD)
# define PLATFORM_ID "NetBSD"
#elif defined(__OpenBSD__) || defined(__OPENBSD)
# define PLATFORM_ID "OpenBSD"
#elif defined(__sun) || defined(sun)
# define PLATFORM_ID "SunOS"
#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__)
# define PLATFORM_ID "AIX"
#elif defined(__hpux) || defined(__hpux__)
# define PLATFORM_ID "HP-UX"
#elif defined(__HAIKU__)
# define PLATFORM_ID "Haiku"
#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
# define PLATFORM_ID "BeOS"
#elif defined(__QNX__) || defined(__QNXNTO__)
# define PLATFORM_ID "QNX"
#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
# define PLATFORM_ID "Tru64"
#elif defined(__riscos) || defined(__riscos__)
# define PLATFORM_ID "RISCos"
#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
# define PLATFORM_ID "SINIX"
#elif defined(__UNIX_SV__)
# define PLATFORM_ID "UNIX_SV"
#elif defined(__bsdos__)
# define PLATFORM_ID "BSDOS"
#elif defined(_MPRAS) || defined(MPRAS)
# define PLATFORM_ID "MP-RAS"
#elif defined(__osf) || defined(__osf__)
# define PLATFORM_ID "OSF1"
#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
# define PLATFORM_ID "SCO_SV"
#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
# define PLATFORM_ID "ULTRIX"
#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
# define PLATFORM_ID "Xenix"
#elif defined(__WATCOMC__)
# if defined(__LINUX__)
# define PLATFORM_ID "Linux"
# elif defined(__DOS__)
# define PLATFORM_ID "DOS"
# elif defined(__OS2__)
# define PLATFORM_ID "OS2"
# elif defined(__WINDOWS__)
# define PLATFORM_ID "Windows3x"
# elif defined(__VXWORKS__)
# define PLATFORM_ID "VxWorks"
# else /* unknown platform */
# define PLATFORM_ID
# endif
#elif defined(__INTEGRITY)
# if defined(INT_178B)
# define PLATFORM_ID "Integrity178"
# else /* regular Integrity */
# define PLATFORM_ID "Integrity"
# endif
# elif defined(_ADI_COMPILER)
# define PLATFORM_ID "ADSP"
#else /* unknown platform */
# define PLATFORM_ID
#endif
/* For windows compilers MSVC and Intel we can determine
the architecture of the compiler being used. This is because
the compilers do not have flags that can change the architecture,
but rather depend on which compiler is being used
*/
#if defined(_WIN32) && defined(_MSC_VER)
# if defined(_M_IA64)
# define ARCHITECTURE_ID "IA64"
# elif defined(_M_ARM64EC)
# define ARCHITECTURE_ID "ARM64EC"
# elif defined(_M_X64) || defined(_M_AMD64)
# define ARCHITECTURE_ID "x64"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# elif defined(_M_ARM64)
# define ARCHITECTURE_ID "ARM64"
# elif defined(_M_ARM)
# if _M_ARM == 4
# define ARCHITECTURE_ID "ARMV4I"
# elif _M_ARM == 5
# define ARCHITECTURE_ID "ARMV5I"
# else
# define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
# endif
# elif defined(_M_MIPS)
# define ARCHITECTURE_ID "MIPS"
# elif defined(_M_SH)
# define ARCHITECTURE_ID "SHx"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__WATCOMC__)
# if defined(_M_I86)
# define ARCHITECTURE_ID "I86"
# elif defined(_M_IX86)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
# if defined(__ICCARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__ICCRX__)
# define ARCHITECTURE_ID "RX"
# elif defined(__ICCRH850__)
# define ARCHITECTURE_ID "RH850"
# elif defined(__ICCRL78__)
# define ARCHITECTURE_ID "RL78"
# elif defined(__ICCRISCV__)
# define ARCHITECTURE_ID "RISCV"
# elif defined(__ICCAVR__)
# define ARCHITECTURE_ID "AVR"
# elif defined(__ICC430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__ICCV850__)
# define ARCHITECTURE_ID "V850"
# elif defined(__ICC8051__)
# define ARCHITECTURE_ID "8051"
# elif defined(__ICCSTM8__)
# define ARCHITECTURE_ID "STM8"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__ghs__)
# if defined(__PPC64__)
# define ARCHITECTURE_ID "PPC64"
# elif defined(__ppc__)
# define ARCHITECTURE_ID "PPC"
# elif defined(__ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__x86_64__)
# define ARCHITECTURE_ID "x64"
# elif defined(__i386__)
# define ARCHITECTURE_ID "X86"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
#elif defined(__TI_COMPILER_VERSION__)
# if defined(__TI_ARM__)
# define ARCHITECTURE_ID "ARM"
# elif defined(__MSP430__)
# define ARCHITECTURE_ID "MSP430"
# elif defined(__TMS320C28XX__)
# define ARCHITECTURE_ID "TMS320C28x"
# elif defined(__TMS320C6X__) || defined(_TMS320C6X)
# define ARCHITECTURE_ID "TMS320C6x"
# else /* unknown architecture */
# define ARCHITECTURE_ID ""
# endif
# elif defined(__ADSPSHARC__)
# define ARCHITECTURE_ID "SHARC"
# elif defined(__ADSPBLACKFIN__)
# define ARCHITECTURE_ID "Blackfin"
#else
# define ARCHITECTURE_ID
#endif
/* Convert integer to decimal digit literals. */
#define DEC(n) \
('0' + (((n) / 10000000)%10)), \
('0' + (((n) / 1000000)%10)), \
('0' + (((n) / 100000)%10)), \
('0' + (((n) / 10000)%10)), \
('0' + (((n) / 1000)%10)), \
('0' + (((n) / 100)%10)), \
('0' + (((n) / 10)%10)), \
('0' + ((n) % 10))
/* Convert integer to hex digit literals. */
#define HEX(n) \
('0' + ((n)>>28 & 0xF)), \
('0' + ((n)>>24 & 0xF)), \
('0' + ((n)>>20 & 0xF)), \
('0' + ((n)>>16 & 0xF)), \
('0' + ((n)>>12 & 0xF)), \
('0' + ((n)>>8 & 0xF)), \
('0' + ((n)>>4 & 0xF)), \
('0' + ((n) & 0xF))
/* Construct a string literal encoding the version number. */
#ifdef COMPILER_VERSION
char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]";
/* Construct a string literal encoding the version number components. */
#elif defined(COMPILER_VERSION_MAJOR)
char const info_version[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
COMPILER_VERSION_MAJOR,
# ifdef COMPILER_VERSION_MINOR
'.', COMPILER_VERSION_MINOR,
# ifdef COMPILER_VERSION_PATCH
'.', COMPILER_VERSION_PATCH,
# ifdef COMPILER_VERSION_TWEAK
'.', COMPILER_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct a string literal encoding the internal version number. */
#ifdef COMPILER_VERSION_INTERNAL
char const info_version_internal[] = {
'I', 'N', 'F', 'O', ':',
'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
'i','n','t','e','r','n','a','l','[',
COMPILER_VERSION_INTERNAL,']','\0'};
#elif defined(COMPILER_VERSION_INTERNAL_STR)
char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]";
#endif
/* Construct a string literal encoding the version number components. */
#ifdef SIMULATE_VERSION_MAJOR
char const info_simulate_version[] = {
'I', 'N', 'F', 'O', ':',
's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
SIMULATE_VERSION_MAJOR,
# ifdef SIMULATE_VERSION_MINOR
'.', SIMULATE_VERSION_MINOR,
# ifdef SIMULATE_VERSION_PATCH
'.', SIMULATE_VERSION_PATCH,
# ifdef SIMULATE_VERSION_TWEAK
'.', SIMULATE_VERSION_TWEAK,
# endif
# endif
# endif
']','\0'};
#endif
/* Construct the string literal in pieces to prevent the source from
getting matched. Store it in a pointer rather than an array
because some compilers will just produce instructions to fill the
array rather than assigning a pointer to a static array. */
char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
#if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L
# if defined(__INTEL_CXX11_MODE__)
# if defined(__cpp_aggregate_nsdmi)
# define CXX_STD 201402L
# else
# define CXX_STD 201103L
# endif
# else
# define CXX_STD 199711L
# endif
#elif defined(_MSC_VER) && defined(_MSVC_LANG)
# define CXX_STD _MSVC_LANG
#else
# define CXX_STD __cplusplus
#endif
const char* info_language_standard_default = "INFO" ":" "standard_default["
#if CXX_STD > 202002L
"23"
#elif CXX_STD > 201703L
"20"
#elif CXX_STD >= 201703L
"17"
#elif CXX_STD >= 201402L
"14"
#elif CXX_STD >= 201103L
"11"
#else
"98"
#endif
"]";
const char* info_language_extensions_default = "INFO" ":" "extensions_default["
#if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \
defined(__TI_COMPILER_VERSION__)) && \
!defined(__STRICT_ANSI__)
"ON"
#else
"OFF"
#endif
"]";
/*--------------------------------------------------------------------------*/
int main(int argc, char* argv[])
{
int require = 0;
require += info_compiler[argc];
require += info_platform[argc];
#ifdef COMPILER_VERSION_MAJOR
require += info_version[argc];
#endif
#ifdef COMPILER_VERSION_INTERNAL
require += info_version_internal[argc];
#endif
#ifdef SIMULATE_ID
require += info_simulate[argc];
#endif
#ifdef SIMULATE_VERSION_MAJOR
require += info_simulate_version[argc];
#endif
#if defined(__CRAYXT_COMPUTE_LINUX_TARGET)
require += info_cray[argc];
#endif
require += info_language_standard_default[argc];
require += info_language_extensions_default[argc];
(void)argv;
return require;
}
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(326): set(COMPILER_DESCRIPTION Compiler:
Build flags:
Id flags:
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(333): if(Xcode MATCHES Visual Studio ([0-9]+) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(556): elseif(Xcode MATCHES Xcode )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(557): set(id_lang CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(558): set(id_type sourcecode.cpp.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(559): set(id_dir /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(560): set(id_src CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(561): if(CMAKE_XCODE_PLATFORM_TOOLSET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(563): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(564): set(id_toolset )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(566): set(id_lang_version )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(567): if(xCXX STREQUAL xSwift )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(577): elseif(xCXX STREQUAL xC OR xCXX STREQUAL xOBJC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(581): elseif(xCXX STREQUAL xCXX OR xCXX STREQUAL xOBJCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(582): if(CMAKE_CXX_COMPILER_ID_FLAGS MATCHES (^| )(-std=[^ ]+)( |$) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(586): if(CMAKE_OSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(589): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(590): set(id_deployment_target )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(592): set(id_product_type com.apple.product-type.tool )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(593): if(CMAKE_OSX_SYSROOT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(594): set(id_sdkroot SDKROOT = "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk"; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(595): if(CMAKE_OSX_SYSROOT MATCHES (^|/)[Ii][Pp][Hh][Oo][Nn][Ee] OR CMAKE_OSX_SYSROOT MATCHES (^|/)[Aa][Pp][Pp][Ll][Ee][Tt][Vv] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(598): elseif(CMAKE_OSX_SYSROOT MATCHES (^|/)[Ww][Aa][Tt][Cc][Hh] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(604): set(id_clang_cxx_library )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(605): set(stdlib_regex (^| )(-stdlib=)([^ ]+)( |$) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(606): string(REGEX MATCHALL (^| )(-stdlib=)([^ ]+)( |$) all_stdlib_matches )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(607): if(all_stdlib_matches )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(613): if(CMAKE_SYSTEM_NAME STREQUAL Darwin AND CMAKE_OSX_SYSROOT MATCHES ^$|[Mm][Aa][Cc][Oo][Ss] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(614): set(id_code_sign_identity - )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(616): if(_CMAKE_APPLE_ARCHS_DEFAULT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(617): set(id_archs ARCHS = "arm64"; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(618): set(id_arch_active ONLY_ACTIVE_ARCH = NO; )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(628): configure_file(/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CompilerId/Xcode-3.pbxproj.in /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj/project.pbxproj @ONLY )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(630): unset(_ENV_MACOSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(631): if(DEFINED ENV{MACOSX_DEPLOYMENT_TARGET} )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(635): execute_process(COMMAND xcodebuild WORKING_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX OUTPUT_VARIABLE CMAKE_CXX_COMPILER_ID_OUTPUT ERROR_VARIABLE CMAKE_CXX_COMPILER_ID_OUTPUT RESULT_VARIABLE CMAKE_CXX_COMPILER_ID_RESULT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(641): if(DEFINED _ENV_MACOSX_DEPLOYMENT_TARGET )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(645): if(DEFINED CMAKE_CXX_COMPILER_ID_TOOL_MATCH_REGEX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(646): if(Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
MATCHES
Ld[^
]*(
[ ]+[^
]*)*
[ ]+([^
]+)[^
]*-o[^
]*CompilerIdCXX/(\./)?(CompilerIdCXX.(framework|xctest|build/[^
]+)/)?CompilerIdCXX[
\"] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(647): set(_comp /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(648): if(EXISTS /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(649): set(CMAKE_CXX_COMPILER_ID_TOOL /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(653): if(Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
MATCHES ARCHS=([^%
]+)[
] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(654): set(CMAKE_CXX_XCODE_ARCHS arm64 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(655): separate_arguments(CMAKE_CXX_XCODE_ARCHS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(656): set(CMAKE_CXX_XCODE_ARCHS arm64 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(718): if(CMAKE_CXX_COMPILER_ID_RESULT OR CMAKE_CXX_COMPILER_ID_OUTPUT MATCHES warning #5117: Bad # preprocessor line )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(745): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(747): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:
Build flags:
Id flags:
The output was:
0
Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(758): string(REGEX REPLACE ([][]) [\1] _glob_id_dir /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(759): file(GLOB files RELATIVE /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/* /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/*.xctest/* /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/*.framework/* )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(771): list(REMOVE_ITEM files CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(772): set(COMPILER_CXX_PRODUCED_FILES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(773): foreach(file CompilerIdCXX;CompilerIdCXX.build;CompilerIdCXX.xcodeproj;EagerLinkingTBDs;XCBuildData;tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(775): list(APPEND COMPILER_CXX_PRODUCED_FILES CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(776): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log Compilation of the CXX compiler identification source " CMakeCXXCompilerId.cpp" produced "CompilerIdCXX"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/XCBuildData )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/tmp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(782): if(NOT COMPILER_CXX_PRODUCED_FILES )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(790): set(COMPILER_CXX_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(794): set(COMPILER_CXX_PRODUCED_FILES CompilerIdCXX PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(795): set(COMPILER_CXX_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(7): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(CXX Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(802): foreach(vendor )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(807): set(CMAKE_CXX_COMPILER_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(9): if(NOT CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(10): foreach(file CompilerIdCXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(11): CMAKE_DETERMINE_COMPILER_ID_CHECK(CXX /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX CMakeCXXCompilerId.cpp )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(814): if(NOT CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(816): set(COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(817): set(COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(818): set(COMPILER_VERSION_MAJOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(819): set(COMPILER_VERSION_MINOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(820): set(COMPILER_VERSION_PATCH 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(821): set(COMPILER_VERSION_TWEAK 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(822): set(COMPILER_VERSION_INTERNAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(823): set(HAVE_COMPILER_VERSION_MAJOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(824): set(HAVE_COMPILER_VERSION_MINOR 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(825): set(HAVE_COMPILER_VERSION_PATCH 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(826): set(HAVE_COMPILER_VERSION_TWEAK 0 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(827): set(COMPILER_WRAPPER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(828): set(DIGIT_VALUE_1 1 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(829): set(DIGIT_VALUE_2 10 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(830): set(DIGIT_VALUE_3 100 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(831): set(DIGIT_VALUE_4 1000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(832): set(DIGIT_VALUE_5 10000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(833): set(DIGIT_VALUE_6 100000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(834): set(DIGIT_VALUE_7 1000000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(835): set(DIGIT_VALUE_8 10000000 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(836): set(PLATFORM_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(837): set(ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(838): set(SIMULATE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(839): set(SIMULATE_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(840): set(CMAKE_CXX_COMPILER_ID_STRING_REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(841): foreach(encoding ENCODING;UTF-16LE ENCODING;UTF-16BE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(842): file(STRINGS /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX CMAKE_CXX_COMPILER_ID_STRINGS LIMIT_COUNT 38 REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(845): if(NOT CMAKE_CXX_COMPILER_ID_STRINGS STREQUAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(846): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(851): if(CMAKE_CXX_COMPILER_ID_STRINGS STREQUAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(860): list(FILTER CMAKE_CXX_COMPILER_ID_STRINGS EXCLUDE REGEX \?<Constant \" )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(865): if(CMAKE_CXX_COMPILER_ID_STRINGS MATCHES (.)I.N.F.O.:. )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(871): string(REGEX MATCHALL INFO:[A-Za-z0-9_]+\[([^]"]*)\] CMAKE_CXX_COMPILER_ID_STRINGS INFO:compiler[AppleClang];INFO:platform[Darwin];INFO:arch[];INFO:standard_default[98];INFO:extensions_default[ON];INFO:compiler_version[00000014.00000000.00000000.14000029] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(875): list(REMOVE_DUPLICATES CMAKE_CXX_COMPILER_ID_STRINGS )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(877): set(COMPILER_ID_TWICE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(878): foreach(info INFO:compiler[AppleClang];INFO:platform[Darwin];INFO:arch[];INFO:standard_default[98];INFO:extensions_default[ON];INFO:compiler_version[00000014.00000000.00000000.14000029] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler[AppleClang] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(880): if(COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(883): set(COMPILER_ID AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler[AppleClang] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler[AppleClang] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler[AppleClang] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler[AppleClang] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler[AppleClang] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler[AppleClang] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler[AppleClang] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler[AppleClang] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:platform[Darwin] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:platform[Darwin] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(886): set(PLATFORM_ID Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:platform[Darwin] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:platform[Darwin] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Darwin] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:platform[Darwin] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:platform[Darwin] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:platform[Darwin] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:platform[Darwin] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:platform[Darwin] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:platform[Darwin] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:arch[] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:arch[] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:arch[] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(889): set(ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:arch[] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:arch[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:arch[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:arch[] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:arch[] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:arch[] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:arch[] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:arch[] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:standard_default[98] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:standard_default[98] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:standard_default[98] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:standard_default[98] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:standard_default[98] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[98] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:standard_default[98] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:standard_default[98] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:standard_default[98] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:standard_default[98] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:standard_default[98] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(924): set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT 98 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:standard_default[98] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:extensions_default[ON] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:extensions_default[ON] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:extensions_default[ON] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:extensions_default[ON] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:extensions_default[ON] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:extensions_default[ON] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:extensions_default[ON] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:extensions_default[ON] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:extensions_default[ON] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(927): set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT ON )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:platform\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:arch\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(892): string(REGEX REPLACE ^0+([0-9]+) \1 COMPILER_VERSION 00000014.00000000.00000000.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(893): string(REGEX REPLACE \.0+([0-9]) .\1 COMPILER_VERSION 14.00000000.00000000.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_internal\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:compiler_wrapper\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:simulate\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:simulate_version\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:qnxnto\[\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:standard_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler_version[00000014.00000000.00000000.14000029] MATCHES INFO:extensions_default\[([^]"]*)\] )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(932): if(NOT DEFINED COMPILER_VERSION AND HAVE_COMPILER_VERSION_MAJOR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(946): if(WIN32 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(975): if(COMPILER_ID AND NOT COMPILER_ID_TWICE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(976): set(CMAKE_CXX_COMPILER_ID AppleClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(977): set(CMAKE_CXX_PLATFORM_ID Darwin )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(978): set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(979): set(MSVC_CXX_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(980): set(CMAKE_CXX_COMPILER_VERSION 14.0.0.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(981): set(CMAKE_CXX_COMPILER_VERSION_INTERNAL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(982): set(CMAKE_CXX_SIMULATE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(983): set(CMAKE_CXX_SIMULATE_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(987): if(CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(989): file(APPEND /Users/tmoore/Projects/wavefile/build/CMakeFiles/CMakeOutput.log The CXX compiler identification is AppleClang, found in " /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX"
)
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1001): if(NOT CMAKE_EXECUTABLE_FORMAT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1026): set(CMAKE_CXX_COMPILER_ID AppleClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1027): set(CMAKE_CXX_PLATFORM_ID Darwin PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1028): set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1029): set(MSVC_CXX_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1031): set(CMAKE_CXX_COMPILER_VERSION 14.0.0.14000029 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1032): set(CMAKE_CXX_COMPILER_VERSION_INTERNAL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1033): set(CMAKE_CXX_COMPILER_WRAPPER PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1034): set(CMAKE_CXX_SIMULATE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1035): set(CMAKE_CXX_SIMULATE_VERSION PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1036): set(COMPILER_QNXNTO PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1037): set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT 98 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(1038): set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(60): if(CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(61): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(64): if(CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(65): break()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(71): if(CMAKE_CXX_COMPILER_ID_TOOL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(72): set(CMAKE_CXX_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(73): set(CMAKE_CXX_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(79): if(CMAKE_CXX_COMPILER AND NOT CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(86): if(NOT CMAKE_CXX_COMPILER_ID AND Xcode MATCHES Green Hills MULTI )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(93): if(lang STREQUAL CUDA AND CMAKE_CXX_COMPILER_ID STREQUAL NVIDIA AND NOT CMAKE_CXX_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(109): if(lang STREQUAL Swift AND CMAKE_CXX_COMPILER AND NOT CMAKE_CXX_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(133): if(lang STREQUAL ISPC AND CMAKE_CXX_COMPILER AND NOT CMAKE_CXX_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(154): if(lang STREQUAL Fortran AND CMAKE_CXX_COMPILER_ID STREQUAL LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(174): if(COMPILER_QNXNTO AND ( CMAKE_CXX_COMPILER_ID STREQUAL GNU OR CMAKE_CXX_COMPILER_ID STREQUAL LCC ) )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(191): if(CMAKE_CXX_COMPILER_ID STREQUAL Fujitsu )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(209): if(NOT CMAKE_EXECUTABLE_FORMAT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(213): if(( CMAKE_GENERATOR MATCHES ^Ninja OR ( ( NOT DEFINED CMAKE_DEPENDS_USE_COMPILER OR CMAKE_DEPENDS_USE_COMPILER ) AND CMAKE_GENERATOR MATCHES Makefiles|WMake ) ) AND MSVC_CXX_ARCHITECTURE_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(220): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(221): set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(224): set(_variant )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(225): if(xAppleClang STREQUAL xClang OR xAppleClang STREQUAL xIntelLLVM )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(246): elseif(xAppleClang STREQUAL xFujitsuClang )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(248): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(249): set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(253): if(CMAKE_CXX_COMPILER_ID )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(254): if(CMAKE_CXX_COMPILER_VERSION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(255): set(_version 14.0.0.14000029 )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(259): if(CMAKE_CXX_COMPILER_ARCHITECTURE_ID AND xAppleClang STREQUAL xIAR )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(261): else()
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(262): set(_archid )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(264): message(STATUS The CXX compiler identification is AppleClang 14.0.0.14000029 )
-- The CXX compiler identification is AppleClang 14.0.0.14000029
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(266): unset(_archid )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(267): unset(_version )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(268): unset(_variant )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(273): if(lang STREQUAL Fortran AND CMAKE_CXX_COMPILER_ID STREQUAL XL )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(277): set(CMAKE_CXX_COMPILER_ID AppleClang PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(278): set(CMAKE_CXX_PLATFORM_ID Darwin PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(279): set(CMAKE_CXX_COMPILER_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(280): set(MSVC_CXX_ARCHITECTURE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(282): set(CMAKE_CXX_XCODE_ARCHS arm64 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(283): set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(284): set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(285): set(CMAKE_CXX_COMPILER_VERSION 14.0.0.14000029 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(286): set(CMAKE_CXX_COMPILER_VERSION_INTERNAL PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(287): set(CMAKE_CXX_COMPILER_WRAPPER PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(288): set(CMAKE_CXX_SIMULATE_ID PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(289): set(CMAKE_CXX_SIMULATE_VERSION PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(290): set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT 98 PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(291): set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(292): set(CMAKE_CXX_COMPILER_PRODUCED_OUTPUT Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
User defaults from command line:
IDEPackageSupportUseBuiltinSCM = YES
Computing target dependency graph and provisioning inputs
Create build description
Build description signature: bd7e11456a6ee2890717ef68d08ce28c
Build description path: /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/./XCBuildData/bd7e11456a6ee2890717ef68d08ce28c-desc.xcbuild
warning: Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
CreateBuildDirectory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.xcodeproj
builtin-create-build-directory /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/Entitlements.plist
ProcessProductPackaging "" /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Entitlements:
{
"com.apple.security.get-task-allow" = 1;
}
builtin-productPackagingUtility -entitlements -format xml -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent
ProcessProductPackagingDER /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/usr/bin/derq query -f xml -i /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent.der --raw
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList
CompileC /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp normal arm64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target arm64-apple-macos12.3 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wno-implicit-fallthrough -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/include -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/arm64 -I/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -MMD -MT dependencies -MF /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.dia -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CMakeCXXCompilerId.o
Ld /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target arm64-apple-macos12.3 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -L/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/EagerLinkingTBDs -F/Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX -filelist /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_lto.o -Xlinker -no_adhoc_codesign -Xlinker -dependency_info -Xlinker /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/arm64/CompilerIdCXX_dependency_info.dat -o /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
WriteAuxiliaryFile /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
write-file /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
PhaseScriptExecution Run\ Script /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
/bin/sh -c /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=arm64
CodeSign /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
Signing Identity: "-"
/usr/bin/codesign --force --sign - --entitlements /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.xcent --timestamp\=none --generate-entitlement-der /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
cd /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX
builtin-RegisterExecutionPolicyException /Users/tmoore/Projects/wavefile/build/CMakeFiles/3.24.2/CompilerIdCXX/CompilerIdCXX
** BUILD SUCCEEDED **
PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompilerId.cmake(293): set(CMAKE_CXX_COMPILER_PRODUCED_FILES CompilerIdCXX PARENT_SCOPE )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(122): _cmake_find_compiler_sysroot(CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCompiler.cmake(156): if(CMAKE_CXX_COMPILER_ID STREQUAL GNU OR CMAKE_CXX_COMPILER_ID STREQUAL LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(125): if(CMAKE_CXX_COMPILER_ID STREQUAL GNU )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(147): if(NOT _CMAKE_TOOLCHAIN_LOCATION )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(160): if(NOT _CMAKE_TOOLCHAIN_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(162): if(AppleClang MATCHES GNU|Clang|QCC|LCC )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(163): get_filename_component(COMPILER_BASENAME /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ NAME )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(164): if(COMPILER_BASENAME MATCHES ^(.+-)?(clang\+\+|[gc]\+\+|clang-cl)(-[0-9]+(\.[0-9]+)*)?(-[^.]+)?(\.exe)?$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(165): set(_CMAKE_TOOLCHAIN_PREFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(166): set(_CMAKE_TOOLCHAIN_SUFFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(167): set(_CMAKE_COMPILER_SUFFIX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(180): if( MATCHES (.+-)?llvm-$ )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(195): set(_CMAKE_PROCESSING_LANGUAGE CXX )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeDetermineCXXCompiler.cmake(196): include(CMakeFindBinUtils )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(23): cmake_policy(PUSH )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(24): cmake_policy(SET CMP0057 NEW )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(27): function(__resolve_tool_path CMAKE_TOOL SEARCH_PATH DOCSTRING )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(60): __resolve_tool_path(CMAKE_LINKER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin Default Linker )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(29): if(CMAKE_LINKER )
/opt/homebrew/Cellar/cmake/3.24.2/share/cmake/Modules/CMakeFindBinUtils.cmake(34): get_filename_component(_CMAKE_USER_TOOL_PATH /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld DIRECTORY )
/opt/homebrew/Cellar/cmak
@TimMoore
Copy link
Author

Build log demonstrating Cycling74/max-package-template#2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment