Created
November 21, 2022 22:45
-
-
Save thomasjm/5fc4d0c562fe04ac7c242e3d0d723ce7 to your computer and use it in GitHub Desktop.
Trying to build Cling 0.9 on Nix with CMake --trace-expand
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
warning: Git tree '/home/tom/tools/nixpkgs' is dirty | |
building '/nix/store/0wrxx60rz7jracyj9z5lv9ci8kwnwycb-cling-unwrapped-0.9.drv'... | |
cling-unwrapped> unpacking sources | |
cling-unwrapped> unpacking source archive /nix/store/79z3awvbfa17789j6mwhpnkcqv907cj4-clang | |
cling-unwrapped> source root is clang | |
cling-unwrapped> patching sources | |
cling-unwrapped> configuring | |
cling-unwrapped> fixing cmake files... | |
cling-unwrapped> cmake flags: -DCMAKE_FIND_USE_SYSTEM_PACKAGE_REGISTRY=OFF -DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LOCALEDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/share/locale -DCMAKE_INSTALL_LIBEXECDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/libexec -DCMAKE_INSTALL_LIBDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/lib -DCMAKE_INSTALL_DOCDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/share/doc/Clang -DCMAKE_INSTALL_INFODIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/share/info -DCMAKE_INSTALL_MANDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/share/man -DCMAKE_INSTALL_OLDINCLUDEDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/include -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/include -DCMAKE_INSTALL_SBINDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/sbin -DCMAKE_INSTALL_BINDIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/bin -DCMAKE_INSTALL_NAME_DIR=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_STRIP=/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/strip -DCMAKE_RANLIB=/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/ranlib -DCMAKE_AR=/nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/8fa0f0w5sz681cggid1jrzppsq54mgzz-cling-unwrapped-0.9 -DLLVM_TARGETS_TO_BUILD=host;NVPTX -DLLVM_ENABLE_RTTI=ON -DCLING_INCLUDE_TESTS=ON -DCLANG-TOOLS=OFF --trace-expand | |
cling-unwrapped> Running with expanded trace output on. | |
cling-unwrapped> /build/clang/CMakeLists.txt(1): cmake_minimum_required(VERSION 3.4.3 ) | |
cling-unwrapped> /build/clang/CMakeLists.txt(3): if(POLICY CMP0075 ) | |
cling-unwrapped> /build/clang/CMakeLists.txt(4): cmake_policy(SET CMP0075 NEW ) | |
cling-unwrapped> /build/clang/CMakeLists.txt(9): if(CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR ) | |
cling-unwrapped> /build/clang/CMakeLists.txt(10): project(Clang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(35): if(CMAKE_HOST_UNIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(36): find_program(CMAKE_UNAME uname /bin /var/empty/bin /var/empty/local/bin ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(37): if(CMAKE_UNAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(38): if(CMAKE_HOST_SYSTEM_NAME STREQUAL AIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(44): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(45): exec_program(/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin/uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(47): if(CMAKE_HOST_SYSTEM_NAME MATCHES Linux|CYGWIN.*|MSYS.*|^GNU$|Android ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(48): exec_program(/nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin/uname ARGS -m OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_PROCESSOR RETURN_VALUE val ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(97): if(0 GREATER 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(100): set(CMAKE_UNAME /nix/store/a7gvj343m05j2s32xcnwr35v31ynlypr-coreutils-9.1/bin/uname CACHE INTERNAL uname command ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(102): string(REPLACE " CMAKE_HOST_SYSTEM_PROCESSOR x86_64 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(103): string(REPLACE / _ CMAKE_HOST_SYSTEM_PROCESSOR x86_64 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(119): if(CMAKE_TOOLCHAIN_FILE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(138): if(CMAKE_SYSTEM_NAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(143): elseif(CMAKE_VS_WINCE_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(149): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(150): set(CMAKE_SYSTEM_NAME Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(151): if(NOT DEFINED CMAKE_SYSTEM_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(152): set(CMAKE_SYSTEM_VERSION 5.15.0-53-generic ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(154): set(CMAKE_SYSTEM_PROCESSOR x86_64 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(155): set(CMAKE_CROSSCOMPILING FALSE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(156): set(PRESET_CMAKE_SYSTEM_NAME FALSE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(159): include(Platform/Linux-Determine OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(161): set(CMAKE_SYSTEM Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(162): if(CMAKE_SYSTEM_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(163): string(APPEND CMAKE_SYSTEM -5.15.0-53-generic ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(165): set(CMAKE_HOST_SYSTEM Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(166): if(CMAKE_HOST_SYSTEM_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(167): string(APPEND CMAKE_HOST_SYSTEM -5.15.0-53-generic ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(172): if(CMAKE_BINARY_DIR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(174): if(PRESET_CMAKE_SYSTEM_NAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(179): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(180): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log The system is: Linux - 5.15.0-53-generic - x86_64 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(186): set(INCLUDE_CMAKE_TOOLCHAIN_FILE_IF_REQUIRED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(187): if(CMAKE_TOOLCHAIN_FILE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineSystem.cmake(192): configure_file(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeSystem.cmake.in /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake @ONLY ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(1): set(CMAKE_HOST_SYSTEM Linux-5.15.0-53-generic ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(2): set(CMAKE_HOST_SYSTEM_NAME Linux ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(3): set(CMAKE_HOST_SYSTEM_VERSION 5.15.0-53-generic ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(4): set(CMAKE_HOST_SYSTEM_PROCESSOR x86_64 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(8): set(CMAKE_SYSTEM Linux-5.15.0-53-generic ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(9): set(CMAKE_SYSTEM_NAME Linux ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(10): set(CMAKE_SYSTEM_VERSION 5.15.0-53-generic ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(11): set(CMAKE_SYSTEM_PROCESSOR x86_64 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(13): set(CMAKE_CROSSCOMPILING FALSE ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeSystem.cmake(15): set(CMAKE_SYSTEM_LOADED 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeUnixFindMake.cmake(5): find_program(CMAKE_MAKE_PROGRAM NAMES gmake make smake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeUnixFindMake.cmake(6): mark_as_advanced(CMAKE_MAKE_PROGRAM ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeUnixFindMake.cmake(9): if(NOT CMAKE_MAKE_PROGRAM AND CMAKE_HOST_APPLE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake(19): set(CMAKE_EFFECTIVE_SYSTEM_NAME Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake(21): include(Platform/Linux-Initialize OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeSystemSpecificInitialize.cmake(23): set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(24): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(5): macro(_cmake_find_compiler lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(115): macro(_cmake_find_compiler_path lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(155): function(_cmake_find_compiler_sysroot lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(27): include(Platform/Linux-Determine-C OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(28): include(Platform/Linux-C OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(29): if(NOT CMAKE_C_COMPILER_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(30): set(CMAKE_C_COMPILER_NAMES cc ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(33): if(Unix Makefiles MATCHES Visual Studio ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(34): elseif(Unix Makefiles MATCHES Green Hills MULTI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(35): elseif(Unix Makefiles MATCHES Xcode ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(38): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(39): if(NOT CMAKE_C_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(67): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(68): _cmake_find_compiler_path(C ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(116): if(CMAKE_C_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(123): list(LENGTH CMAKE_C_COMPILER _CMAKE_C_COMPILER_LENGTH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(124): if(_CMAKE_C_COMPILER_LENGTH GREATER 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(129): unset(_CMAKE_C_COMPILER_LENGTH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(133): get_filename_component(_CMAKE_USER_C_COMPILER_PATH gcc PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(134): if(NOT _CMAKE_USER_C_COMPILER_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(135): find_program(CMAKE_C_COMPILER_WITH_PATH NAMES gcc ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(136): if(CMAKE_C_COMPILER_WITH_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(137): set(CMAKE_C_COMPILER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(138): get_property(_CMAKE_C_COMPILER_CACHED CACHE CMAKE_C_COMPILER PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(139): if(_CMAKE_C_COMPILER_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(140): set(CMAKE_C_COMPILER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc CACHE STRING C compiler FORCE ) | |
cling-unwrapped> CMake Warning (dev) at /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake:140 (set): | |
cling-unwrapped> Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of | |
cling-unwrapped> the same name. Run "cmake --help-policy CMP0126" for policy details. Use | |
cling-unwrapped> the cmake_policy command to set the policy and suppress this warning. | |
cling-unwrapped> For compatibility with older versions of CMake, normal variable | |
cling-unwrapped> "CMAKE_C_COMPILER" will be removed from the current scope. | |
cling-unwrapped> Call Stack (most recent call first): | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake:68 (_cmake_find_compiler_path) | |
cling-unwrapped> CMakeLists.txt:10 (project) | |
cling-unwrapped> This warning is for project developers. Use -Wno-dev to suppress it. | |
cling-unwrapped> | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(142): unset(_CMAKE_C_COMPILER_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(144): unset(CMAKE_C_COMPILER_WITH_PATH CACHE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(70): mark_as_advanced(CMAKE_C_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(75): set(CMAKE_C_COMPILER_ID_TEST_FLAGS_FIRST ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(76): set(CMAKE_C_COMPILER_ID_TEST_FLAGS -c -Aa -D__CLASSIC_C__ --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -I__does_not_exist__ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(95): if(CMAKE_C_COMPILER_TARGET ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(99): if(NOT CMAKE_C_COMPILER_ID_RUN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(100): set(CMAKE_C_COMPILER_ID_RUN 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(103): set(CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(104): set(CMAKE_C_PLATFORM_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(105): file(READ /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakePlatformId.h.in CMAKE_C_COMPILER_ID_PLATFORM_CONTENT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(110): list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(111): set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(112): set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR IAR .+ Compiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(119): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_REGEX | |
cling-unwrapped> Ld[^ | |
cling-unwrapped> ]*( | |
cling-unwrapped> [ ]+[^ | |
cling-unwrapped> ]*)* | |
cling-unwrapped> [ ]+([^ | |
cling-unwrapped> ]+)[^ | |
cling-unwrapped> ]*-o[^ | |
cling-unwrapped> ]*CompilerIdC/(\./)?(CompilerIdC.(framework|xctest|build/[^ | |
cling-unwrapped> ]+)/)?CompilerIdC[ | |
cling-unwrapped> \"] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(120): set(CMAKE_C_COMPILER_ID_TOOL_MATCH_INDEX 2 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(122): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(4): macro(__determine_compiler_id_test testflags_var userflags_var ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(20): function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(296): include(CMakeCompilerIdDetection ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(5): function(_readFile file ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(14): function(compiler_id_detection outvar lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(300): function(CMAKE_DETERMINE_COMPILER_ID_WRITE lang src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(318): function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags userflags src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(801): function(CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR lang output ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(812): function(CMAKE_DETERMINE_COMPILER_ID_CHECK lang file ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1049): function(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1110): function(CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX lang userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(123): CMAKE_DETERMINE_COMPILER_ID(C CFLAGS CMakeCCompilerId.c ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(22): string(STRIP CMAKE_C_COMPILER_ID_ARG1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(23): string(REGEX REPLACE + ; CMAKE_C_COMPILER_ID_ARG1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(26): if(CMAKE_C_FLAGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(28): elseif(DEFINED ENV{CFLAGS} ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(30): else(CMAKE_C_FLAGS_INIT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(31): set(CMAKE_C_COMPILER_ID_FLAGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(33): string(REPLACE ; CMAKE_C_COMPILER_ID_FLAGS_LIST ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(36): set(CMAKE_C_COMPILER_ID_DIR /build/clang/build/CMakeFiles/3.24.2/CompilerIdC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(40): if(CMAKE_C_COMPILER_ID_REQUIRE_SUCCESS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(54): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(57): foreach(userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(58): foreach(testflags -c;-Aa;-D__CLASSIC_C__;--target=arm-arm-none-eabi -mcpu=cortex-m3;-c -I__does_not_exist__ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(59): __determine_compiler_id_test(testflags userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(5): separate_arguments(testflags UNIX_COMMAND ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(6): CMAKE_DETERMINE_COMPILER_ID_BUILD(C CMakeCCompilerId.c ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(320): file(REMOVE_RECURSE /build/clang/build/CMakeFiles/3.24.2/CompilerIdC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(321): file(MAKE_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(322): file(MAKE_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(323): CMAKE_DETERMINE_COMPILER_ID_WRITE(C CMakeCCompilerId.c ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(301): find_file(src_in CMakeCCompilerId.c.in PATHS /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(302): file(READ /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCCompilerId.c.in ID_CONTENT_IN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(304): compiler_id_detection(CMAKE_C_COMPILER_ID_CONTENT C ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT xC STREQUAL xFortran AND NOT xC STREQUAL xCSharp AND NOT xC STREQUAL xISPC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(18): file(GLOB lang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/*-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(20): set(nonlang CXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(21): if(xC STREQUAL xCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(25): file(GLOB nonlang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/*-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(27): list(REMOVE_ITEM lang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(30): set(files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(31): if(files ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(32): foreach(file /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_ADI_COMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(_ADI_COMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) && !defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) && !defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__ARMCOMPILER_VERSION) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(9): string(APPEND _compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMClang defined(__clang__) && defined(__ARMCOMPILER_VERSION) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__BCC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Bruce-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Bruce PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Bruce PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Bruce defined(__BCC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__CLANG_FUJITSU) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId FujitsuClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_FujitsuClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_FujitsuClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_FujitsuClang defined(__CLANG_FUJITSU) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ghs__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__ghs__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_cc) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_cc) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake(24): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake(26): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__open_xl__) && defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IBMClang-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IBMClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IBMClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IBMClang defined(__open_xl__) && defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(43): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(2): set(_compiler_id_pp_test (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(35): set(_compiler_id_simulate | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IntelLLVM-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IntelLLVM | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IntelLLVM | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IntelLLVM (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId LCC-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_LCC | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_LCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_LCC defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCOMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVHPC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVHPC | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVHPC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVHPC defined(__NVCOMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(22): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "Clang" | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA | |
cling-unwrapped> # if defined(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "Clang" | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(4): set(_compiler_id_pp_test defined(__SDCC_VERSION_MAJOR) || defined(SDCC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake(6): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SDCC-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SDCC | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SDCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SDCC defined(__SDCC_VERSION_MAJOR) || defined(SDCC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_C) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_C) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TINYC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TinyCC-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TinyCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TinyCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TinyCC defined(__TINYC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ibmxl__) && defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XLClang-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XLClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XLClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XLClang defined(__ibmxl__) && defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMC__) && defined(__COMPILER_VER__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-C-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-C-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMC__) && defined(__COMPILER_VER__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(36): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(37): set(oneValueArgs PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(39): if(CID_UNPARSED_ARGUMENTS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(45): if(xC STREQUAL xCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(74): if(xC STREQUAL xC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(75): list(APPEND ordered_compilers TinyCC Bruce ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(80): list(APPEND ordered_compilers SCO ARMCC AppleClang ARMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(86): list(APPEND ordered_compilers Clang LCC GNU MSVC ADSP IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(94): if(xC STREQUAL xC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(95): list(APPEND ordered_compilers SDCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(100): if(xC STREQUAL xCUDA ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(104): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(112): set(pp_if #if ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(114): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Intel ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #if defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #if defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IntelLLVM ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PathScale ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PATHCC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PathScale" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Embarcadero ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Embarcadero" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Borland ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Borland" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Watcom ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Watcom" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_OpenWatcom ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "OpenWatcom" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SunPro ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SUNPRO_C) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SunPro" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_C>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__SUNPRO_C) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_HP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__HP_cc) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "HP" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_cc/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_cc/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_cc % 100) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__HP_cc) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Compaq ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__DECC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Compaq" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECC_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECC_VER % 10000) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__DECC) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_zOS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && defined(__COMPILER_VER__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "zOS" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMC__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IBMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IBMClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XLClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XLClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XL" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_VisualAge ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "VisualAge" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMC__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMC__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMC__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_NVHPC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__NVCOMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "NVHPC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PGI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PGI) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PGI" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Cray ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_CRAYC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Cray" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TI" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_FujitsuClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "FujitsuClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Fujitsu ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__FUJITSU) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Fujitsu" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GHS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ghs__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GHS" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TinyCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TINYC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TinyCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__TINYC__) | |
cling-unwrapped> # define COMPILER_ID "TinyCC" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Bruce ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BCC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Bruce" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__BCC__) | |
cling-unwrapped> # define COMPILER_ID "Bruce" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SCO ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SCO_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SCO" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_AppleClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Clang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_LCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "LCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__GNUC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GNU" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_MSVC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_MSC_VER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "MSVC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ADSP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_ADI_COMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ADSP" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IAR" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SDCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SDCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR @MACRO_DEC@(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR @MACRO_DEC@(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH @MACRO_DEC@(SDCC % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(SDCC % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | |
cling-unwrapped> # define COMPILER_ID "SDCC" | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(SDCC % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(143): if(CID_PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(144): set(platform_compiler_detection | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(155): string(APPEND CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(158): set(CMAKE_C_COMPILER_ID_CONTENT | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> #if defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SUNPRO_C) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__HP_cc) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | |
cling-unwrapped> #elif defined(__DECC) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | |
cling-unwrapped> #elif defined(__IBMC__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__TINYC__) | |
cling-unwrapped> # define COMPILER_ID "TinyCC" | |
cling-unwrapped> #elif defined(__BCC__) | |
cling-unwrapped> # define COMPILER_ID "Bruce" | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | |
cling-unwrapped> # define COMPILER_ID "SDCC" | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(SDCC % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(310): unset(src_in CACHE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(311): string(CONFIGURE #ifdef __cplusplus | |
cling-unwrapped> # error "A C++ compiler has been selected for C." | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__18CXX) | |
cling-unwrapped> # define ID_VOID_MAIN | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CLASSIC_C__) | |
cling-unwrapped> /* cv-qualifiers did not exist in K&R C */ | |
cling-unwrapped> # define const | |
cling-unwrapped> # define volatile | |
cling-unwrapped> #endif | |
cling-unwrapped> #if !defined(__has_include) | |
cling-unwrapped> /* If the compiler does not have __has_include, pretend the answer is | |
cling-unwrapped> always no. */ | |
cling-unwrapped> # define __has_include(x) 0 | |
cling-unwrapped> #endif | |
cling-unwrapped> @CMAKE_C_COMPILER_ID_CONTENT@ | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef __QNXNTO__ | |
cling-unwrapped> char const* qnxnto = "INFO" ":" "qnxnto[]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> @CMAKE_C_COMPILER_ID_PLATFORM_CONTENT@ | |
cling-unwrapped> @CMAKE_C_COMPILER_ID_ERROR_FOR_TEST@ | |
cling-unwrapped> #if !defined(__STDC__) && !defined(__clang__) | |
cling-unwrapped> # if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) | |
cling-unwrapped> # define C_VERSION "90" | |
cling-unwrapped> # else | |
cling-unwrapped> # define C_VERSION | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif __STDC_VERSION__ > 201710L | |
cling-unwrapped> # define C_VERSION "23" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 201710L | |
cling-unwrapped> # define C_VERSION "17" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 201000L | |
cling-unwrapped> # define C_VERSION "11" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 199901L | |
cling-unwrapped> # define C_VERSION "99" | |
cling-unwrapped> #else | |
cling-unwrapped> # define C_VERSION "90" | |
cling-unwrapped> #endif | |
cling-unwrapped> const char* info_language_standard_default = | |
cling-unwrapped> "INFO" ":" "standard_default[" C_VERSION "]"; | |
cling-unwrapped> const char* info_language_extensions_default = "INFO" ":" "extensions_default[" | |
cling-unwrapped> #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ | |
cling-unwrapped> defined(__TI_COMPILER_VERSION__)) && \ | |
cling-unwrapped> !defined(__STRICT_ANSI__) | |
cling-unwrapped> "ON" | |
cling-unwrapped> #else | |
cling-unwrapped> "OFF" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> /*--------------------------------------------------------------------------*/ | |
cling-unwrapped> #ifdef ID_VOID_MAIN | |
cling-unwrapped> void main() {} | |
cling-unwrapped> #else | |
cling-unwrapped> # if defined(__CLASSIC_C__) | |
cling-unwrapped> int main(argc, argv) int argc; char *argv[]; | |
cling-unwrapped> # else | |
cling-unwrapped> int main(int argc, char* argv[]) | |
cling-unwrapped> # endif | |
cling-unwrapped> { | |
cling-unwrapped> int require = 0; | |
cling-unwrapped> require += info_compiler[argc]; | |
cling-unwrapped> require += info_platform[argc]; | |
cling-unwrapped> require += info_arch[argc]; | |
cling-unwrapped> #ifdef COMPILER_VERSION_MAJOR | |
cling-unwrapped> require += info_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> require += info_version_internal[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> require += info_simulate[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> require += info_simulate_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> require += info_cray[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> require += info_language_standard_default[argc]; | |
cling-unwrapped> require += info_language_extensions_default[argc]; | |
cling-unwrapped> (void)argv; | |
cling-unwrapped> return require; | |
cling-unwrapped> } | |
cling-unwrapped> #endif | |
cling-unwrapped> ID_CONTENT_OUT @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(312): file(WRITE /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/CMakeCCompilerId.c #ifdef __cplusplus | |
cling-unwrapped> # error "A C++ compiler has been selected for C." | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__18CXX) | |
cling-unwrapped> # define ID_VOID_MAIN | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CLASSIC_C__) | |
cling-unwrapped> /* cv-qualifiers did not exist in K&R C */ | |
cling-unwrapped> # define const | |
cling-unwrapped> # define volatile | |
cling-unwrapped> #endif | |
cling-unwrapped> #if !defined(__has_include) | |
cling-unwrapped> /* If the compiler does not have __has_include, pretend the answer is | |
cling-unwrapped> always no. */ | |
cling-unwrapped> # define __has_include(x) 0 | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> #if defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SUNPRO_C) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_C >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_C = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_C & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__HP_cc) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_cc = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_cc % 100) | |
cling-unwrapped> #elif defined(__DECC) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECC_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECC_VER % 10000) | |
cling-unwrapped> #elif defined(__IBMC__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMC__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMC__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMC__ % 10) | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__TINYC__) | |
cling-unwrapped> # define COMPILER_ID "TinyCC" | |
cling-unwrapped> #elif defined(__BCC__) | |
cling-unwrapped> # define COMPILER_ID "Bruce" | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC) | |
cling-unwrapped> # define COMPILER_ID "SDCC" | |
cling-unwrapped> # if defined(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH) | |
cling-unwrapped> # else | |
cling-unwrapped> /* SDCC = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(SDCC/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(SDCC % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef __QNXNTO__ | |
cling-unwrapped> char const* qnxnto = "INFO" ":" "qnxnto[]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #define STRINGIFY_HELPER(X) #X | |
cling-unwrapped> #define STRINGIFY(X) STRINGIFY_HELPER(X) | |
cling-unwrapped> /* Identify known platforms by name. */ | |
cling-unwrapped> #if defined(__linux) || defined(__linux__) || defined(linux) | |
cling-unwrapped> # define PLATFORM_ID "Linux" | |
cling-unwrapped> #elif defined(__MSYS__) | |
cling-unwrapped> # define PLATFORM_ID "MSYS" | |
cling-unwrapped> #elif defined(__CYGWIN__) | |
cling-unwrapped> # define PLATFORM_ID "Cygwin" | |
cling-unwrapped> #elif defined(__MINGW32__) | |
cling-unwrapped> # define PLATFORM_ID "MinGW" | |
cling-unwrapped> #elif defined(__APPLE__) | |
cling-unwrapped> # define PLATFORM_ID "Darwin" | |
cling-unwrapped> #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | |
cling-unwrapped> # define PLATFORM_ID "Windows" | |
cling-unwrapped> #elif defined(__FreeBSD__) || defined(__FreeBSD) | |
cling-unwrapped> # define PLATFORM_ID "FreeBSD" | |
cling-unwrapped> #elif defined(__NetBSD__) || defined(__NetBSD) | |
cling-unwrapped> # define PLATFORM_ID "NetBSD" | |
cling-unwrapped> #elif defined(__OpenBSD__) || defined(__OPENBSD) | |
cling-unwrapped> # define PLATFORM_ID "OpenBSD" | |
cling-unwrapped> #elif defined(__sun) || defined(sun) | |
cling-unwrapped> # define PLATFORM_ID "SunOS" | |
cling-unwrapped> #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | |
cling-unwrapped> # define PLATFORM_ID "AIX" | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpux__) | |
cling-unwrapped> # define PLATFORM_ID "HP-UX" | |
cling-unwrapped> #elif defined(__HAIKU__) | |
cling-unwrapped> # define PLATFORM_ID "Haiku" | |
cling-unwrapped> #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | |
cling-unwrapped> # define PLATFORM_ID "BeOS" | |
cling-unwrapped> #elif defined(__QNX__) || defined(__QNXNTO__) | |
cling-unwrapped> # define PLATFORM_ID "QNX" | |
cling-unwrapped> #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | |
cling-unwrapped> # define PLATFORM_ID "Tru64" | |
cling-unwrapped> #elif defined(__riscos) || defined(__riscos__) | |
cling-unwrapped> # define PLATFORM_ID "RISCos" | |
cling-unwrapped> #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | |
cling-unwrapped> # define PLATFORM_ID "SINIX" | |
cling-unwrapped> #elif defined(__UNIX_SV__) | |
cling-unwrapped> # define PLATFORM_ID "UNIX_SV" | |
cling-unwrapped> #elif defined(__bsdos__) | |
cling-unwrapped> # define PLATFORM_ID "BSDOS" | |
cling-unwrapped> #elif defined(_MPRAS) || defined(MPRAS) | |
cling-unwrapped> # define PLATFORM_ID "MP-RAS" | |
cling-unwrapped> #elif defined(__osf) || defined(__osf__) | |
cling-unwrapped> # define PLATFORM_ID "OSF1" | |
cling-unwrapped> #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | |
cling-unwrapped> # define PLATFORM_ID "SCO_SV" | |
cling-unwrapped> #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | |
cling-unwrapped> # define PLATFORM_ID "ULTRIX" | |
cling-unwrapped> #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | |
cling-unwrapped> # define PLATFORM_ID "Xenix" | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # if defined(__LINUX__) | |
cling-unwrapped> # define PLATFORM_ID "Linux" | |
cling-unwrapped> # elif defined(__DOS__) | |
cling-unwrapped> # define PLATFORM_ID "DOS" | |
cling-unwrapped> # elif defined(__OS2__) | |
cling-unwrapped> # define PLATFORM_ID "OS2" | |
cling-unwrapped> # elif defined(__WINDOWS__) | |
cling-unwrapped> # define PLATFORM_ID "Windows3x" | |
cling-unwrapped> # elif defined(__VXWORKS__) | |
cling-unwrapped> # define PLATFORM_ID "VxWorks" | |
cling-unwrapped> # else /* unknown platform */ | |
cling-unwrapped> # define PLATFORM_ID | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__INTEGRITY) | |
cling-unwrapped> # if defined(INT_178B) | |
cling-unwrapped> # define PLATFORM_ID "Integrity178" | |
cling-unwrapped> # else /* regular Integrity */ | |
cling-unwrapped> # define PLATFORM_ID "Integrity" | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define PLATFORM_ID "ADSP" | |
cling-unwrapped> #else /* unknown platform */ | |
cling-unwrapped> # define PLATFORM_ID | |
cling-unwrapped> #endif | |
cling-unwrapped> /* For windows compilers MSVC and Intel we can determine | |
cling-unwrapped> the architecture of the compiler being used. This is because | |
cling-unwrapped> the compilers do not have flags that can change the architecture, | |
cling-unwrapped> but rather depend on which compiler is being used | |
cling-unwrapped> */ | |
cling-unwrapped> #if defined(_WIN32) && defined(_MSC_VER) | |
cling-unwrapped> # if defined(_M_IA64) | |
cling-unwrapped> # define ARCHITECTURE_ID "IA64" | |
cling-unwrapped> # elif defined(_M_ARM64EC) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM64EC" | |
cling-unwrapped> # elif defined(_M_X64) || defined(_M_AMD64) | |
cling-unwrapped> # define ARCHITECTURE_ID "x64" | |
cling-unwrapped> # elif defined(_M_IX86) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # elif defined(_M_ARM64) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM64" | |
cling-unwrapped> # elif defined(_M_ARM) | |
cling-unwrapped> # if _M_ARM == 4 | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV4I" | |
cling-unwrapped> # elif _M_ARM == 5 | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV5I" | |
cling-unwrapped> # else | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(_M_MIPS) | |
cling-unwrapped> # define ARCHITECTURE_ID "MIPS" | |
cling-unwrapped> # elif defined(_M_SH) | |
cling-unwrapped> # define ARCHITECTURE_ID "SHx" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # if defined(_M_I86) | |
cling-unwrapped> # define ARCHITECTURE_ID "I86" | |
cling-unwrapped> # elif defined(_M_IX86) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # if defined(__ICCARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__ICCRX__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RX" | |
cling-unwrapped> # elif defined(__ICCRH850__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RH850" | |
cling-unwrapped> # elif defined(__ICCRL78__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RL78" | |
cling-unwrapped> # elif defined(__ICCRISCV__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RISCV" | |
cling-unwrapped> # elif defined(__ICCAVR__) | |
cling-unwrapped> # define ARCHITECTURE_ID "AVR" | |
cling-unwrapped> # elif defined(__ICC430__) | |
cling-unwrapped> # define ARCHITECTURE_ID "MSP430" | |
cling-unwrapped> # elif defined(__ICCV850__) | |
cling-unwrapped> # define ARCHITECTURE_ID "V850" | |
cling-unwrapped> # elif defined(__ICC8051__) | |
cling-unwrapped> # define ARCHITECTURE_ID "8051" | |
cling-unwrapped> # elif defined(__ICCSTM8__) | |
cling-unwrapped> # define ARCHITECTURE_ID "STM8" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # if defined(__PPC64__) | |
cling-unwrapped> # define ARCHITECTURE_ID "PPC64" | |
cling-unwrapped> # elif defined(__ppc__) | |
cling-unwrapped> # define ARCHITECTURE_ID "PPC" | |
cling-unwrapped> # elif defined(__ARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__x86_64__) | |
cling-unwrapped> # define ARCHITECTURE_ID "x64" | |
cling-unwrapped> # elif defined(__i386__) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # if defined(__TI_ARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__MSP430__) | |
cling-unwrapped> # define ARCHITECTURE_ID "MSP430" | |
cling-unwrapped> # elif defined(__TMS320C28XX__) | |
cling-unwrapped> # define ARCHITECTURE_ID "TMS320C28x" | |
cling-unwrapped> # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | |
cling-unwrapped> # define ARCHITECTURE_ID "TMS320C6x" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(__ADSPSHARC__) | |
cling-unwrapped> # define ARCHITECTURE_ID "SHARC" | |
cling-unwrapped> # elif defined(__ADSPBLACKFIN__) | |
cling-unwrapped> # define ARCHITECTURE_ID "Blackfin" | |
cling-unwrapped> #else | |
cling-unwrapped> # define ARCHITECTURE_ID | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Convert integer to decimal digit literals. */ | |
cling-unwrapped> #define DEC(n) \ | |
cling-unwrapped> ('0' + (((n) / 10000000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 1000000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 100000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 10000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 1000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 100)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 10)%10)), \ | |
cling-unwrapped> ('0' + ((n) % 10)) | |
cling-unwrapped> /* Convert integer to hex digit literals. */ | |
cling-unwrapped> #define HEX(n) \ | |
cling-unwrapped> ('0' + ((n)>>28 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>24 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>20 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>16 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>12 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>8 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>4 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n) & 0xF)) | |
cling-unwrapped> /* Construct a string literal encoding the version number. */ | |
cling-unwrapped> #ifdef COMPILER_VERSION | |
cling-unwrapped> char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; | |
cling-unwrapped> /* Construct a string literal encoding the version number components. */ | |
cling-unwrapped> #elif defined(COMPILER_VERSION_MAJOR) | |
cling-unwrapped> char const info_version[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | |
cling-unwrapped> COMPILER_VERSION_MAJOR, | |
cling-unwrapped> # ifdef COMPILER_VERSION_MINOR | |
cling-unwrapped> '.', COMPILER_VERSION_MINOR, | |
cling-unwrapped> # ifdef COMPILER_VERSION_PATCH | |
cling-unwrapped> '.', COMPILER_VERSION_PATCH, | |
cling-unwrapped> # ifdef COMPILER_VERSION_TWEAK | |
cling-unwrapped> '.', COMPILER_VERSION_TWEAK, | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ']','\0'}; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct a string literal encoding the internal version number. */ | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> char const info_version_internal[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | |
cling-unwrapped> 'i','n','t','e','r','n','a','l','[', | |
cling-unwrapped> COMPILER_VERSION_INTERNAL,']','\0'}; | |
cling-unwrapped> #elif defined(COMPILER_VERSION_INTERNAL_STR) | |
cling-unwrapped> char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct a string literal encoding the version number components. */ | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> char const info_simulate_version[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | |
cling-unwrapped> SIMULATE_VERSION_MAJOR, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_MINOR | |
cling-unwrapped> '.', SIMULATE_VERSION_MINOR, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_PATCH | |
cling-unwrapped> '.', SIMULATE_VERSION_PATCH, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_TWEAK | |
cling-unwrapped> '.', SIMULATE_VERSION_TWEAK, | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ']','\0'}; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | |
cling-unwrapped> char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | |
cling-unwrapped> #if !defined(__STDC__) && !defined(__clang__) | |
cling-unwrapped> # if defined(_MSC_VER) || defined(__ibmxl__) || defined(__IBMC__) | |
cling-unwrapped> # define C_VERSION "90" | |
cling-unwrapped> # else | |
cling-unwrapped> # define C_VERSION | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif __STDC_VERSION__ > 201710L | |
cling-unwrapped> # define C_VERSION "23" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 201710L | |
cling-unwrapped> # define C_VERSION "17" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 201000L | |
cling-unwrapped> # define C_VERSION "11" | |
cling-unwrapped> #elif __STDC_VERSION__ >= 199901L | |
cling-unwrapped> # define C_VERSION "99" | |
cling-unwrapped> #else | |
cling-unwrapped> # define C_VERSION "90" | |
cling-unwrapped> #endif | |
cling-unwrapped> const char* info_language_standard_default = | |
cling-unwrapped> "INFO" ":" "standard_default[" C_VERSION "]"; | |
cling-unwrapped> const char* info_language_extensions_default = "INFO" ":" "extensions_default[" | |
cling-unwrapped> #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ | |
cling-unwrapped> defined(__TI_COMPILER_VERSION__)) && \ | |
cling-unwrapped> !defined(__STRICT_ANSI__) | |
cling-unwrapped> "ON" | |
cling-unwrapped> #else | |
cling-unwrapped> "OFF" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> /*--------------------------------------------------------------------------*/ | |
cling-unwrapped> #ifdef ID_VOID_MAIN | |
cling-unwrapped> void main() {} | |
cling-unwrapped> #else | |
cling-unwrapped> # if defined(__CLASSIC_C__) | |
cling-unwrapped> int main(argc, argv) int argc; char *argv[]; | |
cling-unwrapped> # else | |
cling-unwrapped> int main(int argc, char* argv[]) | |
cling-unwrapped> # endif | |
cling-unwrapped> { | |
cling-unwrapped> int require = 0; | |
cling-unwrapped> require += info_compiler[argc]; | |
cling-unwrapped> require += info_platform[argc]; | |
cling-unwrapped> require += info_arch[argc]; | |
cling-unwrapped> #ifdef COMPILER_VERSION_MAJOR | |
cling-unwrapped> require += info_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> require += info_version_internal[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> require += info_simulate[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> require += info_simulate_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> require += info_cray[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> require += info_language_standard_default[argc]; | |
cling-unwrapped> require += info_language_extensions_default[argc]; | |
cling-unwrapped> (void)argv; | |
cling-unwrapped> return require; | |
cling-unwrapped> } | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(326): set(COMPILER_DESCRIPTION Compiler: /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc | |
cling-unwrapped> Build flags: | |
cling-unwrapped> Id flags: | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(333): if(Unix Makefiles MATCHES Visual Studio ([0-9]+) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(556): elseif(Unix Makefiles MATCHES Xcode ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(658): elseif(Unix Makefiles MATCHES Green Hills MULTI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(696): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(697): execute_process(COMMAND /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc CMakeCCompilerId.c WORKING_DIRECTORY /build/clang/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(709): if( MATCHES exec: [^ | |
cling-unwrapped> ]*\((/[^, | |
cling-unwrapped> ]*/cpp),CMakeFortranCompilerId.F ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(718): if(CMAKE_C_COMPILER_ID_RESULT OR CMAKE_C_COMPILER_ID_OUTPUT MATCHES warning #5117: Bad # preprocessor line ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(745): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(747): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded. | |
cling-unwrapped> Compiler: /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc | |
cling-unwrapped> Build flags: | |
cling-unwrapped> Id flags: | |
cling-unwrapped> The output was: | |
cling-unwrapped> 0 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(758): string(REGEX REPLACE ([][]) [\1] _glob_id_dir /build/clang/build/CMakeFiles/3.24.2/CompilerIdC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(759): file(GLOB files RELATIVE /build/clang/build/CMakeFiles/3.24.2/CompilerIdC /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/* /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/*.xctest/* /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/*.framework/* ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(771): list(REMOVE_ITEM files CMakeCCompilerId.c ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(772): set(COMPILER_C_PRODUCED_FILES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(773): foreach(file a.out;tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(775): list(APPEND COMPILER_C_PRODUCED_FILES a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(776): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log Compilation of the C compiler identification source " CMakeCCompilerId.c" produced "a.out" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(782): if(NOT COMPILER_C_PRODUCED_FILES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(790): set(COMPILER_C_PRODUCED_OUTPUT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(794): set(COMPILER_C_PRODUCED_FILES a.out PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(795): set(COMPILER_C_PRODUCED_OUTPUT PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(7): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(C ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(802): foreach(vendor ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(807): set(CMAKE_C_COMPILER_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(9): if(NOT CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(10): foreach(file a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(11): CMAKE_DETERMINE_COMPILER_ID_CHECK(C /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/a.out CMakeCCompilerId.c ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(814): if(NOT CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(816): set(COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(817): set(COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(818): set(COMPILER_VERSION_MAJOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(819): set(COMPILER_VERSION_MINOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(820): set(COMPILER_VERSION_PATCH 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(821): set(COMPILER_VERSION_TWEAK 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(822): set(COMPILER_VERSION_INTERNAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(823): set(HAVE_COMPILER_VERSION_MAJOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(824): set(HAVE_COMPILER_VERSION_MINOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(825): set(HAVE_COMPILER_VERSION_PATCH 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(826): set(HAVE_COMPILER_VERSION_TWEAK 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(827): set(COMPILER_WRAPPER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(828): set(DIGIT_VALUE_1 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(829): set(DIGIT_VALUE_2 10 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(830): set(DIGIT_VALUE_3 100 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(831): set(DIGIT_VALUE_4 1000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(832): set(DIGIT_VALUE_5 10000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(833): set(DIGIT_VALUE_6 100000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(834): set(DIGIT_VALUE_7 1000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(835): set(DIGIT_VALUE_8 10000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(836): set(PLATFORM_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(837): set(ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(838): set(SIMULATE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(839): set(SIMULATE_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(840): set(CMAKE_C_COMPILER_ID_STRING_REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(841): foreach(encoding ENCODING;UTF-16LE ENCODING;UTF-16BE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(842): file(STRINGS /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/a.out CMAKE_C_COMPILER_ID_STRINGS LIMIT_COUNT 38 REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(845): if(NOT CMAKE_C_COMPILER_ID_STRINGS STREQUAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(846): break() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(851): if(CMAKE_C_COMPILER_ID_STRINGS STREQUAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(860): list(FILTER CMAKE_C_COMPILER_ID_STRINGS EXCLUDE REGEX \?<Constant \" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(865): if(CMAKE_C_COMPILER_ID_STRINGS MATCHES (.)I.N.F.O.:. ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(871): string(REGEX MATCHALL INFO:[A-Za-z0-9_]+\[([^]"]*)\] CMAKE_C_COMPILER_ID_STRINGS INFO:extensions_default[ON];INFO:standard_default[17];INFO:arch[];INFO:platform[Linux];INFO:compiler[GNU];INFO:compiler_version[00000011.00000003.00000000] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(875): list(REMOVE_DUPLICATES CMAKE_C_COMPILER_ID_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(877): set(COMPILER_ID_TWICE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(878): foreach(info INFO:extensions_default[ON];INFO:standard_default[17];INFO:arch[];INFO:platform[Linux];INFO:compiler[GNU];INFO:compiler_version[00000011.00000003.00000000] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:extensions_default[ON] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:extensions_default[ON] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:extensions_default[ON] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:extensions_default[ON] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:extensions_default[ON] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:extensions_default[ON] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:extensions_default[ON] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:extensions_default[ON] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:extensions_default[ON] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(927): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:standard_default[17] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:standard_default[17] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:standard_default[17] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:standard_default[17] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:standard_default[17] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:standard_default[17] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:standard_default[17] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:standard_default[17] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:standard_default[17] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:standard_default[17] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(924): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:standard_default[17] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:arch[] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:arch[] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:arch[] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(889): set(ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:arch[] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:arch[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:arch[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:arch[] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:arch[] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:arch[] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:arch[] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:arch[] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:platform[Linux] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:platform[Linux] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(886): set(PLATFORM_ID Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:platform[Linux] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:platform[Linux] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:platform[Linux] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:platform[Linux] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:platform[Linux] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:platform[Linux] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:platform[Linux] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:platform[Linux] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:platform[Linux] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler[GNU] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(880): if(COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(883): set(COMPILER_ID GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler[GNU] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler[GNU] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler[GNU] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler[GNU] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler[GNU] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler[GNU] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler[GNU] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler[GNU] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler[GNU] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(892): string(REGEX REPLACE ^0+([0-9]+) \1 COMPILER_VERSION 00000011.00000003.00000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(893): string(REGEX REPLACE \.0+([0-9]) .\1 COMPILER_VERSION 11.00000003.00000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(932): if(NOT DEFINED COMPILER_VERSION AND HAVE_COMPILER_VERSION_MAJOR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(946): if(WIN32 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(975): if(COMPILER_ID AND NOT COMPILER_ID_TWICE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(976): set(CMAKE_C_COMPILER_ID GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(977): set(CMAKE_C_PLATFORM_ID Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(978): set(CMAKE_C_COMPILER_ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(979): set(MSVC_C_ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(980): set(CMAKE_C_COMPILER_VERSION 11.3.0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(981): set(CMAKE_C_COMPILER_VERSION_INTERNAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(982): set(CMAKE_C_SIMULATE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(983): set(CMAKE_C_SIMULATE_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(987): if(CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(989): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log The C compiler identification is GNU, found in " /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/a.out" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1001): if(NOT CMAKE_EXECUTABLE_FORMAT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1002): file(READ /build/clang/build/CMakeFiles/3.24.2/CompilerIdC/a.out CMAKE_EXECUTABLE_MAGIC LIMIT 4 HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1005): if(7f454c46 STREQUAL 7f454c46 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1006): set(CMAKE_EXECUTABLE_FORMAT ELF CACHE INTERNAL Executable file format ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1015): if(7f454c46 MATCHES feedface|cefaedfe|feedfacf|cffaedfe ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1020): if(7f454c46 MATCHES ^01(df|f7) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1026): set(CMAKE_C_COMPILER_ID GNU PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1027): set(CMAKE_C_PLATFORM_ID Linux PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1028): set(CMAKE_C_COMPILER_ARCHITECTURE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1029): set(MSVC_C_ARCHITECTURE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1031): set(CMAKE_C_COMPILER_VERSION 11.3.0 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1032): set(CMAKE_C_COMPILER_VERSION_INTERNAL PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1033): set(CMAKE_C_COMPILER_WRAPPER PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1034): set(CMAKE_C_SIMULATE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1035): set(CMAKE_C_SIMULATE_VERSION PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1036): set(COMPILER_QNXNTO PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1037): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1038): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(60): if(CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(61): break() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(64): if(CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(65): break() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(71): if(CMAKE_C_COMPILER_ID_TOOL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(74): elseif(NOT CMAKE_C_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(79): if(CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(86): if(NOT CMAKE_C_COMPILER_ID AND Unix Makefiles MATCHES Green Hills MULTI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(93): if(lang STREQUAL CUDA AND CMAKE_C_COMPILER_ID STREQUAL NVIDIA AND NOT CMAKE_C_COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(109): if(lang STREQUAL Swift AND CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(133): if(lang STREQUAL ISPC AND CMAKE_C_COMPILER AND NOT CMAKE_C_COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(154): if(lang STREQUAL Fortran AND CMAKE_C_COMPILER_ID STREQUAL LCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(174): if(COMPILER_QNXNTO AND ( CMAKE_C_COMPILER_ID STREQUAL GNU OR CMAKE_C_COMPILER_ID STREQUAL LCC ) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(191): if(CMAKE_C_COMPILER_ID STREQUAL Fujitsu ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(209): if(NOT CMAKE_EXECUTABLE_FORMAT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(220): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(221): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(224): set(_variant ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(225): if(xGNU STREQUAL xClang OR xGNU STREQUAL xIntelLLVM ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(246): elseif(xGNU STREQUAL xFujitsuClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(248): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(249): set(CMAKE_C_COMPILER_FRONTEND_VARIANT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(253): if(CMAKE_C_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(254): if(CMAKE_C_COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(255): set(_version 11.3.0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(259): if(CMAKE_C_COMPILER_ARCHITECTURE_ID AND xGNU STREQUAL xIAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(261): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(262): set(_archid ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(264): message(STATUS The C compiler identification is GNU 11.3.0 ) | |
cling-unwrapped> -- The C compiler identification is GNU 11.3.0 | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(266): unset(_archid ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(267): unset(_version ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(268): unset(_variant ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(273): if(lang STREQUAL Fortran AND CMAKE_C_COMPILER_ID STREQUAL XL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(277): set(CMAKE_C_COMPILER_ID GNU PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(278): set(CMAKE_C_PLATFORM_ID Linux PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(279): set(CMAKE_C_COMPILER_ARCHITECTURE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(280): set(MSVC_C_ARCHITECTURE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(282): set(CMAKE_C_XCODE_ARCHS PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(283): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(284): set(CMAKE_C_COMPILER_FRONTEND_VARIANT PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(285): set(CMAKE_C_COMPILER_VERSION 11.3.0 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(286): set(CMAKE_C_COMPILER_VERSION_INTERNAL PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(287): set(CMAKE_C_COMPILER_WRAPPER PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(288): set(CMAKE_C_SIMULATE_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(289): set(CMAKE_C_SIMULATE_VERSION PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(290): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(291): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(292): set(CMAKE_C_COMPILER_PRODUCED_OUTPUT PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(293): set(CMAKE_C_COMPILER_PRODUCED_FILES a.out PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(125): _cmake_find_compiler_sysroot(C ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(156): if(CMAKE_C_COMPILER_ID STREQUAL GNU OR CMAKE_C_COMPILER_ID STREQUAL LCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(157): execute_process(COMMAND /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc -print-sysroot OUTPUT_STRIP_TRAILING_WHITESPACE OUTPUT_VARIABLE _cmake_sysroot_run_out ERROR_VARIABLE _cmake_sysroot_run_err ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(162): if(_cmake_sysroot_run_out AND NOT _cmake_sysroot_run_err AND NOT _cmake_sysroot_run_out STREQUAL / AND IS_DIRECTORY /usr ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(167): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(168): set(CMAKE_C_COMPILER_SYSROOT PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(128): if(CMAKE_C_COMPILER_ID STREQUAL GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(129): set(CMAKE_COMPILER_IS_GNUCC 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(150): if(NOT _CMAKE_TOOLCHAIN_LOCATION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(151): get_filename_component(_CMAKE_TOOLCHAIN_LOCATION /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(161): if(NOT _CMAKE_TOOLCHAIN_PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(163): if(CMAKE_C_COMPILER_ID MATCHES GNU|Clang|QCC|LCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(164): get_filename_component(COMPILER_BASENAME /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc NAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(165): if(COMPILER_BASENAME MATCHES ^(.+-)?(clang|g?cc)(-cl)?(-[0-9]+(\.[0-9]+)*)?(-[^.]+)?(\.exe)?$ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(166): set(_CMAKE_TOOLCHAIN_PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(167): set(_CMAKE_TOOLCHAIN_SUFFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(168): set(_CMAKE_COMPILER_SUFFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(181): if( MATCHES (.+-)?llvm-$ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(195): set(_CMAKE_PROCESSING_LANGUAGE C ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(196): include(CMakeFindBinUtils ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(23): cmake_policy(PUSH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(24): cmake_policy(SET CMP0057 NEW ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(27): function(__resolve_tool_path CMAKE_TOOL SEARCH_PATH DOCSTRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(60): __resolve_tool_path(CMAKE_LINKER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin Default Linker ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(29): if(CMAKE_LINKER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(61): __resolve_tool_path(CMAKE_MT /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin Default Manifest Tool ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(29): if(CMAKE_MT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(63): set(_CMAKE_TOOL_VARS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(66): if(( x STREQUAL xMSVC AND ( x STREQUAL xMSVC OR NOT xGNU STREQUAL xClang ) ) OR xGNU STREQUAL xMSVC OR ( CMAKE_HOST_WIN32 AND xGNU STREQUAL xPGI ) OR ( CMAKE_HOST_WIN32 AND xGNU 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 ) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(96): elseif(xGNU MATCHES ^x(Open)?Watcom$ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(101): elseif(xGNU MATCHES ^xIAR$ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(149): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(150): if(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(153): if(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(158): set(_CMAKE_AR_NAMES ar ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(159): set(_CMAKE_RANLIB_NAMES ranlib ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(160): set(_CMAKE_STRIP_NAMES strip ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(161): set(_CMAKE_LINKER_NAMES ld ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(162): set(_CMAKE_NM_NAMES nm ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(163): set(_CMAKE_OBJDUMP_NAMES objdump ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(164): set(_CMAKE_OBJCOPY_NAMES objcopy ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(165): set(_CMAKE_READELF_NAMES readelf ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(166): set(_CMAKE_DLLTOOL_NAMES dlltool ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(167): set(_CMAKE_ADDR2LINE_NAMES addr2line ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(170): if(GNU STREQUAL Clang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(199): elseif(GNU STREQUAL ARMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(204): list(APPEND _CMAKE_TOOL_VARS AR RANLIB STRIP LINKER NM OBJDUMP OBJCOPY READELF DLLTOOL ADDR2LINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(207): foreach(_CMAKE_TOOL IN LISTS _CMAKE_TOOL_VARS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_AR_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_AR_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_AR_FIND_NAMES ar ar ar ar ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_AR_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_AR NAMES ar HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_AR_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_RANLIB_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_RANLIB_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_RANLIB_FIND_NAMES ranlib ranlib ranlib ranlib ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_RANLIB_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_RANLIB NAMES ranlib HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_RANLIB_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_STRIP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_STRIP_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_STRIP_FIND_NAMES strip strip strip strip ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_STRIP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_STRIP NAMES strip HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_STRIP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_LINKER_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_LINKER_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_LINKER_FIND_NAMES ld ld ld ld ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_LINKER_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_LINKER NAMES ld HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_LINKER_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_NM_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_NM_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_NM_FIND_NAMES nm nm nm nm ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_NM_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_NM NAMES nm HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_NM_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_OBJDUMP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_OBJDUMP_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_OBJDUMP_FIND_NAMES objdump objdump objdump objdump ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_OBJDUMP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_OBJDUMP NAMES objdump HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_OBJDUMP_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_OBJCOPY_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_OBJCOPY_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_OBJCOPY_FIND_NAMES objcopy objcopy objcopy objcopy ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_OBJCOPY_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_OBJCOPY NAMES objcopy HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_OBJCOPY_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_READELF_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_READELF_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_READELF_FIND_NAMES readelf readelf readelf readelf ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_READELF_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_READELF NAMES readelf HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_READELF_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_DLLTOOL_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_DLLTOOL_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_DLLTOOL_FIND_NAMES dlltool dlltool dlltool dlltool ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_DLLTOOL_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_DLLTOOL NAMES dlltool HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_DLLTOOL_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(209): set(_CMAKE_ADDR2LINE_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(210): foreach(_CMAKE_TOOL_NAME IN LISTS _CMAKE_ADDR2LINE_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(211): list(APPEND _CMAKE_ADDR2LINE_FIND_NAMES addr2line addr2line addr2line addr2line ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(218): list(REMOVE_DUPLICATES _CMAKE_ADDR2LINE_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(220): find_program(CMAKE_ADDR2LINE NAMES addr2line HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(221): unset(_CMAKE_ADDR2LINE_FIND_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(224): if(NOT CMAKE_RANLIB ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(229): if(CMAKE_PLATFORM_HAS_INSTALLNAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(240): foreach(_CMAKE_TOOL IN LISTS _CMAKE_TOOL_VARS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_AR PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_AR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_AR_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_RANLIB PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_RANLIB ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_RANLIB_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_STRIP PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_STRIP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_STRIP_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_LINKER PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_LINKER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_LINKER_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_NM PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_NM ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_NM_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_OBJDUMP PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_OBJDUMP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_OBJDUMP_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_OBJCOPY PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_OBJCOPY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_OBJCOPY_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_READELF PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_READELF ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_READELF_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_DLLTOOL PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_DLLTOOL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_DLLTOOL_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(241): get_property(_CMAKE_TOOL_CACHED CACHE CMAKE_ADDR2LINE PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(242): if(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(243): mark_as_advanced(CMAKE_ADDR2LINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(245): unset(_CMAKE_ADDR2LINE_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(247): unset(_CMAKE_TOOL_VARS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(248): unset(_CMAKE_TOOL_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(249): unset(_CMAKE_TOOL_NAME ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(250): unset(_CMAKE_TOOL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(252): if(xGNU MATCHES ^xIAR$ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeFindBinUtils.cmake(259): cmake_policy(POP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(197): include(Compiler/GNU-FindBinUtils OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(1): if(NOT DEFINED _CMAKE_PROCESSING_LANGUAGE OR _CMAKE_PROCESSING_LANGUAGE STREQUAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(8): string(REGEX MATCH ^([0-9]+) __version_x 11.3.0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(11): string(REGEX MATCH ^([0-9]+\.[0-9]+) __version_x_y 11.3.0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(15): get_filename_component(__gcc_hints /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc DIRECTORY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(18): find_program(CMAKE_C_COMPILER_AR NAMES gcc-ar-11.3 gcc-ar-11 gcc-ar HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH DOC A wrapper around 'ar' adding the appropriate '--plugin' option for the GCC compiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(26): mark_as_advanced(CMAKE_C_COMPILER_AR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(29): find_program(CMAKE_C_COMPILER_RANLIB NAMES gcc-ranlib-11.3 gcc-ranlib-11 gcc-ranlib HINTS /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin NO_CMAKE_PATH NO_CMAKE_ENVIRONMENT_PATH DOC A wrapper around 'ranlib' adding the appropriate '--plugin' option for the GCC compiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-FindBinUtils.cmake(37): mark_as_advanced(CMAKE_C_COMPILER_RANLIB ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(198): unset(_CMAKE_PROCESSING_LANGUAGE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(200): if(CMAKE_C_COMPILER_SYSROOT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(204): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(205): set(_SET_CMAKE_C_COMPILER_SYSROOT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(208): if(CMAKE_C_COMPILER_ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(211): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(212): set(_SET_CMAKE_C_COMPILER_ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(215): if(MSVC_C_ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(220): if(CMAKE_C_XCODE_ARCHS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(226): configure_file(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCCompiler.cmake.in /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCCompiler.cmake(230): set(CMAKE_C_COMPILER_ENV_VAR CC ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(1): set(CMAKE_C_COMPILER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/gcc ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(2): set(CMAKE_C_COMPILER_ARG1 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(3): set(CMAKE_C_COMPILER_ID GNU ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(4): set(CMAKE_C_COMPILER_VERSION 11.3.0 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(5): set(CMAKE_C_COMPILER_VERSION_INTERNAL ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(6): set(CMAKE_C_COMPILER_WRAPPER ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(7): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 17 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(8): set(CMAKE_C_EXTENSIONS_COMPUTED_DEFAULT ON ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(9): set(CMAKE_C_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(10): set(CMAKE_C90_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(11): set(CMAKE_C99_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(12): set(CMAKE_C11_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(13): set(CMAKE_C17_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(14): set(CMAKE_C23_COMPILE_FEATURES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(16): set(CMAKE_C_PLATFORM_ID Linux ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(17): set(CMAKE_C_SIMULATE_ID ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(18): set(CMAKE_C_COMPILER_FRONTEND_VARIANT ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(19): set(CMAKE_C_SIMULATE_VERSION ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(24): set(CMAKE_AR /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/ar ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(25): set(CMAKE_C_COMPILER_AR /nix/store/1gf2flfqnpqbr1b4p4qz2f72y42bs56r-gcc-11.3.0/bin/gcc-ar ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(26): set(CMAKE_RANLIB /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/ranlib ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(27): set(CMAKE_C_COMPILER_RANLIB /nix/store/1gf2flfqnpqbr1b4p4qz2f72y42bs56r-gcc-11.3.0/bin/gcc-ranlib ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(28): set(CMAKE_LINKER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/ld ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(29): set(CMAKE_MT ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(30): set(CMAKE_COMPILER_IS_GNUCC 1 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(31): set(CMAKE_C_COMPILER_LOADED 1 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(32): set(CMAKE_C_COMPILER_WORKS ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(33): set(CMAKE_C_ABI_COMPILED ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(35): set(CMAKE_C_COMPILER_ENV_VAR CC ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(37): set(CMAKE_C_COMPILER_ID_RUN 1 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(38): set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(39): set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(40): set(CMAKE_C_LINKER_PREFERENCE 10 ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(43): set(CMAKE_C_SIZEOF_DATA_PTR ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(44): set(CMAKE_C_COMPILER_ABI ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(45): set(CMAKE_C_BYTE_ORDER ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(46): set(CMAKE_C_LIBRARY_ARCHITECTURE ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(48): if(CMAKE_C_SIZEOF_DATA_PTR ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(52): if(CMAKE_C_COMPILER_ABI ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(56): if(CMAKE_C_LIBRARY_ARCHITECTURE ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(60): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(61): if(CMAKE_C_CL_SHOWINCLUDES_PREFIX ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(69): set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(70): set(CMAKE_C_IMPLICIT_LINK_LIBRARIES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(71): set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES ) | |
cling-unwrapped> /build/clang/build/CMakeFiles/3.24.2/CMakeCCompiler.cmake(72): set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(23): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(5): macro(_cmake_find_compiler lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(115): macro(_cmake_find_compiler_path lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(155): function(_cmake_find_compiler_sysroot lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(26): include(Platform/Linux-Determine-CXX OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Platform/Linux-Determine-CXX.cmake(1): if(NOT CMAKE_CXX_COMPILER_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Platform/Linux-Determine-CXX.cmake(2): set(CMAKE_CXX_COMPILER_NAMES c++ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(27): include(Platform/Linux-CXX OPTIONAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(28): if(NOT CMAKE_CXX_COMPILER_NAMES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(32): if(Unix Makefiles MATCHES Visual Studio ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(33): elseif(Unix Makefiles MATCHES Green Hills MULTI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(34): elseif(Unix Makefiles MATCHES Xcode ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(37): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(38): if(NOT CMAKE_CXX_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(65): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(66): _cmake_find_compiler_path(CXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(116): if(CMAKE_CXX_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(123): list(LENGTH CMAKE_CXX_COMPILER _CMAKE_CXX_COMPILER_LENGTH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(124): if(_CMAKE_CXX_COMPILER_LENGTH GREATER 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(129): unset(_CMAKE_CXX_COMPILER_LENGTH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(133): get_filename_component(_CMAKE_USER_CXX_COMPILER_PATH g++ PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(134): if(NOT _CMAKE_USER_CXX_COMPILER_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(135): find_program(CMAKE_CXX_COMPILER_WITH_PATH NAMES g++ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(136): if(CMAKE_CXX_COMPILER_WITH_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(137): set(CMAKE_CXX_COMPILER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/g++ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(138): get_property(_CMAKE_CXX_COMPILER_CACHED CACHE CMAKE_CXX_COMPILER PROPERTY TYPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(139): if(_CMAKE_CXX_COMPILER_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(140): set(CMAKE_CXX_COMPILER /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/g++ CACHE STRING CXX compiler FORCE ) | |
cling-unwrapped> CMake Warning (dev) at /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake:140 (set): | |
cling-unwrapped> Policy CMP0126 is not set: set(CACHE) does not remove a normal variable of | |
cling-unwrapped> the same name. Run "cmake --help-policy CMP0126" for policy details. Use | |
cling-unwrapped> the cmake_policy command to set the policy and suppress this warning. | |
cling-unwrapped> For compatibility with older versions of CMake, normal variable | |
cling-unwrapped> "CMAKE_CXX_COMPILER" will be removed from the current scope. | |
cling-unwrapped> Call Stack (most recent call first): | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake:66 (_cmake_find_compiler_path) | |
cling-unwrapped> CMakeLists.txt:10 (project) | |
cling-unwrapped> This warning is for project developers. Use -Wno-dev to suppress it. | |
cling-unwrapped> | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(142): unset(_CMAKE_CXX_COMPILER_CACHED ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompiler.cmake(144): unset(CMAKE_CXX_COMPILER_WITH_PATH CACHE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(68): mark_as_advanced(CMAKE_CXX_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(73): set(CMAKE_CXX_COMPILER_ID_TEST_FLAGS_FIRST ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(74): set(CMAKE_CXX_COMPILER_ID_TEST_FLAGS -c --c++ --ec++ --target=arm-arm-none-eabi -mcpu=cortex-m3 -c -I__does_not_exist__ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(91): if(CMAKE_CXX_COMPILER_TARGET ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(96): if(NOT CMAKE_CXX_COMPILER_ID_RUN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(97): set(CMAKE_CXX_COMPILER_ID_RUN 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(100): set(CMAKE_CXX_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(101): set(CMAKE_CXX_PLATFORM_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(102): file(READ /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakePlatformId.h.in CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(107): list(APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(108): set(CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(109): set(CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR IAR .+ Compiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(116): set(CMAKE_CXX_COMPILER_ID_TOOL_MATCH_REGEX | |
cling-unwrapped> Ld[^ | |
cling-unwrapped> ]*( | |
cling-unwrapped> [ ]+[^ | |
cling-unwrapped> ]*)* | |
cling-unwrapped> [ ]+([^ | |
cling-unwrapped> ]+)[^ | |
cling-unwrapped> ]*-o[^ | |
cling-unwrapped> ]*CompilerIdCXX/(\./)?(CompilerIdCXX.(framework|xctest|build/[^ | |
cling-unwrapped> ]+)/)?CompilerIdCXX[ | |
cling-unwrapped> \"] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(117): set(CMAKE_CXX_COMPILER_ID_TOOL_MATCH_INDEX 2 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(119): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(4): macro(__determine_compiler_id_test testflags_var userflags_var ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(20): function(CMAKE_DETERMINE_COMPILER_ID lang flagvar src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(296): include(CMakeCompilerIdDetection ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(5): function(_readFile file ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(14): function(compiler_id_detection outvar lang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(300): function(CMAKE_DETERMINE_COMPILER_ID_WRITE lang src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(318): function(CMAKE_DETERMINE_COMPILER_ID_BUILD lang testflags userflags src ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(801): function(CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR lang output ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(812): function(CMAKE_DETERMINE_COMPILER_ID_CHECK lang file ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1049): function(CMAKE_DETERMINE_COMPILER_ID_VENDOR lang userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(1110): function(CMAKE_DETERMINE_MSVC_SHOWINCLUDES_PREFIX lang userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCXXCompiler.cmake(120): CMAKE_DETERMINE_COMPILER_ID(CXX CXXFLAGS CMakeCXXCompilerId.cpp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(22): string(STRIP CMAKE_CXX_COMPILER_ID_ARG1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(23): string(REGEX REPLACE + ; CMAKE_CXX_COMPILER_ID_ARG1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(26): if(CMAKE_CXX_FLAGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(28): elseif(DEFINED ENV{CXXFLAGS} ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(30): else(CMAKE_CXX_FLAGS_INIT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(31): set(CMAKE_CXX_COMPILER_ID_FLAGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(33): string(REPLACE ; CMAKE_CXX_COMPILER_ID_FLAGS_LIST ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(36): set(CMAKE_CXX_COMPILER_ID_DIR /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(40): if(CMAKE_CXX_COMPILER_ID_REQUIRE_SUCCESS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(54): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(57): foreach(userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(58): foreach(testflags -c;--c++;--ec++;--target=arm-arm-none-eabi -mcpu=cortex-m3;-c -I__does_not_exist__ ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(59): __determine_compiler_id_test(testflags userflags ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(5): separate_arguments(testflags UNIX_COMMAND ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(6): CMAKE_DETERMINE_COMPILER_ID_BUILD(CXX CMakeCXXCompilerId.cpp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(320): file(REMOVE_RECURSE /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(321): file(MAKE_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(322): file(MAKE_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(323): CMAKE_DETERMINE_COMPILER_ID_WRITE(CXX CMakeCXXCompilerId.cpp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(301): find_file(src_in CMakeCXXCompilerId.cpp.in PATHS /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules NO_DEFAULT_PATH NO_CMAKE_FIND_ROOT_PATH ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(302): file(READ /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCXXCompilerId.cpp.in ID_CONTENT_IN ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(304): compiler_id_detection(CMAKE_CXX_COMPILER_ID_CONTENT CXX ID_STRING VERSION_STRINGS PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(16): if(NOT xCXX STREQUAL xFortran AND NOT xCXX STREQUAL xCSharp AND NOT xCXX STREQUAL xISPC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(18): file(GLOB lang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/*-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(20): set(nonlang CXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(21): if(xCXX STREQUAL xCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(22): set(nonlang C ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(25): file(GLOB nonlang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/*-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(27): list(REMOVE_ITEM lang_files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Bruce-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SDCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TinyCC-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-C-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-C-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(30): set(files /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(31): if(files ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(32): foreach(file /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake;/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_ADI_COMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ADSP-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ADSP-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ADSP | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ADSP PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ADSP defined(_ADI_COMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__ARMCC_VERSION) && !defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMCC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMCC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMCC | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMCC defined(__ARMCC_VERSION) && !defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__ARMCOMPILER_VERSION) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake(9): string(APPEND _compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/ARMClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId ARMClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_ARMClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_ARMClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_ARMClang defined(__clang__) && defined(__ARMCOMPILER_VERSION) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) && defined(__apple_build_version__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake(6): string(APPEND _compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/AppleClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId AppleClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_AppleClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_AppleClang | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_AppleClang defined(__clang__) && defined(__apple_build_version__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Borland-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Borland-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Borland | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Borland PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Borland defined(__BORLANDC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompilerInternal.cmake(12): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Clang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Clang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Clang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Clang | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Clang defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__COMO__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Comeau-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Comeau-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Comeau | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Comeau PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Comeau defined(__COMO__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__DECCXX) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Compaq-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Compaq-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Compaq | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Compaq PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Compaq defined(__DECCXX) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_CRAYC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Cray-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Cray-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Cray | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Cray PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Cray defined(_CRAYC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Embarcadero-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Embarcadero-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Embarcadero | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Embarcadero PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Embarcadero defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__FUJITSU) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Fujitsu-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Fujitsu-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Fujitsu | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Fujitsu PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Fujitsu defined(__FUJITSU) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__CLANG_FUJITSU) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/FujitsuClang-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId FujitsuClang-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_FujitsuClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_FujitsuClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_FujitsuClang defined(__CLANG_FUJITSU) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ghs__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GHS-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GHS-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GHS | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GHS PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GHS defined(__ghs__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__GNUC__) || defined(__GNUG__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/GNU-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId GNU-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_GNU | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_GNU PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_GNU defined(__GNUC__) || defined(__GNUG__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__HP_aCC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/HP-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId HP-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_HP | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_HP PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_HP defined(__HP_aCC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake(24): set(_compiler_id_pp_test defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake(26): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IAR-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IAR-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IAR | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IAR PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IAR defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__open_xl__) && defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMClang-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IBMClang-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IBMClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IBMClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IBMClang defined(__open_xl__) && defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__INTEL_COMPILER) || defined(__ICC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake(43): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Intel-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Intel-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Intel | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Intel | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Intel defined(__INTEL_COMPILER) || defined(__ICC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(2): set(_compiler_id_pp_test (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake(35): set(_compiler_id_simulate | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IntelLLVM-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId IntelLLVM-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_IntelLLVM | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_IntelLLVM | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_IntelLLVM (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/LCC-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId LCC-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_LCC | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_LCC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_LCC defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(_MSC_VER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/MSVC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId MSVC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_MSVC | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_MSVC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_MSVC defined(_MSC_VER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCOMPILER) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVHPC-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVHPC-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVHPC | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVHPC PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVHPC defined(__NVCOMPILER) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__NVCC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if defined(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake(22): set(_compiler_id_simulate | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "Clang" | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/NVIDIA-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId NVIDIA-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_NVIDIA | |
cling-unwrapped> # if defined(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__CUDACC_VER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__CUDACC_VER_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CUDACC_VER_BUILD__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_NVIDIA | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # elif defined(__clang__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "Clang" | |
cling-unwrapped> # elif defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_NVIDIA defined(__NVCC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/OpenWatcom-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId OpenWatcom-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_OpenWatcom | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_OpenWatcom PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_OpenWatcom defined(__WATCOMC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PGI) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PGI-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PGI-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PGI | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PGI PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PGI defined(__PGI) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__PATHCC__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/PathScale-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId PathScale-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_PathScale | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_PathScale PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_PathScale defined(__PATHCC__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SCO_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SCO-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SCO-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SCO PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SCO PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SCO defined(__SCO_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__SUNPRO_CC) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/SunPro-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId SunPro-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_SunPro | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_SunPro PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_SunPro defined(__SUNPRO_CC) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__TI_COMPILER_VERSION__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/TI-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId TI-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_TI | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_TI PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_TI defined(__TI_COMPILER_VERSION__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/VisualAge-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId VisualAge-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_VisualAge | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_VisualAge PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_VisualAge defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__WATCOMC__) && __WATCOMC__ < 1200 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake(4): set(_compiler_id_version_compute | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/Watcom-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId Watcom-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_Watcom | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_Watcom PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_Watcom defined(__WATCOMC__) && __WATCOMC__ < 1200 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XL-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XL-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XL | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XL PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XL defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake(1): set(_compiler_id_pp_test defined(__ibmxl__) && defined(__clang__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake(3): set(_compiler_id_version_compute | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/XLClang-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId XLClang-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_XLClang | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_XLClang PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_XLClang defined(__ibmxl__) && defined(__clang__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(33): _readFile(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(6): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake(2): set(_compiler_id_pp_test defined(__IBMCPP__) && defined(__COMPILER_VER__) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake(4): include(/nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/IBMCPP-CXX-DetermineVersionInternal.cmake(2): set(_compiler_id_version_compute | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(7): get_filename_component(name /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/Compiler/zOS-CXX-DetermineCompiler.cmake NAME_WE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(8): string(REGEX REPLACE -.* CompilerId zOS-CXX-DetermineCompiler ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(9): set(_compiler_id_version_compute_zOS | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(10): set(_compiler_id_simulate_zOS PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(11): set(_compiler_id_pp_test_zOS defined(__IBMCPP__) && defined(__COMPILER_VER__) PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(36): set(options ID_STRING VERSION_STRINGS ID_DEFINE PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(37): set(oneValueArgs PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(39): if(CID_UNPARSED_ARGUMENTS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(45): if(xCXX STREQUAL xCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(46): list(APPEND ordered_compilers Comeau ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(74): if(xCXX STREQUAL xC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(80): list(APPEND ordered_compilers SCO ARMCC AppleClang ARMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(86): list(APPEND ordered_compilers Clang LCC GNU MSVC ADSP IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(94): if(xCXX STREQUAL xC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(100): if(xCXX STREQUAL xCUDA ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(104): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(112): set(pp_if #if ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(113): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(114): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Comeau ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #if defined(__COMO__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Comeau" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__COMO_VERSION__ % 100) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #if defined(__COMO__) | |
cling-unwrapped> # define COMPILER_ID "Comeau" | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Intel ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_COMPILER) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IntelLLVM ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> #endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PathScale ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PATHCC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PathScale" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PATHCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Embarcadero ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Embarcadero" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__CODEGEARC_VERSION__ & 0xFFFF) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Borland ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__BORLANDC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Borland" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__BORLANDC__>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__BORLANDC__ & 0xFF) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Watcom ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Watcom" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__WATCOMC__ / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_OpenWatcom ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__WATCOMC__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "OpenWatcom" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__WATCOMC__ % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SunPro ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SUNPRO_CC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SunPro" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>12) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_HEX@(__SUNPRO_CC>>8) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_HEX@(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_HEX@(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__SUNPRO_CC) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_HP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__HP_aCC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "HP" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__HP_aCC/10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__HP_aCC/100 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__HP_aCC % 100) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__HP_aCC) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Compaq ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__DECCXX) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Compaq" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__DECCXX_VER/10000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__DECCXX_VER % 10000) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__DECCXX) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_zOS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "zOS" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IBMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IBMClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__open_xl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__open_xl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__open_xl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__open_xl_ptf_fix_level__) | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XLClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XLClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ibmxl_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ibmxl_release__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ibmxl_modification__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_XL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "XL" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_VisualAge ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "VisualAge" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__IBMCPP__/100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__IBMCPP__ % 10) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_NVHPC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__NVCOMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "NVHPC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_PGI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__PGI) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "PGI" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__PGIC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Cray ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_CRAYC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Cray" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_RELEASE_MAJOR) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_RELEASE_MINOR) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_TI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "TI" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__TI_COMPILER_VERSION__ % 1000) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_FujitsuClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "FujitsuClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Fujitsu ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__FUJITSU) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Fujitsu" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__FCC_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__FCC_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GHS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ghs__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GHS" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_SCO ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__SCO_VERSION__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "SCO" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_AppleClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__apple_build_version__) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ARMClang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ARMClang" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__ARMCOMPILER_VERSION) VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_Clang ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__clang__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__clang_major__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__clang_minor__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_LCC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "LCC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_ID "GNU" | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@SIMULATE_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__GNUC__) || defined(__GNUG__) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "GNU" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__GNUC__) || defined(__GNUG__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_MSVC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_MSC_VER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "MSVC" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(_MSC_VER / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(_MSC_BUILD) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_ADSP ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(_ADI_COMPILER) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "ADSP" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_TWEAK @MACRO_DEC@(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(119): if(NOT _compiler_id_pp_test_IAR ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(122): set(id_content #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(123): if(CID_ID_STRING ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(124): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(125): string(CONFIGURE SIMULATE_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(126): string(APPEND id_content # define COMPILER_ID "IAR" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(128): if(CID_ID_DEFINE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(132): if(CID_VERSION_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(133): set(PREFIX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(134): set(MACRO_DEC DEC ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(135): set(MACRO_HEX HEX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(136): string(CONFIGURE | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 1000000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@((__VER__) % 1000) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MAJOR @MACRO_DEC@((__VER__) / 100) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_MINOR @MACRO_DEC@((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_PATCH @MACRO_DEC@(__SUBVERSION__) | |
cling-unwrapped> # define @PREFIX@COMPILER_VERSION_INTERNAL @MACRO_DEC@(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif VERSION_BLOCK @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(137): string(APPEND id_content | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(139): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(140): set(pp_if #elif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(143): if(CID_PLATFORM_DEFAULT_COMPILER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(144): set(platform_compiler_detection | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(155): string(APPEND CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeCompilerIdDetection.cmake(158): set(CMAKE_CXX_COMPILER_ID_CONTENT | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> #if defined(__COMO__) | |
cling-unwrapped> # define COMPILER_ID "Comeau" | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | |
cling-unwrapped> #elif defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SUNPRO_CC) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__HP_aCC) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) | |
cling-unwrapped> #elif defined(__DECCXX) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) | |
cling-unwrapped> #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__GNUC__) || defined(__GNUG__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(310): unset(src_in CACHE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(311): string(CONFIGURE /* This source file must have a .cpp extension so that all C++ compilers | |
cling-unwrapped> recognize the extension without flags. Borland does not know .cxx for | |
cling-unwrapped> example. */ | |
cling-unwrapped> #ifndef __cplusplus | |
cling-unwrapped> # error "A C compiler has been selected for C++." | |
cling-unwrapped> #endif | |
cling-unwrapped> #if !defined(__has_include) | |
cling-unwrapped> /* If the compiler does not have __has_include, pretend the answer is | |
cling-unwrapped> always no. */ | |
cling-unwrapped> # define __has_include(x) 0 | |
cling-unwrapped> #endif | |
cling-unwrapped> @CMAKE_CXX_COMPILER_ID_CONTENT@ | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef __QNXNTO__ | |
cling-unwrapped> char const* qnxnto = "INFO" ":" "qnxnto[]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> @CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT@ | |
cling-unwrapped> @CMAKE_CXX_COMPILER_ID_ERROR_FOR_TEST@ | |
cling-unwrapped> #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | |
cling-unwrapped> # if defined(__INTEL_CXX11_MODE__) | |
cling-unwrapped> # if defined(__cpp_aggregate_nsdmi) | |
cling-unwrapped> # define CXX_STD 201402L | |
cling-unwrapped> # else | |
cling-unwrapped> # define CXX_STD 201103L | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define CXX_STD 199711L | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) && defined(_MSVC_LANG) | |
cling-unwrapped> # define CXX_STD _MSVC_LANG | |
cling-unwrapped> #else | |
cling-unwrapped> # define CXX_STD __cplusplus | |
cling-unwrapped> #endif | |
cling-unwrapped> const char* info_language_standard_default = "INFO" ":" "standard_default[" | |
cling-unwrapped> #if CXX_STD > 202002L | |
cling-unwrapped> "23" | |
cling-unwrapped> #elif CXX_STD > 201703L | |
cling-unwrapped> "20" | |
cling-unwrapped> #elif CXX_STD >= 201703L | |
cling-unwrapped> "17" | |
cling-unwrapped> #elif CXX_STD >= 201402L | |
cling-unwrapped> "14" | |
cling-unwrapped> #elif CXX_STD >= 201103L | |
cling-unwrapped> "11" | |
cling-unwrapped> #else | |
cling-unwrapped> "98" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> const char* info_language_extensions_default = "INFO" ":" "extensions_default[" | |
cling-unwrapped> #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ | |
cling-unwrapped> defined(__TI_COMPILER_VERSION__)) && \ | |
cling-unwrapped> !defined(__STRICT_ANSI__) | |
cling-unwrapped> "ON" | |
cling-unwrapped> #else | |
cling-unwrapped> "OFF" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> /*--------------------------------------------------------------------------*/ | |
cling-unwrapped> int main(int argc, char* argv[]) | |
cling-unwrapped> { | |
cling-unwrapped> int require = 0; | |
cling-unwrapped> require += info_compiler[argc]; | |
cling-unwrapped> require += info_platform[argc]; | |
cling-unwrapped> #ifdef COMPILER_VERSION_MAJOR | |
cling-unwrapped> require += info_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> require += info_version_internal[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> require += info_simulate[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> require += info_simulate_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> require += info_cray[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> require += info_language_standard_default[argc]; | |
cling-unwrapped> require += info_language_extensions_default[argc]; | |
cling-unwrapped> (void)argv; | |
cling-unwrapped> return require; | |
cling-unwrapped> } | |
cling-unwrapped> ID_CONTENT_OUT @ONLY ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(312): file(WRITE /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/CMakeCXXCompilerId.cpp /* This source file must have a .cpp extension so that all C++ compilers | |
cling-unwrapped> recognize the extension without flags. Borland does not know .cxx for | |
cling-unwrapped> example. */ | |
cling-unwrapped> #ifndef __cplusplus | |
cling-unwrapped> # error "A C compiler has been selected for C++." | |
cling-unwrapped> #endif | |
cling-unwrapped> #if !defined(__has_include) | |
cling-unwrapped> /* If the compiler does not have __has_include, pretend the answer is | |
cling-unwrapped> always no. */ | |
cling-unwrapped> # define __has_include(x) 0 | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Version number components: V=Version, R=Revision, P=Patch | |
cling-unwrapped> Version date components: YYYY=Year, MM=Month, DD=Day */ | |
cling-unwrapped> #if defined(__COMO__) | |
cling-unwrapped> # define COMPILER_ID "Comeau" | |
cling-unwrapped> /* __COMO_VERSION__ = VRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100) | |
cling-unwrapped> #elif defined(__INTEL_COMPILER) || defined(__ICC) | |
cling-unwrapped> # define COMPILER_ID "Intel" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # endif | |
cling-unwrapped> /* __INTEL_COMPILER = VRP prior to 2021, and then VVVV for 2021 and later, | |
cling-unwrapped> except that a few beta releases use the old format with V=2021. */ | |
cling-unwrapped> # if __INTEL_COMPILER < 2021 || __INTEL_COMPILER == 202110 || __INTEL_COMPILER == 202111 | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10) | |
cling-unwrapped> # if defined(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER_UPDATE) | |
cling-unwrapped> /* The third version component from --version is an update index, | |
cling-unwrapped> but no macro is provided for it. */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(0) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */ | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif (defined(__clang__) && defined(__INTEL_CLANG_COMPILER)) || defined(__INTEL_LLVM_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "IntelLLVM" | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* __INTEL_LLVM_COMPILER = VVVVRP prior to 2021.2.0, VVVVRRPP for 2021.2.0 and | |
cling-unwrapped> * later. Look for 6 digit vs. 8 digit version number to decide encoding. | |
cling-unwrapped> * VVVV is no smaller than the current year when a version is released. | |
cling-unwrapped> */ | |
cling-unwrapped> #if __INTEL_LLVM_COMPILER < 1000000L | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 10) | |
cling-unwrapped> #else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__INTEL_LLVM_COMPILER/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__INTEL_LLVM_COMPILER/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__INTEL_LLVM_COMPILER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> #elif defined(__GNUG__) | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__PATHCC__) | |
cling-unwrapped> # define COMPILER_ID "PathScale" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PATHCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__) | |
cling-unwrapped> # if defined(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "Embarcadero" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__ & 0xFFFF) | |
cling-unwrapped> #elif defined(__BORLANDC__) | |
cling-unwrapped> # define COMPILER_ID "Borland" | |
cling-unwrapped> /* __BORLANDC__ = 0xVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF) | |
cling-unwrapped> #elif defined(__WATCOMC__) && __WATCOMC__ < 1200 | |
cling-unwrapped> # define COMPILER_ID "Watcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # define COMPILER_ID "OpenWatcom" | |
cling-unwrapped> /* __WATCOMC__ = VVRP + 1100 */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10) | |
cling-unwrapped> # if (__WATCOMC__ % 10) > 0 | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SUNPRO_CC) | |
cling-unwrapped> # define COMPILER_ID "SunPro" | |
cling-unwrapped> # if __SUNPRO_CC >= 0x5100 | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # else | |
cling-unwrapped> /* __SUNPRO_CC = 0xVRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC & 0xF) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__HP_aCC) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> /* __HP_aCC = VVRRPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__HP_aCC % 100) | |
cling-unwrapped> #elif defined(__DECCXX) | |
cling-unwrapped> # define COMPILER_ID "Compaq" | |
cling-unwrapped> /* __DECCXX_VER = VVRRTPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__DECCXX_VER % 10000) | |
cling-unwrapped> #elif defined(__IBMCPP__) && defined(__COMPILER_VER__) | |
cling-unwrapped> # define COMPILER_ID "zOS" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__open_xl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "IBMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__open_xl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__open_xl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__open_xl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__open_xl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__ibmxl__) && defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "XLClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ibmxl_release__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__) | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ >= 800 | |
cling-unwrapped> # define COMPILER_ID "XL" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800 | |
cling-unwrapped> # define COMPILER_ID "VisualAge" | |
cling-unwrapped> /* __IBMCPP__ = VRP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__IBMCPP__ % 10) | |
cling-unwrapped> #elif defined(__NVCOMPILER) | |
cling-unwrapped> # define COMPILER_ID "NVHPC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__NVCOMPILER_MAJOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__NVCOMPILER_MINOR__) | |
cling-unwrapped> # if defined(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__NVCOMPILER_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__PGI) | |
cling-unwrapped> # define COMPILER_ID "PGI" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__PGIC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__) | |
cling-unwrapped> # if defined(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_CRAYC) | |
cling-unwrapped> # define COMPILER_ID "Cray" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR) | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "TI" | |
cling-unwrapped> /* __TI_COMPILER_VERSION__ = VVVRRRPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000 % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__ % 1000) | |
cling-unwrapped> #elif defined(__CLANG_FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "FujitsuClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL_STR __clang_version__ | |
cling-unwrapped> #elif defined(__FUJITSU) | |
cling-unwrapped> # define COMPILER_ID "Fujitsu" | |
cling-unwrapped> # if defined(__FCC_version__) | |
cling-unwrapped> # define COMPILER_VERSION __FCC_version__ | |
cling-unwrapped> # elif defined(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__FCC_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__FCC_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__FCC_patchlevel__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__fcc_version) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__fcc_version) | |
cling-unwrapped> # elif defined(__FCC_VERSION) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__FCC_VERSION) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # define COMPILER_ID "GHS" | |
cling-unwrapped> /* __GHS_VERSION_NUMBER = VVVVRP */ | |
cling-unwrapped> # ifdef __GHS_VERSION_NUMBER | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GHS_VERSION_NUMBER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GHS_VERSION_NUMBER / 10 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GHS_VERSION_NUMBER % 10) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__SCO_VERSION__) | |
cling-unwrapped> # define COMPILER_ID "SCO" | |
cling-unwrapped> #elif defined(__ARMCC_VERSION) && !defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "ARMCC" | |
cling-unwrapped> #if __ARMCC_VERSION >= 1000000 | |
cling-unwrapped> /* __ARMCC_VERSION = VRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #else | |
cling-unwrapped> /* __ARMCC_VERSION = VRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION % 10000) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__clang__) && defined(__apple_build_version__) | |
cling-unwrapped> # define COMPILER_ID "AppleClang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__apple_build_version__) | |
cling-unwrapped> #elif defined(__clang__) && defined(__ARMCOMPILER_VERSION) | |
cling-unwrapped> # define COMPILER_ID "ARMClang" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__ARMCOMPILER_VERSION/1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__ARMCOMPILER_VERSION/10000 % 100) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__ARMCOMPILER_VERSION % 10000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__ARMCOMPILER_VERSION) | |
cling-unwrapped> #elif defined(__clang__) | |
cling-unwrapped> # define COMPILER_ID "Clang" | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> # define SIMULATE_ID "MSVC" | |
cling-unwrapped> # endif | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__clang_major__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__clang_minor__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__) | |
cling-unwrapped> # if defined(_MSC_VER) | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__LCC__) && (defined(__GNUC__) || defined(__GNUG__) || defined(__MCST__)) | |
cling-unwrapped> # define COMPILER_ID "LCC" | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(1) | |
cling-unwrapped> # if defined(__LCC__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__LCC__- 100) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__LCC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__LCC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC__) && defined(__GNUC_MINOR__) | |
cling-unwrapped> # define SIMULATE_ID "GNU" | |
cling-unwrapped> # define SIMULATE_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # define SIMULATE_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define SIMULATE_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__GNUC__) || defined(__GNUG__) | |
cling-unwrapped> # define COMPILER_ID "GNU" | |
cling-unwrapped> # if defined(__GNUC__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUC__) | |
cling-unwrapped> # else | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__GNUG__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_MINOR__) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__) | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) | |
cling-unwrapped> # define COMPILER_ID "MSVC" | |
cling-unwrapped> /* _MSC_VER = VVRR */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100) | |
cling-unwrapped> # if defined(_MSC_FULL_VER) | |
cling-unwrapped> # if _MSC_VER >= 1400 | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000) | |
cling-unwrapped> # else | |
cling-unwrapped> /* _MSC_FULL_VER = VVRRPPPP */ | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000) | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # if defined(_MSC_BUILD) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD) | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define COMPILER_ID "ADSP" | |
cling-unwrapped> #if defined(__VERSIONNUM__) | |
cling-unwrapped> /* __VERSIONNUM__ = 0xVVRRPPTT */ | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC(__VERSIONNUM__ >> 24 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(__VERSIONNUM__ >> 16 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__VERSIONNUM__ >> 8 & 0xFF) | |
cling-unwrapped> # define COMPILER_VERSION_TWEAK DEC(__VERSIONNUM__ & 0xFF) | |
cling-unwrapped> #endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # define COMPILER_ID "IAR" | |
cling-unwrapped> # if defined(__VER__) && defined(__ICCARM__) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC((__VER__) % 1000) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # elif defined(__VER__) && (defined(__ICCAVR__) || defined(__ICCRX__) || defined(__ICCRH850__) || defined(__ICCRL78__) || defined(__ICC430__) || defined(__ICCRISCV__) || defined(__ICCV850__) || defined(__ICC8051__) || defined(__ICCSTM8__)) | |
cling-unwrapped> # define COMPILER_VERSION_MAJOR DEC((__VER__) / 100) | |
cling-unwrapped> # define COMPILER_VERSION_MINOR DEC((__VER__) - (((__VER__) / 100)*100)) | |
cling-unwrapped> # define COMPILER_VERSION_PATCH DEC(__SUBVERSION__) | |
cling-unwrapped> # define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__) | |
cling-unwrapped> # endif | |
cling-unwrapped> /* These compilers are either not known or too old to define an | |
cling-unwrapped> identification macro. Try to identify the platform and guess that | |
cling-unwrapped> it is the native compiler. */ | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpua) | |
cling-unwrapped> # define COMPILER_ID "HP" | |
cling-unwrapped> #else /* unknown compiler */ | |
cling-unwrapped> # define COMPILER_ID "" | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]"; | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef __QNXNTO__ | |
cling-unwrapped> char const* qnxnto = "INFO" ":" "qnxnto[]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> #define STRINGIFY_HELPER(X) #X | |
cling-unwrapped> #define STRINGIFY(X) STRINGIFY_HELPER(X) | |
cling-unwrapped> /* Identify known platforms by name. */ | |
cling-unwrapped> #if defined(__linux) || defined(__linux__) || defined(linux) | |
cling-unwrapped> # define PLATFORM_ID "Linux" | |
cling-unwrapped> #elif defined(__MSYS__) | |
cling-unwrapped> # define PLATFORM_ID "MSYS" | |
cling-unwrapped> #elif defined(__CYGWIN__) | |
cling-unwrapped> # define PLATFORM_ID "Cygwin" | |
cling-unwrapped> #elif defined(__MINGW32__) | |
cling-unwrapped> # define PLATFORM_ID "MinGW" | |
cling-unwrapped> #elif defined(__APPLE__) | |
cling-unwrapped> # define PLATFORM_ID "Darwin" | |
cling-unwrapped> #elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32) | |
cling-unwrapped> # define PLATFORM_ID "Windows" | |
cling-unwrapped> #elif defined(__FreeBSD__) || defined(__FreeBSD) | |
cling-unwrapped> # define PLATFORM_ID "FreeBSD" | |
cling-unwrapped> #elif defined(__NetBSD__) || defined(__NetBSD) | |
cling-unwrapped> # define PLATFORM_ID "NetBSD" | |
cling-unwrapped> #elif defined(__OpenBSD__) || defined(__OPENBSD) | |
cling-unwrapped> # define PLATFORM_ID "OpenBSD" | |
cling-unwrapped> #elif defined(__sun) || defined(sun) | |
cling-unwrapped> # define PLATFORM_ID "SunOS" | |
cling-unwrapped> #elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || defined(__aix__) | |
cling-unwrapped> # define PLATFORM_ID "AIX" | |
cling-unwrapped> #elif defined(__hpux) || defined(__hpux__) | |
cling-unwrapped> # define PLATFORM_ID "HP-UX" | |
cling-unwrapped> #elif defined(__HAIKU__) | |
cling-unwrapped> # define PLATFORM_ID "Haiku" | |
cling-unwrapped> #elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS) | |
cling-unwrapped> # define PLATFORM_ID "BeOS" | |
cling-unwrapped> #elif defined(__QNX__) || defined(__QNXNTO__) | |
cling-unwrapped> # define PLATFORM_ID "QNX" | |
cling-unwrapped> #elif defined(__tru64) || defined(_tru64) || defined(__TRU64__) | |
cling-unwrapped> # define PLATFORM_ID "Tru64" | |
cling-unwrapped> #elif defined(__riscos) || defined(__riscos__) | |
cling-unwrapped> # define PLATFORM_ID "RISCos" | |
cling-unwrapped> #elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__) | |
cling-unwrapped> # define PLATFORM_ID "SINIX" | |
cling-unwrapped> #elif defined(__UNIX_SV__) | |
cling-unwrapped> # define PLATFORM_ID "UNIX_SV" | |
cling-unwrapped> #elif defined(__bsdos__) | |
cling-unwrapped> # define PLATFORM_ID "BSDOS" | |
cling-unwrapped> #elif defined(_MPRAS) || defined(MPRAS) | |
cling-unwrapped> # define PLATFORM_ID "MP-RAS" | |
cling-unwrapped> #elif defined(__osf) || defined(__osf__) | |
cling-unwrapped> # define PLATFORM_ID "OSF1" | |
cling-unwrapped> #elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv) | |
cling-unwrapped> # define PLATFORM_ID "SCO_SV" | |
cling-unwrapped> #elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX) | |
cling-unwrapped> # define PLATFORM_ID "ULTRIX" | |
cling-unwrapped> #elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX) | |
cling-unwrapped> # define PLATFORM_ID "Xenix" | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # if defined(__LINUX__) | |
cling-unwrapped> # define PLATFORM_ID "Linux" | |
cling-unwrapped> # elif defined(__DOS__) | |
cling-unwrapped> # define PLATFORM_ID "DOS" | |
cling-unwrapped> # elif defined(__OS2__) | |
cling-unwrapped> # define PLATFORM_ID "OS2" | |
cling-unwrapped> # elif defined(__WINDOWS__) | |
cling-unwrapped> # define PLATFORM_ID "Windows3x" | |
cling-unwrapped> # elif defined(__VXWORKS__) | |
cling-unwrapped> # define PLATFORM_ID "VxWorks" | |
cling-unwrapped> # else /* unknown platform */ | |
cling-unwrapped> # define PLATFORM_ID | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__INTEGRITY) | |
cling-unwrapped> # if defined(INT_178B) | |
cling-unwrapped> # define PLATFORM_ID "Integrity178" | |
cling-unwrapped> # else /* regular Integrity */ | |
cling-unwrapped> # define PLATFORM_ID "Integrity" | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(_ADI_COMPILER) | |
cling-unwrapped> # define PLATFORM_ID "ADSP" | |
cling-unwrapped> #else /* unknown platform */ | |
cling-unwrapped> # define PLATFORM_ID | |
cling-unwrapped> #endif | |
cling-unwrapped> /* For windows compilers MSVC and Intel we can determine | |
cling-unwrapped> the architecture of the compiler being used. This is because | |
cling-unwrapped> the compilers do not have flags that can change the architecture, | |
cling-unwrapped> but rather depend on which compiler is being used | |
cling-unwrapped> */ | |
cling-unwrapped> #if defined(_WIN32) && defined(_MSC_VER) | |
cling-unwrapped> # if defined(_M_IA64) | |
cling-unwrapped> # define ARCHITECTURE_ID "IA64" | |
cling-unwrapped> # elif defined(_M_ARM64EC) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM64EC" | |
cling-unwrapped> # elif defined(_M_X64) || defined(_M_AMD64) | |
cling-unwrapped> # define ARCHITECTURE_ID "x64" | |
cling-unwrapped> # elif defined(_M_IX86) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # elif defined(_M_ARM64) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM64" | |
cling-unwrapped> # elif defined(_M_ARM) | |
cling-unwrapped> # if _M_ARM == 4 | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV4I" | |
cling-unwrapped> # elif _M_ARM == 5 | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV5I" | |
cling-unwrapped> # else | |
cling-unwrapped> # define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM) | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(_M_MIPS) | |
cling-unwrapped> # define ARCHITECTURE_ID "MIPS" | |
cling-unwrapped> # elif defined(_M_SH) | |
cling-unwrapped> # define ARCHITECTURE_ID "SHx" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__WATCOMC__) | |
cling-unwrapped> # if defined(_M_I86) | |
cling-unwrapped> # define ARCHITECTURE_ID "I86" | |
cling-unwrapped> # elif defined(_M_IX86) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC) | |
cling-unwrapped> # if defined(__ICCARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__ICCRX__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RX" | |
cling-unwrapped> # elif defined(__ICCRH850__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RH850" | |
cling-unwrapped> # elif defined(__ICCRL78__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RL78" | |
cling-unwrapped> # elif defined(__ICCRISCV__) | |
cling-unwrapped> # define ARCHITECTURE_ID "RISCV" | |
cling-unwrapped> # elif defined(__ICCAVR__) | |
cling-unwrapped> # define ARCHITECTURE_ID "AVR" | |
cling-unwrapped> # elif defined(__ICC430__) | |
cling-unwrapped> # define ARCHITECTURE_ID "MSP430" | |
cling-unwrapped> # elif defined(__ICCV850__) | |
cling-unwrapped> # define ARCHITECTURE_ID "V850" | |
cling-unwrapped> # elif defined(__ICC8051__) | |
cling-unwrapped> # define ARCHITECTURE_ID "8051" | |
cling-unwrapped> # elif defined(__ICCSTM8__) | |
cling-unwrapped> # define ARCHITECTURE_ID "STM8" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__ghs__) | |
cling-unwrapped> # if defined(__PPC64__) | |
cling-unwrapped> # define ARCHITECTURE_ID "PPC64" | |
cling-unwrapped> # elif defined(__ppc__) | |
cling-unwrapped> # define ARCHITECTURE_ID "PPC" | |
cling-unwrapped> # elif defined(__ARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__x86_64__) | |
cling-unwrapped> # define ARCHITECTURE_ID "x64" | |
cling-unwrapped> # elif defined(__i386__) | |
cling-unwrapped> # define ARCHITECTURE_ID "X86" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(__TI_COMPILER_VERSION__) | |
cling-unwrapped> # if defined(__TI_ARM__) | |
cling-unwrapped> # define ARCHITECTURE_ID "ARM" | |
cling-unwrapped> # elif defined(__MSP430__) | |
cling-unwrapped> # define ARCHITECTURE_ID "MSP430" | |
cling-unwrapped> # elif defined(__TMS320C28XX__) | |
cling-unwrapped> # define ARCHITECTURE_ID "TMS320C28x" | |
cling-unwrapped> # elif defined(__TMS320C6X__) || defined(_TMS320C6X) | |
cling-unwrapped> # define ARCHITECTURE_ID "TMS320C6x" | |
cling-unwrapped> # else /* unknown architecture */ | |
cling-unwrapped> # define ARCHITECTURE_ID "" | |
cling-unwrapped> # endif | |
cling-unwrapped> # elif defined(__ADSPSHARC__) | |
cling-unwrapped> # define ARCHITECTURE_ID "SHARC" | |
cling-unwrapped> # elif defined(__ADSPBLACKFIN__) | |
cling-unwrapped> # define ARCHITECTURE_ID "Blackfin" | |
cling-unwrapped> #else | |
cling-unwrapped> # define ARCHITECTURE_ID | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Convert integer to decimal digit literals. */ | |
cling-unwrapped> #define DEC(n) \ | |
cling-unwrapped> ('0' + (((n) / 10000000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 1000000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 100000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 10000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 1000)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 100)%10)), \ | |
cling-unwrapped> ('0' + (((n) / 10)%10)), \ | |
cling-unwrapped> ('0' + ((n) % 10)) | |
cling-unwrapped> /* Convert integer to hex digit literals. */ | |
cling-unwrapped> #define HEX(n) \ | |
cling-unwrapped> ('0' + ((n)>>28 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>24 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>20 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>16 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>12 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>8 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n)>>4 & 0xF)), \ | |
cling-unwrapped> ('0' + ((n) & 0xF)) | |
cling-unwrapped> /* Construct a string literal encoding the version number. */ | |
cling-unwrapped> #ifdef COMPILER_VERSION | |
cling-unwrapped> char const* info_version = "INFO" ":" "compiler_version[" COMPILER_VERSION "]"; | |
cling-unwrapped> /* Construct a string literal encoding the version number components. */ | |
cling-unwrapped> #elif defined(COMPILER_VERSION_MAJOR) | |
cling-unwrapped> char const info_version[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[', | |
cling-unwrapped> COMPILER_VERSION_MAJOR, | |
cling-unwrapped> # ifdef COMPILER_VERSION_MINOR | |
cling-unwrapped> '.', COMPILER_VERSION_MINOR, | |
cling-unwrapped> # ifdef COMPILER_VERSION_PATCH | |
cling-unwrapped> '.', COMPILER_VERSION_PATCH, | |
cling-unwrapped> # ifdef COMPILER_VERSION_TWEAK | |
cling-unwrapped> '.', COMPILER_VERSION_TWEAK, | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ']','\0'}; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct a string literal encoding the internal version number. */ | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> char const info_version_internal[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_', | |
cling-unwrapped> 'i','n','t','e','r','n','a','l','[', | |
cling-unwrapped> COMPILER_VERSION_INTERNAL,']','\0'}; | |
cling-unwrapped> #elif defined(COMPILER_VERSION_INTERNAL_STR) | |
cling-unwrapped> char const* info_version_internal = "INFO" ":" "compiler_version_internal[" COMPILER_VERSION_INTERNAL_STR "]"; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct a string literal encoding the version number components. */ | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> char const info_simulate_version[] = { | |
cling-unwrapped> 'I', 'N', 'F', 'O', ':', | |
cling-unwrapped> 's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[', | |
cling-unwrapped> SIMULATE_VERSION_MAJOR, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_MINOR | |
cling-unwrapped> '.', SIMULATE_VERSION_MINOR, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_PATCH | |
cling-unwrapped> '.', SIMULATE_VERSION_PATCH, | |
cling-unwrapped> # ifdef SIMULATE_VERSION_TWEAK | |
cling-unwrapped> '.', SIMULATE_VERSION_TWEAK, | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> # endif | |
cling-unwrapped> ']','\0'}; | |
cling-unwrapped> #endif | |
cling-unwrapped> /* Construct the string literal in pieces to prevent the source from | |
cling-unwrapped> getting matched. Store it in a pointer rather than an array | |
cling-unwrapped> because some compilers will just produce instructions to fill the | |
cling-unwrapped> array rather than assigning a pointer to a static array. */ | |
cling-unwrapped> char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]"; | |
cling-unwrapped> char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]"; | |
cling-unwrapped> #if defined(__INTEL_COMPILER) && defined(_MSVC_LANG) && _MSVC_LANG < 201403L | |
cling-unwrapped> # if defined(__INTEL_CXX11_MODE__) | |
cling-unwrapped> # if defined(__cpp_aggregate_nsdmi) | |
cling-unwrapped> # define CXX_STD 201402L | |
cling-unwrapped> # else | |
cling-unwrapped> # define CXX_STD 201103L | |
cling-unwrapped> # endif | |
cling-unwrapped> # else | |
cling-unwrapped> # define CXX_STD 199711L | |
cling-unwrapped> # endif | |
cling-unwrapped> #elif defined(_MSC_VER) && defined(_MSVC_LANG) | |
cling-unwrapped> # define CXX_STD _MSVC_LANG | |
cling-unwrapped> #else | |
cling-unwrapped> # define CXX_STD __cplusplus | |
cling-unwrapped> #endif | |
cling-unwrapped> const char* info_language_standard_default = "INFO" ":" "standard_default[" | |
cling-unwrapped> #if CXX_STD > 202002L | |
cling-unwrapped> "23" | |
cling-unwrapped> #elif CXX_STD > 201703L | |
cling-unwrapped> "20" | |
cling-unwrapped> #elif CXX_STD >= 201703L | |
cling-unwrapped> "17" | |
cling-unwrapped> #elif CXX_STD >= 201402L | |
cling-unwrapped> "14" | |
cling-unwrapped> #elif CXX_STD >= 201103L | |
cling-unwrapped> "11" | |
cling-unwrapped> #else | |
cling-unwrapped> "98" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> const char* info_language_extensions_default = "INFO" ":" "extensions_default[" | |
cling-unwrapped> #if (defined(__clang__) || defined(__GNUC__) || defined(__xlC__) || \ | |
cling-unwrapped> defined(__TI_COMPILER_VERSION__)) && \ | |
cling-unwrapped> !defined(__STRICT_ANSI__) | |
cling-unwrapped> "ON" | |
cling-unwrapped> #else | |
cling-unwrapped> "OFF" | |
cling-unwrapped> #endif | |
cling-unwrapped> "]"; | |
cling-unwrapped> /*--------------------------------------------------------------------------*/ | |
cling-unwrapped> int main(int argc, char* argv[]) | |
cling-unwrapped> { | |
cling-unwrapped> int require = 0; | |
cling-unwrapped> require += info_compiler[argc]; | |
cling-unwrapped> require += info_platform[argc]; | |
cling-unwrapped> #ifdef COMPILER_VERSION_MAJOR | |
cling-unwrapped> require += info_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef COMPILER_VERSION_INTERNAL | |
cling-unwrapped> require += info_version_internal[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_ID | |
cling-unwrapped> require += info_simulate[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #ifdef SIMULATE_VERSION_MAJOR | |
cling-unwrapped> require += info_simulate_version[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> #if defined(__CRAYXT_COMPUTE_LINUX_TARGET) | |
cling-unwrapped> require += info_cray[argc]; | |
cling-unwrapped> #endif | |
cling-unwrapped> require += info_language_standard_default[argc]; | |
cling-unwrapped> require += info_language_extensions_default[argc]; | |
cling-unwrapped> (void)argv; | |
cling-unwrapped> return require; | |
cling-unwrapped> } | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(326): set(COMPILER_DESCRIPTION Compiler: /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/g++ | |
cling-unwrapped> Build flags: | |
cling-unwrapped> Id flags: | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(333): if(Unix Makefiles MATCHES Visual Studio ([0-9]+) ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(556): elseif(Unix Makefiles MATCHES Xcode ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(658): elseif(Unix Makefiles MATCHES Green Hills MULTI ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(696): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(697): execute_process(COMMAND /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/g++ CMakeCXXCompilerId.cpp WORKING_DIRECTORY /build/clang/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 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(709): if( MATCHES exec: [^ | |
cling-unwrapped> ]*\((/[^, | |
cling-unwrapped> ]*/cpp),CMakeFortranCompilerId.F ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(718): if(CMAKE_CXX_COMPILER_ID_RESULT OR CMAKE_CXX_COMPILER_ID_OUTPUT MATCHES warning #5117: Bad # preprocessor line ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(745): else() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(747): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded. | |
cling-unwrapped> Compiler: /nix/store/dq0xwmsk1g0i2ayg6pb7y87na2knzylh-gcc-wrapper-11.3.0/bin/g++ | |
cling-unwrapped> Build flags: | |
cling-unwrapped> Id flags: | |
cling-unwrapped> The output was: | |
cling-unwrapped> 0 | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(758): string(REGEX REPLACE ([][]) [\1] _glob_id_dir /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(759): file(GLOB files RELATIVE /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/* /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/*.xctest/* /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/*.framework/* ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(771): list(REMOVE_ITEM files CMakeCXXCompilerId.cpp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(772): set(COMPILER_CXX_PRODUCED_FILES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(773): foreach(file a.out;tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(775): list(APPEND COMPILER_CXX_PRODUCED_FILES a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(776): file(APPEND /build/clang/build/CMakeFiles/CMakeOutput.log Compilation of the CXX compiler identification source " CMakeCXXCompilerId.cpp" produced "a.out" | |
cling-unwrapped> ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(774): if(NOT IS_DIRECTORY /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/tmp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(782): if(NOT COMPILER_CXX_PRODUCED_FILES ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(790): set(COMPILER_CXX_PRODUCED_OUTPUT ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(794): set(COMPILER_CXX_PRODUCED_FILES a.out PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(795): set(COMPILER_CXX_PRODUCED_OUTPUT PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(7): CMAKE_DETERMINE_COMPILER_ID_MATCH_VENDOR(CXX ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(802): foreach(vendor ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(807): set(CMAKE_CXX_COMPILER_ID PARENT_SCOPE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(9): if(NOT CMAKE_CXX_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(10): foreach(file a.out ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(11): CMAKE_DETERMINE_COMPILER_ID_CHECK(CXX /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/a.out CMakeCXXCompilerId.cpp ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(814): if(NOT CMAKE_CXX_COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(816): set(COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(817): set(COMPILER_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(818): set(COMPILER_VERSION_MAJOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(819): set(COMPILER_VERSION_MINOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(820): set(COMPILER_VERSION_PATCH 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(821): set(COMPILER_VERSION_TWEAK 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(822): set(COMPILER_VERSION_INTERNAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(823): set(HAVE_COMPILER_VERSION_MAJOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(824): set(HAVE_COMPILER_VERSION_MINOR 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(825): set(HAVE_COMPILER_VERSION_PATCH 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(826): set(HAVE_COMPILER_VERSION_TWEAK 0 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(827): set(COMPILER_WRAPPER ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(828): set(DIGIT_VALUE_1 1 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(829): set(DIGIT_VALUE_2 10 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(830): set(DIGIT_VALUE_3 100 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(831): set(DIGIT_VALUE_4 1000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(832): set(DIGIT_VALUE_5 10000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(833): set(DIGIT_VALUE_6 100000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(834): set(DIGIT_VALUE_7 1000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(835): set(DIGIT_VALUE_8 10000000 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(836): set(PLATFORM_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(837): set(ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(838): set(SIMULATE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(839): set(SIMULATE_VERSION ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(840): set(CMAKE_CXX_COMPILER_ID_STRING_REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(841): foreach(encoding ENCODING;UTF-16LE ENCODING;UTF-16BE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(842): file(STRINGS /build/clang/build/CMakeFiles/3.24.2/CompilerIdCXX/a.out CMAKE_CXX_COMPILER_ID_STRINGS LIMIT_COUNT 38 REGEX .?I.?N.?F.?O.?:.?[A-Za-z0-9_]+\[[^]]*\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(845): if(NOT CMAKE_CXX_COMPILER_ID_STRINGS STREQUAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(846): break() | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(851): if(CMAKE_CXX_COMPILER_ID_STRINGS STREQUAL ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(860): list(FILTER CMAKE_CXX_COMPILER_ID_STRINGS EXCLUDE REGEX \?<Constant \" ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(865): if(CMAKE_CXX_COMPILER_ID_STRINGS MATCHES (.)I.N.F.O.:. ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(871): string(REGEX MATCHALL INFO:[A-Za-z0-9_]+\[([^]"]*)\] CMAKE_CXX_COMPILER_ID_STRINGS INFO:extensions_default[ON];INFO:standard_default[17];INFO:arch[];INFO:platform[Linux];INFO:compiler[GNU];INFO:compiler_version[00000011.00000003.00000000] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(875): list(REMOVE_DUPLICATES CMAKE_CXX_COMPILER_ID_STRINGS ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(877): set(COMPILER_ID_TWICE ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(878): foreach(info INFO:extensions_default[ON];INFO:standard_default[17];INFO:arch[];INFO:platform[Linux];INFO:compiler[GNU];INFO:compiler_version[00000011.00000003.00000000] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:extensions_default[ON] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:extensions_default[ON] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:extensions_default[ON] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:extensions_default[ON] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:extensions_default[ON] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:extensions_default[ON] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:extensions_default[ON] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:extensions_default[ON] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:extensions_default[ON] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:extensions_default[ON] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(927): set(CMAKE_CXX_EXTENSIONS_COMPUTED_DEFAULT ON ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:standard_default[17] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:standard_default[17] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:standard_default[17] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:standard_default[17] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:standard_default[17] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:standard_default[17] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:standard_default[17] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:standard_default[17] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:standard_default[17] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:standard_default[17] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:standard_default[17] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(924): set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT 17 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:standard_default[17] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:arch[] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:arch[] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:arch[] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(889): set(ARCHITECTURE_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:arch[] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:arch[] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:arch[] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:arch[] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:arch[] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:arch[] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:arch[] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:arch[] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:arch[] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:platform[Linux] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:platform[Linux] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(886): set(PLATFORM_ID Linux ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:platform[Linux] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:platform[Linux] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:platform[Linux] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:platform[Linux] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:platform[Linux] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:platform[Linux] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:platform[Linux] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:platform[Linux] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:platform[Linux] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:platform[Linux] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler[GNU] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(880): if(COMPILER_ID ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(883): set(COMPILER_ID GNU ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler[GNU] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler[GNU] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(891): if(INFO:compiler[GNU] MATCHES INFO:compiler_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(895): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_internal\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(901): foreach(comp MAJOR MINOR PATCH TWEAK ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MAJOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_MINOR_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_PATCH_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(902): foreach(digit 1 2 3 4 5 6 7 8 9 ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_1\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_2\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_3\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_4\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_5\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_6\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_7\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_8\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(903): if(INFO:compiler[GNU] MATCHES INFO:compiler_version_TWEAK_digit_9\[([0-9])\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(910): if(INFO:compiler[GNU] MATCHES INFO:compiler_wrapper\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(913): if(INFO:compiler[GNU] MATCHES INFO:simulate\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(916): if(INFO:compiler[GNU] MATCHES INFO:simulate_version\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(920): if(INFO:compiler[GNU] MATCHES INFO:qnxnto\[\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(923): if(INFO:compiler[GNU] MATCHES INFO:standard_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(926): if(INFO:compiler[GNU] MATCHES INFO:extensions_default\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(879): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:compiler\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(885): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:platform\[([^]"]*)\] ) | |
cling-unwrapped> /nix/store/gsywpzas8is2vy4spgg1lil9mad32pd8-cmake-3.24.2/share/cmake-3.24/Modules/CMakeDetermineCompilerId.cmake(888): if(INFO:compiler_version[00000011.00000003.00000000] MATCHES INFO:arch\[([^]"]*)\] ) | |
cling-unwrapped> /nix/sto |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment