Skip to content

Instantly share code, notes, and snippets.

@decuser
Created December 13, 2021 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save decuser/7c4941cff2b5926652ae87b38c96813a to your computer and use it in GitHub Desktop.
Save decuser/7c4941cff2b5926652ae87b38c96813a to your computer and use it in GitHub Desktop.
$ cd /build/FeatherPad/
$ cmake --trace-expand
Running with expanded trace output on.
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
/build/FeatherPad/CMakeLists.txt(1): project(featherpad )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(1): set(CMAKE_HOST_SYSTEM Darwin-18.7.0 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(2): set(CMAKE_HOST_SYSTEM_NAME Darwin )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(3): set(CMAKE_HOST_SYSTEM_VERSION 18.7.0 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(4): set(CMAKE_HOST_SYSTEM_PROCESSOR x86_64 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(8): set(CMAKE_SYSTEM Darwin-18.7.0 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(9): set(CMAKE_SYSTEM_NAME Darwin )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(10): set(CMAKE_SYSTEM_VERSION 18.7.0 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(11): set(CMAKE_SYSTEM_PROCESSOR x86_64 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(13): set(CMAKE_CROSSCOMPILING FALSE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeSystem.cmake(15): set(CMAKE_SYSTEM_LOADED 1 )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInitialize.cmake(19): set(CMAKE_EFFECTIVE_SYSTEM_NAME Darwin )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInitialize.cmake(21): include(Platform/Darwin-Initialize OPTIONAL )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(2): execute_process(COMMAND xcode-select -print-path OUTPUT_VARIABLE _stdout OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_VARIABLE _stderr RESULT_VARIABLE _failed )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(7): if(NOT _failed AND IS_DIRECTORY /Applications/Xcode.app/Contents/Developer )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(8): set(OSX_DEVELOPER_ROOT /Applications/Xcode.app/Contents/Developer )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(15): execute_process(COMMAND sw_vers -productVersion OUTPUT_VARIABLE CURRENT_OSX_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(20): set(CMAKE_OSX_ARCHITECTURES CACHE STRING Build architectures for OSX )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(23): if(NOT CMAKE_CROSSCOMPILING AND CMAKE_SYSTEM_NAME STREQUAL Darwin AND CMAKE_HOST_SYSTEM_PROCESSOR MATCHES ^(arm64|x86_64)$ )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(26): execute_process(COMMAND sysctl -q hw.optional.arm64 OUTPUT_VARIABLE _sysctl_stdout ERROR_VARIABLE _sysctl_stderr RESULT_VARIABLE _sysctl_result )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(35): if(_sysctl_result EQUAL 0 AND _sysctl_stdout MATCHES hw.optional.arm64: 1 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(38): unset(_sysctl_result )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(39): unset(_sysctl_stderr )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(40): unset(_sysctl_stdout )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(45): set(CMAKE_EFFECTIVE_SYSTEM_NAME Apple )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(50): string(REGEX REPLACE ^([0-9]+\.[0-9]+).*$ \1 _CURRENT_OSX_VERSION 10.14.6 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(57): if(CMAKE_SYSTEM_NAME STREQUAL Darwin AND _CURRENT_OSX_VERSION VERSION_GREATER 10.3 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(58): set(CMAKE_OSX_DEPLOYMENT_TARGET CACHE STRING Minimum OS X version to target for deployment (at runtime); newer APIs weak linked. Set to empty string for default value. )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(65): if(CMAKE_OSX_SYSROOT )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(67): set(_CMAKE_OSX_SYSROOT_DEFAULT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(126): set(_CMAKE_OSX_SYSROOT_TYPE STRING )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(127): foreach(_v CMAKE_OSX_SYSROOT _CMAKE_OSX_SYSROOT_DEFAULT )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(128): if(x/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk MATCHES / )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(129): set(_CMAKE_OSX_SYSROOT_TYPE PATH )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(130): break()
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(133): set(CMAKE_OSX_SYSROOT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk CACHE PATH The product will be built against the headers and libraries located inside the indicated SDK. )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(137): function(_apple_resolve_sdk_path sdk_name ret )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(148): function(_apple_resolve_supported_archs_for_sdk_from_system_lib sdk_path ret ret_failed )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(229): function(_apple_resolve_multi_arch_sysroots )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(295): _apple_resolve_multi_arch_sysroots()
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(230): if(DEFINED CMAKE_APPLE_ARCH_SYSROOTS )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(234): list(LENGTH CMAKE_OSX_ARCHITECTURES _num_archs )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(235): if(NOT ( _num_archs GREATER 1 ) )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(236): return()
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(298): set(_CMAKE_OSX_SYSROOT_PATH )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(299): if(CMAKE_OSX_SYSROOT )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(300): if(x/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk MATCHES / )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(302): if(NOT IS_DIRECTORY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin-Initialize.cmake(307): set(_CMAKE_OSX_SYSROOT_PATH /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInitialize.cmake(23): set(CMAKE_SYSTEM_SPECIFIC_INITIALIZE_LOADED 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(1): set(CMAKE_C_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(2): set(CMAKE_C_COMPILER_ARG1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(3): set(CMAKE_C_COMPILER_ID AppleClang )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(4): set(CMAKE_C_COMPILER_VERSION 11.0.0.11000033 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(5): set(CMAKE_C_COMPILER_VERSION_INTERNAL )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(6): set(CMAKE_C_COMPILER_WRAPPER )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(7): set(CMAKE_C_STANDARD_COMPUTED_DEFAULT 11 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(8): set(CMAKE_C_COMPILE_FEATURES c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros;c_std_11;c_static_assert;c_std_17 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(9): set(CMAKE_C90_COMPILE_FEATURES c_std_90;c_function_prototypes )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(10): set(CMAKE_C99_COMPILE_FEATURES c_std_99;c_restrict;c_variadic_macros )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(11): set(CMAKE_C11_COMPILE_FEATURES c_std_11;c_static_assert )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(12): set(CMAKE_C17_COMPILE_FEATURES c_std_17 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(13): set(CMAKE_C23_COMPILE_FEATURES )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(15): set(CMAKE_C_PLATFORM_ID Darwin )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(16): set(CMAKE_C_SIMULATE_ID )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(17): set(CMAKE_C_COMPILER_FRONTEND_VARIANT )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(18): set(CMAKE_C_SIMULATE_VERSION )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(23): set(CMAKE_AR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(24): set(CMAKE_C_COMPILER_AR )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(25): set(CMAKE_RANLIB /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(26): set(CMAKE_C_COMPILER_RANLIB )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(27): set(CMAKE_LINKER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(28): set(CMAKE_MT )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(29): set(CMAKE_COMPILER_IS_GNUCC )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(30): set(CMAKE_C_COMPILER_LOADED 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(31): set(CMAKE_C_COMPILER_WORKS TRUE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(32): set(CMAKE_C_ABI_COMPILED TRUE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(33): set(CMAKE_COMPILER_IS_MINGW )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(34): set(CMAKE_COMPILER_IS_CYGWIN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(35): if(CMAKE_COMPILER_IS_CYGWIN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(40): set(CMAKE_C_COMPILER_ENV_VAR CC )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(42): if(CMAKE_COMPILER_IS_MINGW )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(45): set(CMAKE_C_COMPILER_ID_RUN 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(46): set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(47): set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(48): set(CMAKE_C_LINKER_PREFERENCE 10 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(51): set(CMAKE_C_SIZEOF_DATA_PTR 8 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(52): set(CMAKE_C_COMPILER_ABI )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(53): set(CMAKE_C_BYTE_ORDER LITTLE_ENDIAN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(54): set(CMAKE_C_LIBRARY_ARCHITECTURE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(56): if(CMAKE_C_SIZEOF_DATA_PTR )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(57): set(CMAKE_SIZEOF_VOID_P 8 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(60): if(CMAKE_C_COMPILER_ABI )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(64): if(CMAKE_C_LIBRARY_ARCHITECTURE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(68): set(CMAKE_C_CL_SHOWINCLUDES_PREFIX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(69): if(CMAKE_C_CL_SHOWINCLUDES_PREFIX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(77): set(CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(78): set(CMAKE_C_IMPLICIT_LINK_LIBRARIES )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(79): set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCCompiler.cmake(80): set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(1): set(CMAKE_CXX_COMPILER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(2): set(CMAKE_CXX_COMPILER_ARG1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(3): set(CMAKE_CXX_COMPILER_ID AppleClang )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(4): set(CMAKE_CXX_COMPILER_VERSION 11.0.0.11000033 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(5): set(CMAKE_CXX_COMPILER_VERSION_INTERNAL )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(6): set(CMAKE_CXX_COMPILER_WRAPPER )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(7): set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT 98 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(8): set(CMAKE_CXX_COMPILE_FEATURES cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates;cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates;cxx_std_17;cxx_std_20 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(9): set(CMAKE_CXX98_COMPILE_FEATURES cxx_std_98;cxx_template_template_parameters )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(10): set(CMAKE_CXX11_COMPILE_FEATURES cxx_std_11;cxx_alias_templates;cxx_alignas;cxx_alignof;cxx_attributes;cxx_auto_type;cxx_constexpr;cxx_decltype;cxx_decltype_incomplete_return_types;cxx_default_function_template_args;cxx_defaulted_functions;cxx_defaulted_move_initializers;cxx_delegating_constructors;cxx_deleted_functions;cxx_enum_forward_declarations;cxx_explicit_conversions;cxx_extended_friend_declarations;cxx_extern_templates;cxx_final;cxx_func_identifier;cxx_generalized_initializers;cxx_inheriting_constructors;cxx_inline_namespaces;cxx_lambdas;cxx_local_type_template_args;cxx_long_long_type;cxx_noexcept;cxx_nonstatic_member_init;cxx_nullptr;cxx_override;cxx_range_for;cxx_raw_string_literals;cxx_reference_qualified_functions;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_thread_local;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_unrestricted_unions;cxx_user_literals;cxx_variadic_macros;cxx_variadic_templates )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(11): set(CMAKE_CXX14_COMPILE_FEATURES cxx_std_14;cxx_aggregate_default_initializers;cxx_attribute_deprecated;cxx_binary_literals;cxx_contextual_conversions;cxx_decltype_auto;cxx_digit_separators;cxx_generic_lambdas;cxx_lambda_init_captures;cxx_relaxed_constexpr;cxx_return_type_deduction;cxx_variable_templates )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(12): set(CMAKE_CXX17_COMPILE_FEATURES cxx_std_17 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(13): set(CMAKE_CXX20_COMPILE_FEATURES cxx_std_20 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(14): set(CMAKE_CXX23_COMPILE_FEATURES )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(16): set(CMAKE_CXX_PLATFORM_ID Darwin )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(17): set(CMAKE_CXX_SIMULATE_ID )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(18): set(CMAKE_CXX_COMPILER_FRONTEND_VARIANT )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(19): set(CMAKE_CXX_SIMULATE_VERSION )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(24): set(CMAKE_AR /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(25): set(CMAKE_CXX_COMPILER_AR )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(26): set(CMAKE_RANLIB /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(27): set(CMAKE_CXX_COMPILER_RANLIB )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(28): set(CMAKE_LINKER /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(29): set(CMAKE_MT )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(30): set(CMAKE_COMPILER_IS_GNUCXX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(31): set(CMAKE_CXX_COMPILER_LOADED 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(32): set(CMAKE_CXX_COMPILER_WORKS TRUE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(33): set(CMAKE_CXX_ABI_COMPILED TRUE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(34): set(CMAKE_COMPILER_IS_MINGW )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(35): set(CMAKE_COMPILER_IS_CYGWIN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(36): if(CMAKE_COMPILER_IS_CYGWIN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(41): set(CMAKE_CXX_COMPILER_ENV_VAR CXX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(43): if(CMAKE_COMPILER_IS_MINGW )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(46): set(CMAKE_CXX_COMPILER_ID_RUN 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(47): set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;m;mm;mpp;CPP;ixx;cppm )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(48): set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(50): foreach(lang C OBJC OBJCXX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(51): if(CMAKE_C_COMPILER_ID_RUN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(52): foreach(extension IN LISTS CMAKE_C_SOURCE_FILE_EXTENSIONS )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(53): list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS c )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(53): list(REMOVE_ITEM CMAKE_CXX_SOURCE_FILE_EXTENSIONS m )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(51): if(CMAKE_OBJC_COMPILER_ID_RUN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(51): if(CMAKE_OBJCXX_COMPILER_ID_RUN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(58): set(CMAKE_CXX_LINKER_PREFERENCE 30 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(59): set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(62): set(CMAKE_CXX_SIZEOF_DATA_PTR 8 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(63): set(CMAKE_CXX_COMPILER_ABI )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(64): set(CMAKE_CXX_BYTE_ORDER LITTLE_ENDIAN )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(65): set(CMAKE_CXX_LIBRARY_ARCHITECTURE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(67): if(CMAKE_CXX_SIZEOF_DATA_PTR )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(68): set(CMAKE_SIZEOF_VOID_P 8 )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(71): if(CMAKE_CXX_COMPILER_ABI )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(75): if(CMAKE_CXX_LIBRARY_ARCHITECTURE )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(79): set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(80): if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(88): set(CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(89): set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES c++ )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(90): set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib )
/build/FeatherPad/CMakeFiles/3.21.4/CMakeCXXCompiler.cmake(91): set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(14): set(APPLE )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(15): set(UNIX )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(16): set(CYGWIN )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(17): set(MSYS )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(18): set(WIN32 )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(22): include(CMakeGenericSystem )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(4): include(CMakeInitializeConfigs )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(4): include_guard(GLOBAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(8): function(cmake_initialize_per_config_variable _PREFIX _DOCSTRING )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(6): set(CMAKE_SHARED_LIBRARY_C_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(7): set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS -shared )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(8): set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(9): set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(10): set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(11): set(CMAKE_INCLUDE_FLAG_C -I )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(12): set(CMAKE_LIBRARY_PATH_FLAG -L )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(13): set(CMAKE_LIBRARY_PATH_TERMINATOR )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(14): set(CMAKE_LINK_LIBRARY_FLAG -l )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(16): set(CMAKE_LINK_LIBRARY_SUFFIX )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(17): set(CMAKE_STATIC_LIBRARY_PREFIX lib )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(18): set(CMAKE_STATIC_LIBRARY_SUFFIX .a )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(19): set(CMAKE_SHARED_LIBRARY_PREFIX lib )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(20): set(CMAKE_SHARED_LIBRARY_SUFFIX .so )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(21): set(CMAKE_EXECUTABLE_SUFFIX )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(22): set(CMAKE_DL_LIBS dl )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(24): set(CMAKE_FIND_LIBRARY_PREFIXES lib )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(25): set(CMAKE_FIND_LIBRARY_SUFFIXES .so .a )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(27): set(CMAKE_AUTOGEN_ORIGIN_DEPENDS ON )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(28): set(CMAKE_AUTOMOC_COMPILER_PREDEFINES ON )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(29): if(NOT DEFINED CMAKE_AUTOMOC_PATH_PREFIX )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(30): set(CMAKE_AUTOMOC_PATH_PREFIX OFF )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(32): set(CMAKE_AUTOMOC_MACRO_NAMES Q_OBJECT Q_GADGET Q_NAMESPACE Q_NAMESPACE_EXPORT )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(35): set_property(GLOBAL PROPERTY TARGET_SUPPORTS_SHARED_LIBS TRUE )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(37): set(CMAKE_SKIP_RPATH NO CACHE BOOL If set, runtime paths are not added when using shared libraries. )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(39): set(CMAKE_SKIP_INSTALL_RPATH NO CACHE BOOL If set, runtime paths are not added when installing shared libraries, but are added when building. )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(42): set(CMAKE_VERBOSE_MAKEFILE FALSE CACHE BOOL If this value is on, makefiles will be generated without the .SILENT directive, and all commands will be echoed to the console during the make. This is useful for debugging only. With Visual Studio IDE projects all commands are done without /nologo. )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(44): if(CMAKE_GENERATOR MATCHES Make )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(45): set(CMAKE_COLOR_MAKEFILE ON CACHE BOOL Enable/Disable color output during build. )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(48): mark_as_advanced(CMAKE_COLOR_MAKEFILE )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(49): if(DEFINED CMAKE_RULE_MESSAGES )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(52): if(DEFINED CMAKE_TARGET_MESSAGES )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(57): if(NOT DEFINED CMAKE_EXPORT_COMPILE_COMMANDS AND CMAKE_GENERATOR MATCHES Ninja|Unix Makefiles )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(71): function(GetDefaultWindowsPrefixBase var )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(163): if(NOT DEFINED CMAKE_INSTALL_PREFIX )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(168): if(CMAKE_HOST_UNIX )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(169): set(CMAKE_INSTALL_PREFIX /usr/local CACHE PATH Install path prefix, prepended onto install directories. )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(181): set(CMAKE_INSTALL_DEFAULT_COMPONENT_NAME Unspecified )
/opt/local/share/cmake-3.21/Modules/CMakeGenericSystem.cmake(183): mark_as_advanced(CMAKE_SKIP_RPATH CMAKE_SKIP_INSTALL_RPATH CMAKE_VERBOSE_MAKEFILE )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(25): set(CMAKE_SYSTEM_INFO_FILE Platform/Darwin )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(27): include(Platform/Darwin OPTIONAL RESULT_VARIABLE _INCLUDED_SYSTEM_INFO_FILE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(1): set(APPLE 1 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(3): if(CMAKE_SYSTEM_NAME STREQUAL iOS OR CMAKE_SYSTEM_NAME STREQUAL tvOS OR CMAKE_SYSTEM_NAME STREQUAL watchOS )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(28): string(REGEX REPLACE ^([0-9]+)\.([0-9]+).*$ \1 DARWIN_MAJOR_VERSION 18.7.0 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(29): string(REGEX REPLACE ^([0-9]+)\.([0-9]+).*$ \2 DARWIN_MINOR_VERSION 18.7.0 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(33): if(NOT DEFINED HAVE_FLAG_SEARCH_PATHS_FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(34): set(HAVE_FLAG_SEARCH_PATHS_FIRST 0 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(35): if(18 GREATER 6 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(36): set(HAVE_FLAG_SEARCH_PATHS_FIRST 1 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(43): set(CMAKE_SHARED_LIBRARY_PREFIX lib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(44): set(CMAKE_SHARED_LIBRARY_SUFFIX .dylib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(45): set(CMAKE_EXTRA_SHARED_LIBRARY_SUFFIXES .tbd .so )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(46): set(CMAKE_SHARED_MODULE_PREFIX lib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(47): set(CMAKE_SHARED_MODULE_SUFFIX .so )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(48): set(CMAKE_MODULE_EXISTS 1 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(49): set(CMAKE_DL_LIBS )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(50): if(NOT 10.14 VERSION_LESS 10.5 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(51): set(CMAKE_SHARED_LIBRARY_RUNTIME_C_FLAG -Wl,-rpath, )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(54): foreach(lang C CXX OBJC OBJCXX )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(55): set(CMAKE_C_OSX_COMPATIBILITY_VERSION_FLAG -compatibility_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(56): set(CMAKE_C_OSX_CURRENT_VERSION_FLAG -current_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(57): set(CMAKE_C_LINK_FLAGS -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(59): if(HAVE_FLAG_SEARCH_PATHS_FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(60): set(CMAKE_C_LINK_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(63): set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(64): set(CMAKE_SHARED_MODULE_CREATE_C_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(65): set(CMAKE_SHARED_MODULE_LOADER_C_FLAG -Wl,-bundle_loader, )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(55): set(CMAKE_CXX_OSX_COMPATIBILITY_VERSION_FLAG -compatibility_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(56): set(CMAKE_CXX_OSX_CURRENT_VERSION_FLAG -current_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(57): set(CMAKE_CXX_LINK_FLAGS -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(59): if(HAVE_FLAG_SEARCH_PATHS_FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(60): set(CMAKE_CXX_LINK_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(63): set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(64): set(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(65): set(CMAKE_SHARED_MODULE_LOADER_CXX_FLAG -Wl,-bundle_loader, )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(55): set(CMAKE_OBJC_OSX_COMPATIBILITY_VERSION_FLAG -compatibility_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(56): set(CMAKE_OBJC_OSX_CURRENT_VERSION_FLAG -current_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(57): set(CMAKE_OBJC_LINK_FLAGS -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(59): if(HAVE_FLAG_SEARCH_PATHS_FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(60): set(CMAKE_OBJC_LINK_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(63): set(CMAKE_SHARED_LIBRARY_CREATE_OBJC_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(64): set(CMAKE_SHARED_MODULE_CREATE_OBJC_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(65): set(CMAKE_SHARED_MODULE_LOADER_OBJC_FLAG -Wl,-bundle_loader, )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(55): set(CMAKE_OBJCXX_OSX_COMPATIBILITY_VERSION_FLAG -compatibility_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(56): set(CMAKE_OBJCXX_OSX_CURRENT_VERSION_FLAG -current_version )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(57): set(CMAKE_OBJCXX_LINK_FLAGS -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(59): if(HAVE_FLAG_SEARCH_PATHS_FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(60): set(CMAKE_OBJCXX_LINK_FLAGS -Wl,-search_paths_first -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(63): set(CMAKE_SHARED_LIBRARY_CREATE_OBJCXX_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(64): set(CMAKE_SHARED_MODULE_CREATE_OBJCXX_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(65): set(CMAKE_SHARED_MODULE_LOADER_OBJCXX_FLAG -Wl,-bundle_loader, )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(68): set(CMAKE_PLATFORM_HAS_INSTALLNAME 1 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(69): set(CMAKE_FIND_LIBRARY_SUFFIXES .tbd .dylib .so .a )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(75): if(NOT DEFINED CMAKE_INSTALL_NAME_TOOL )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(81): set(CMAKE_SHARED_LIBRARY_SONAME_C_FLAG -install_name )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(83): if(10.14 VERSION_LESS 10.5 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(91): foreach(lang C CXX Fortran OBJC OBJCXX )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(93): if(XCODE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(97): set(CMAKE_C_CREATE_SHARED_LIBRARY <CMAKE_C_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(100): set(CMAKE_C_CREATE_SHARED_MODULE <CMAKE_C_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_MODULE_CREATE_C_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(103): set(CMAKE_C_CREATE_MACOSX_FRAMEWORK <CMAKE_C_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(108): set(CMAKE_C_FRAMEWORK_SEARCH_FLAG -F )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(93): if(XCODE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(97): set(CMAKE_CXX_CREATE_SHARED_LIBRARY <CMAKE_CXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(100): set(CMAKE_CXX_CREATE_SHARED_MODULE <CMAKE_CXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(103): set(CMAKE_CXX_CREATE_MACOSX_FRAMEWORK <CMAKE_CXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(108): set(CMAKE_CXX_FRAMEWORK_SEARCH_FLAG -F )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(93): if(XCODE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(97): set(CMAKE_Fortran_CREATE_SHARED_LIBRARY <CMAKE_Fortran_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(100): set(CMAKE_Fortran_CREATE_SHARED_MODULE <CMAKE_Fortran_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_MODULE_CREATE_Fortran_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(103): set(CMAKE_Fortran_CREATE_MACOSX_FRAMEWORK <CMAKE_Fortran_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_Fortran_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(108): set(CMAKE_Fortran_FRAMEWORK_SEARCH_FLAG -F )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(93): if(XCODE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(97): set(CMAKE_OBJC_CREATE_SHARED_LIBRARY <CMAKE_OBJC_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_OBJC_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(100): set(CMAKE_OBJC_CREATE_SHARED_MODULE <CMAKE_OBJC_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_MODULE_CREATE_OBJC_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(103): set(CMAKE_OBJC_CREATE_MACOSX_FRAMEWORK <CMAKE_OBJC_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_OBJC_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(108): set(CMAKE_OBJC_FRAMEWORK_SEARCH_FLAG -F )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(93): if(XCODE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(97): set(CMAKE_OBJCXX_CREATE_SHARED_LIBRARY <CMAKE_OBJCXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_OBJCXX_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(100): set(CMAKE_OBJCXX_CREATE_SHARED_MODULE <CMAKE_OBJCXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_MODULE_CREATE_OBJCXX_FLAGS> <LINK_FLAGS> -o <TARGET> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(103): set(CMAKE_OBJCXX_CREATE_MACOSX_FRAMEWORK <CMAKE_OBJCXX_COMPILER> <LANGUAGE_COMPILE_FLAGS> <CMAKE_SHARED_LIBRARY_CREATE_OBJCXX_FLAGS> <LINK_FLAGS> -o <TARGET> <SONAME_FLAG> <TARGET_INSTALLNAME_DIR><TARGET_SONAME> <OBJECTS> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(108): set(CMAKE_OBJCXX_FRAMEWORK_SEARCH_FLAG -F )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(112): if(NOT DEFINED CMAKE_FIND_FRAMEWORK )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(113): set(CMAKE_FIND_FRAMEWORK FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(118): set(CMAKE_PLATFORM_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(122): if(_CMAKE_OSX_SYSROOT_PATH )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(124): list(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES /System/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(127): if(10.14 VERSION_LESS 10.5 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(134): set(CMAKE_SYSTEM_FRAMEWORK_PATH ~/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(137): if(_CMAKE_OSX_SYSROOT_PATH )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(138): list(APPEND CMAKE_SYSTEM_FRAMEWORK_PATH /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Network/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(144): foreach(_path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/../../Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/../../../../../Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(152): get_filename_component(_abolute_path /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/../../Library/Frameworks ABSOLUTE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(153): if(EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(154): list(APPEND CMAKE_SYSTEM_FRAMEWORK_PATH /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(155): break()
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(159): if(EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(160): list(INSERT CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES 0 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/lib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(162): if(EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/lib )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(166): if(OSX_DEVELOPER_ROOT AND EXISTS /Applications/Xcode.app/Contents/Developer/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(167): list(APPEND CMAKE_SYSTEM_FRAMEWORK_PATH /Applications/Xcode.app/Contents/Developer/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(170): list(APPEND CMAKE_SYSTEM_FRAMEWORK_PATH /Library/Frameworks /Network/Library/Frameworks /System/Library/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(176): if(CMAKE_OSX_SYSROOT )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(177): get_property(_IN_TC GLOBAL PROPERTY IN_TRY_COMPILE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(178): if(NOT _IN_TC AND NOT IS_SYMLINK /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks AND IS_SYMLINK /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/Library/Frameworks/Frameworks )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(193): if(NOT DEFINED CMAKE_FIND_APPBUNDLE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(194): set(CMAKE_FIND_APPBUNDLE FIRST )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(197): set(_apps_paths )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(198): foreach(_path ~/Applications /Applications /Applications/Xcode.app/Contents/Developer/../Applications /Applications/Xcode.app/Contents/Developer/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(204): get_filename_component(_apps ~/Applications ABSOLUTE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(205): if(EXISTS /Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(206): list(APPEND _apps_paths /Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(204): get_filename_component(_apps /Applications ABSOLUTE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(205): if(EXISTS /Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(206): list(APPEND _apps_paths /Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(204): get_filename_component(_apps /Applications/Xcode.app/Contents/Developer/../Applications ABSOLUTE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(205): if(EXISTS /Applications/Xcode.app/Contents/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(206): list(APPEND _apps_paths /Applications/Xcode.app/Contents/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(204): get_filename_component(_apps /Applications/Xcode.app/Contents/Developer/Applications ABSOLUTE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(205): if(EXISTS /Applications/Xcode.app/Contents/Developer/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(206): list(APPEND _apps_paths /Applications/Xcode.app/Contents/Developer/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(209): if(_apps_paths )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(210): list(REMOVE_DUPLICATES _apps_paths )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(212): set(CMAKE_SYSTEM_APPBUNDLE_PATH /Applications;/Applications;/Applications/Xcode.app/Contents/Applications;/Applications/Xcode.app/Contents/Developer/Applications )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(214): unset(_apps_paths )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(216): include(Platform/UnixPaths )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(10): if(__UNIX_PATHS_INCLUDED )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(13): set(__UNIX_PATHS_INCLUDED 1 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(15): set(UNIX 1 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(19): get_filename_component(_CMAKE_INSTALL_DIR /opt/local/share/cmake-3.21 PATH )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(20): get_filename_component(_CMAKE_INSTALL_DIR /opt/local/share PATH )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(28): list(APPEND CMAKE_SYSTEM_PREFIX_PATH /usr / )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(35): list(FIND CMAKE_SYSTEM_PREFIX_PATH /opt/local HAS_ENTRY )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(36): if(-1 EQUAL -1 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(37): list(APPEND CMAKE_SYSTEM_PREFIX_PATH /opt/local )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(41): unset(HAS_ENTRY )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(43): if(NOT CMAKE_FIND_NO_INSTALL_PREFIX )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(45): list(FIND CMAKE_SYSTEM_PREFIX_PATH /usr/local HAS_ENTRY )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(46): if(-1 EQUAL -1 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(47): list(APPEND CMAKE_SYSTEM_PREFIX_PATH /usr/local )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(52): unset(HAS_ENTRY )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(53): if(CMAKE_STAGING_PREFIX )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(66): list(APPEND CMAKE_SYSTEM_PREFIX_PATH /usr/X11R6 /usr/pkg /opt )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(73): list(APPEND CMAKE_SYSTEM_INCLUDE_PATH /usr/include/X11 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(78): list(APPEND CMAKE_SYSTEM_LIBRARY_PATH /usr/lib/X11 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(83): list(APPEND CMAKE_PLATFORM_IMPLICIT_LINK_DIRECTORIES /lib /lib32 /lib64 /usr/lib /usr/lib32 /usr/lib64 )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(87): if(CMAKE_SYSROOT_COMPILE )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(89): else()
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(90): set(_cmake_sysroot_compile )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(95): set(_CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(99): set(_CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/11.0.0/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include /usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(103): set(_CMAKE_CUDA_IMPLICIT_INCLUDE_DIRECTORIES_INIT /usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(108): unset(_cmake_sysroot_compile )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(113): if(CMAKE_COMPILER_SYSROOT )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(122): set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB32_PATHS TRUE )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(123): set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS TRUE )
/opt/local/share/cmake-3.21/Modules/Platform/UnixPaths.cmake(124): set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIBX32_PATHS TRUE )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(218): if(CMAKE_SYSTEM_NAME STREQUAL Darwin AND CMAKE_SYSTEM_PROCESSOR STREQUAL arm64 )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(224): if(_CMAKE_OSX_SYSROOT_PATH )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(225): if(EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(226): list(INSERT CMAKE_SYSTEM_PREFIX_PATH 0 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(227): foreach(lang C CXX OBJC OBJCXX Swift )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(228): list(APPEND _CMAKE_C_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(228): list(APPEND _CMAKE_CXX_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(228): list(APPEND _CMAKE_OBJC_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(228): list(APPEND _CMAKE_OBJCXX_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(228): list(APPEND _CMAKE_Swift_IMPLICIT_INCLUDE_DIRECTORIES_INIT /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(231): if(EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/local/include )
/opt/local/share/cmake-3.21/Modules/Platform/Darwin.cmake(241): list(INSERT CMAKE_SYSTEM_PREFIX_PATH 0 /opt/local )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(29): if(NOT _INCLUDED_SYSTEM_INFO_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(43): if(CMAKE_EXTRA_GENERATOR )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(53): if(NOT CMAKE_MODULE_EXISTS )
/opt/local/share/cmake-3.21/Modules/CMakeSystemSpecificInformation.cmake(59): set(CMAKE_SYSTEM_SPECIFIC_INFORMATION_LOADED 1 )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(11): include(CMakeLanguageInformation )
/opt/local/share/cmake-3.21/Modules/CMakeLanguageInformation.cmake(9): macro(__cmake_include_compiler_wrapper lang )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(15): if(UNIX )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(16): set(CMAKE_C_OUTPUT_EXTENSION .o )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(21): set(_INCLUDED_FILE 0 )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(24): if(CMAKE_C_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(25): include(Compiler/AppleClang-C OPTIONAL )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(1): include(Compiler/Clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(6): if(__COMPILER_CLANG )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(9): set(__COMPILER_CLANG 1 )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(11): include(Compiler/CMakeCommonCompilerMacros )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(5): if(__COMPILER_CMAKE_COMMON_COMPILER_MACROS )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(8): set(__COMPILER_CMAKE_COMMON_COMPILER_MACROS 1 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(32): macro(__compiler_check_default_language_standard lang stdver1 std1 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(65): macro(cmake_record_c_compile_features )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(100): macro(cmake_record_cxx_compile_features )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(137): macro(cmake_record_cuda_compile_features )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(174): macro(cmake_record_hip_compile_features )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(13): set(__pch_header_C c-header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(14): set(__pch_header_CXX c++-header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(15): set(__pch_header_OBJC objective-c-header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(16): set(__pch_header_OBJCXX objective-c++-header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(18): if(x STREQUAL xMSVC OR x STREQUAL xMSVC OR x STREQUAL xMSVC )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(23): else()
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(24): include(Compiler/GNU )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(6): if(__COMPILER_GNU )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(9): set(__COMPILER_GNU 1 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(11): include(Compiler/CMakeCommonCompilerMacros )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(5): if(__COMPILER_CMAKE_COMMON_COMPILER_MACROS )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(6): return()
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(13): set(__pch_header_C c-header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(14): set(__pch_header_CXX c++-header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(15): set(__pch_header_OBJC objective-c-header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(16): set(__pch_header_OBJCXX objective-c++-header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(18): macro(__compiler_gnu lang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(26): macro(__compiler_clang lang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(120): macro(__compiler_clang_cxx_standards lang )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(2): __compiler_clang(C )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(27): __compiler_gnu(C )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(20): set(CMAKE_C_VERBOSE_FLAG -v )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(21): set(CMAKE_C_COMPILE_OPTIONS_PIC -fPIC )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(22): set(_CMAKE_C_PIE_MAY_BE_SUPPORTED_BY_LINKER NO )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(23): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 3.4 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(24): set(CMAKE_C_COMPILE_OPTIONS_PIE -fPIE )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(27): set(_CMAKE_C_PIE_MAY_BE_SUPPORTED_BY_LINKER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(28): set(CMAKE_C_LINK_OPTIONS_PIE -fPIE -pie )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(29): set(CMAKE_C_LINK_OPTIONS_NO_PIE -no-pie )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(31): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(32): set(CMAKE_C_COMPILE_OPTIONS_VISIBILITY -fvisibility= )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(34): set(CMAKE_SHARED_LIBRARY_C_FLAGS -fPIC )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(35): set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS -shared )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(36): set(CMAKE_C_COMPILE_OPTIONS_SYSROOT --sysroot= )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(38): set(CMAKE_C_LINKER_WRAPPER_FLAG -Wl, )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(39): set(CMAKE_C_LINKER_WRAPPER_FLAG_SEP , )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(45): get_property(_IN_TC GLOBAL PROPERTY IN_TRY_COMPILE )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(46): if(CMAKE_C_COMPILER_ID STREQUAL GNU AND _IN_TC AND NOT CMAKE_FORCE_DEPFILES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(47): else()
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(51): set(CMAKE_DEPFILE_FLAGS_C -MD -MT <DEP_TARGET> -MF <DEP_FILE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(55): string(APPEND CMAKE_C_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(56): string(APPEND CMAKE_C_FLAGS_DEBUG_INIT -g )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(57): string(APPEND CMAKE_C_FLAGS_MINSIZEREL_INIT -Os -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(58): string(APPEND CMAKE_C_FLAGS_RELEASE_INIT -O3 -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(59): string(APPEND CMAKE_C_FLAGS_RELWITHDEBINFO_INIT -O2 -g -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(60): set(CMAKE_C_CREATE_PREPROCESSED_SOURCE <CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(61): set(CMAKE_C_CREATE_ASSEMBLY_SOURCE <CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -S <SOURCE> -o <ASSEMBLY_SOURCE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(62): if(NOT APPLE OR NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(63): set(CMAKE_INCLUDE_SYSTEM_FLAG_C -isystem )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(66): set(_CMAKE_C_IPO_SUPPORTED_BY_CMAKE YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(67): set(_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER NO )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(72): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.5 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(73): set(_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(74): set(__lto_flags -flto )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(76): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.7 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(80): list(APPEND __lto_flags -fno-fat-lto-objects )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(83): set(CMAKE_C_COMPILE_OPTIONS_IPO -flto;-fno-fat-lto-objects )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(92): set(CMAKE_C_ARCHIVE_CREATE_IPO "" cr <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(96): set(CMAKE_C_ARCHIVE_APPEND_IPO "" r <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(100): set(CMAKE_C_ARCHIVE_FINISH_IPO "" <TARGET> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(105): set(CMAKE_C_COMPILER_PREDEFINES_COMMAND /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(106): if(CMAKE_C_COMPILER_ARG1 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(111): list(APPEND CMAKE_C_COMPILER_PREDEFINES_COMMAND -dM -E -c /opt/local/share/cmake-3.21/Modules/CMakeCXXCompilerABI.cpp )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(113): if(NOT xC STREQUAL xFortran )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(114): set(CMAKE_PCH_EXTENSION .gch )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(115): if(NOT CMAKE_GENERATOR MATCHES Xcode )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(116): set(CMAKE_PCH_PROLOGUE #pragma GCC system_header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(118): set(CMAKE_C_COMPILE_OPTIONS_INVALID_PCH -Winvalid-pch )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(119): set(CMAKE_C_COMPILE_OPTIONS_USE_PCH -include <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(120): set(CMAKE_C_COMPILE_OPTIONS_CREATE_PCH -x c-header -include <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(28): set(CMAKE_C_COMPILE_OPTIONS_PIE -fPIE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(31): if(APPLE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(32): set(CMAKE_C_LINK_OPTIONS_PIE -fPIE -Xlinker -pie )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(33): set(CMAKE_C_LINK_OPTIONS_NO_PIE -Xlinker -no_pie )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(35): set(CMAKE_INCLUDE_SYSTEM_FLAG_C -isystem )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(36): set(CMAKE_C_COMPILE_OPTIONS_VISIBILITY -fvisibility= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(37): if(CMAKE_C_COMPILER_VERSION VERSION_LESS 3.4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(40): else()
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(41): set(CMAKE_C_COMPILE_OPTIONS_TARGET --target= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(42): set(CMAKE_C_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN --gcc-toolchain= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(44): set(CMAKE_C_LINKER_WRAPPER_FLAG -Xlinker )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(45): set(CMAKE_C_LINKER_WRAPPER_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(47): if(CMAKE_C_COMPILER_TARGET )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(55): set(_CMAKE_C_IPO_SUPPORTED_BY_CMAKE YES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(56): set(_CMAKE_C_IPO_MAY_BE_SUPPORTED_BY_COMPILER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(58): string(COMPARE EQUAL AppleClang AppleClang __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(59): string(COMPARE EQUAL AppleClang FujitsuClang __is_fujitsu_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(64): set(_CMAKE_LTO_THIN TRUE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(65): if(__is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(66): if(CMAKE_C_COMPILER_VERSION VERSION_LESS 8.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(77): if(_CMAKE_LTO_THIN )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(78): set(CMAKE_C_COMPILE_OPTIONS_IPO -flto=thin )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(83): if(ANDROID AND NOT CMAKE_ANDROID_NDK_VERSION VERSION_GREATER_EQUAL 22 )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(88): if(ANDROID OR __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(89): set(__ar /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(90): set(__ranlib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(96): set(CMAKE_C_ARCHIVE_CREATE_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" cr <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(100): set(CMAKE_C_ARCHIVE_APPEND_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" r <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(104): set(CMAKE_C_ARCHIVE_FINISH_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" <TARGET> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(108): set(CMAKE_PCH_EXTENSION .pch )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(109): if(NOT CMAKE_GENERATOR MATCHES Xcode )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(110): set(CMAKE_PCH_PROLOGUE #pragma clang system_header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(112): if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 11.0.0 AND NOT __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(115): set(CMAKE_C_COMPILE_OPTIONS_USE_PCH -Xclang -include-pch -Xclang <PCH_FILE> -Xclang -include -Xclang <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(116): set(CMAKE_C_COMPILE_OPTIONS_CREATE_PCH -Xclang -emit-pch -Xclang -include -Xclang <PCH_HEADER> -x c-header )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(5): if(NOT x STREQUAL xMSVC )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(6): if(( NOT DEFINED CMAKE_DEPENDS_USE_COMPILER OR CMAKE_DEPENDS_USE_COMPILER ) AND CMAKE_GENERATOR MATCHES Makefiles AND CMAKE_DEPFILE_FLAGS_C )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(10): set(CMAKE_C_DEPFILE_FORMAT gcc )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(11): set(CMAKE_C_DEPENDS_USE_COMPILER TRUE )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(15): set(CMAKE_C_COMPILE_OPTIONS_EXPLICIT_LANGUAGE -x c )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(17): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(18): set(CMAKE_C90_STANDARD_COMPILE_OPTION -std=c90 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(19): set(CMAKE_C90_EXTENSION_COMPILE_OPTION -std=gnu90 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(20): set(CMAKE_C90_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(22): set(CMAKE_C99_STANDARD_COMPILE_OPTION -std=c99 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(23): set(CMAKE_C99_EXTENSION_COMPILE_OPTION -std=gnu99 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(24): set(CMAKE_C99_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(26): set(CMAKE_C11_STANDARD_COMPILE_OPTION -std=c11 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(27): set(CMAKE_C11_EXTENSION_COMPILE_OPTION -std=gnu11 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(28): set(CMAKE_C11_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(31): if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 11.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(32): set(CMAKE_C17_STANDARD_COMPILE_OPTION -std=c17 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(33): set(CMAKE_C17_EXTENSION_COMPILE_OPTION -std=gnu17 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(36): if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 11.0.3 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-C.cmake(41): __compiler_check_default_language_standard(C 4.0 99 9.1 11 12.0.5 17 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(33): set(__std_ver_pairs 4.0;99;9.1;11;12.0.5;17 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(34): string(REGEX REPLACE *; * __std_ver_pairs 4.0;99;9.1;11;12.0.5;17 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(35): string(REGEX MATCHALL [^ ]+ [^ ]+ __std_ver_pairs 4.0 99 9.1 11 12.0.5 17 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(39): if(CMAKE_C_COMPILER_VERSION VERSION_GREATER_EQUAL 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(40): if(NOT CMAKE_C_COMPILER_FORCED )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(41): if(NOT CMAKE_C_STANDARD_COMPUTED_DEFAULT )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(44): set(CMAKE_C_STANDARD_DEFAULT 11 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(61): unset(__std_ver_pairs )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(28): set(CMAKE_BASE_NAME )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(29): get_filename_component(CMAKE_BASE_NAME /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc NAME_WE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(30): if(CMAKE_COMPILER_IS_GNUCC )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(36): if(CMAKE_SYSTEM_PROCESSOR )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(37): if(CMAKE_C_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(38): include(Platform/Apple-AppleClang-C-x86_64 OPTIONAL RESULT_VARIABLE _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(40): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(41): include(Platform/Apple-cc-x86_64 OPTIONAL )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(47): if(CMAKE_C_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(48): include(Platform/Apple-AppleClang-C OPTIONAL RESULT_VARIABLE _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-C.cmake(1): include(Platform/Apple-Clang-C )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(1): include(Platform/Apple-Clang )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(6): include_guard()
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(8): macro(__apple_compiler_clang lang )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(2): __apple_compiler_clang(C )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(9): set(CMAKE_C_VERBOSE_FLAG -v -Wl,-v )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(10): set(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(11): set(CMAKE_SHARED_MODULE_CREATE_C_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(12): set(CMAKE_C_SYSROOT_FLAG -isysroot )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(13): set(CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG -mmacosx-version-min= )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(14): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 3.2 )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(15): set(CMAKE_C_SYSTEM_FRAMEWORK_SEARCH_FLAG -iframework )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(17): if(_CMAKE_OSX_SYSROOT_PATH MATCHES /iPhoneOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(19): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /iPhoneSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(21): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /AppleTVOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(23): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /AppleTVSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(25): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /WatchOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(27): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /WatchSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-C.cmake(29): else()
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(30): set(CMAKE_C_OSX_DEPLOYMENT_TARGET_FLAG -mmacosx-version-min= )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-C.cmake(2): if(NOT CMAKE_C_COMPILER_VERSION VERSION_LESS 4.2 )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-C.cmake(3): set(CMAKE_C_SYSTEM_FRAMEWORK_SEARCH_FLAG -iframework )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(51): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(57): if(CMAKE_C_COMPILER_WRAPPER )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(65): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(69): if(CMAKE_C_SIZEOF_DATA_PTR )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(70): foreach(f )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(73): unset(CMAKE_C_ABI_FILES )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(82): if(CMAKE_USER_MAKE_RULES_OVERRIDE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(88): if(CMAKE_USER_MAKE_RULES_OVERRIDE_C )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(98): if(NOT CMAKE_MODULE_EXISTS )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(103): set(CMAKE_C_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(105): cmake_initialize_per_config_variable(CMAKE_C_FLAGS Flags used by the C compiler )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_C_FLAGS CACHE STRING Flags used by the C compiler during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_C_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -g _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_C_FLAGS_DEBUG -g CACHE STRING Flags used by the C compiler during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_C_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -O3 -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_C_FLAGS_RELEASE -O3 -DNDEBUG CACHE STRING Flags used by the C compiler during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_C_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -Os -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_C_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING Flags used by the C compiler during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_C_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -O2 -g -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_C_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG CACHE STRING Flags used by the C compiler during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_C_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(107): if(CMAKE_C_STANDARD_LIBRARIES_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(113): if(NOT CMAKE_C_COMPILER_LAUNCHER AND DEFINED ENV{CMAKE_C_COMPILER_LAUNCHER} )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(118): if(NOT CMAKE_C_LINKER_LAUNCHER AND DEFINED ENV{CMAKE_C_LINKER_LAUNCHER} )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(123): include(CMakeCommonLanguageInclude )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(9): string(APPEND CMAKE_EXE_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(10): string(APPEND CMAKE_SHARED_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(11): string(APPEND CMAKE_MODULE_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(13): cmake_initialize_per_config_variable(CMAKE_EXE_LINKER_FLAGS Flags used by the linker )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_EXE_LINKER_FLAGS CACHE STRING Flags used by the linker during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(14): cmake_initialize_per_config_variable(CMAKE_SHARED_LINKER_FLAGS Flags used by the linker during the creation of shared libraries )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_SHARED_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of shared libraries during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of shared libraries during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of shared libraries during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of shared libraries during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(15): cmake_initialize_per_config_variable(CMAKE_MODULE_LINKER_FLAGS Flags used by the linker during the creation of modules )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_MODULE_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of modules during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of modules during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of modules during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of modules during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of modules during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(16): cmake_initialize_per_config_variable(CMAKE_STATIC_LINKER_FLAGS Flags used by the linker during the creation of static libraries )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_STATIC_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of static libraries during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of static libraries during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of static libraries during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of static libraries during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(19): set(CMAKE_BUILD_TOOL /opt/local/bin/gmake )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(21): mark_as_advanced(CMAKE_VERBOSE_MAKEFILE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(153): if(NOT CMAKE_C_CREATE_SHARED_LIBRARY )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(159): if(NOT CMAKE_C_CREATE_SHARED_MODULE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(165): if(NOT DEFINED CMAKE_C_ARCHIVE_CREATE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(166): set(CMAKE_C_ARCHIVE_CREATE <CMAKE_AR> qc <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(168): if(NOT DEFINED CMAKE_C_ARCHIVE_APPEND )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(169): set(CMAKE_C_ARCHIVE_APPEND <CMAKE_AR> q <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(171): if(NOT DEFINED CMAKE_C_ARCHIVE_FINISH )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(172): set(CMAKE_C_ARCHIVE_FINISH <CMAKE_RANLIB> <TARGET> )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(176): if(NOT CMAKE_C_COMPILE_OBJECT )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(177): set(CMAKE_C_COMPILE_OBJECT <CMAKE_C_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -c <SOURCE> )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(181): if(NOT CMAKE_C_LINK_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(182): set(CMAKE_C_LINK_EXECUTABLE <CMAKE_C_COMPILER> <FLAGS> <CMAKE_C_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(186): if(NOT CMAKE_EXECUTABLE_RUNTIME_C_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(187): set(CMAKE_EXECUTABLE_RUNTIME_C_FLAG -Wl,-rpath, )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(190): if(NOT CMAKE_EXECUTABLE_RUNTIME_C_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(191): set(CMAKE_EXECUTABLE_RUNTIME_C_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(194): if(NOT CMAKE_EXECUTABLE_RPATH_LINK_C_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(195): set(CMAKE_EXECUTABLE_RPATH_LINK_C_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCInformation.cmake(198): set(CMAKE_C_INFORMATION_LOADED 1 )
CMake Warning (dev) at CMakeLists.txt:1 (project):
Policy CMP0025 is not set: Compiler id for Apple Clang is now AppleClang.
Run "cmake --help-policy CMP0025" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Converting C compiler id "AppleClang" to "Clang" for compatibility.
This warning is for project developers. Use -Wno-dev to suppress it.
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(11): include(CMakeLanguageInformation )
/opt/local/share/cmake-3.21/Modules/CMakeLanguageInformation.cmake(9): macro(__cmake_include_compiler_wrapper lang )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(15): if(UNIX )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(16): set(CMAKE_CXX_OUTPUT_EXTENSION .o )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(21): set(_INCLUDED_FILE 0 )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(24): if(CMAKE_CXX_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(25): include(Compiler/AppleClang-CXX OPTIONAL )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(1): include(Compiler/Clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(6): if(__COMPILER_CLANG )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(7): return()
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(2): __compiler_clang(CXX )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(27): __compiler_gnu(CXX )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(20): set(CMAKE_CXX_VERBOSE_FLAG -v )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(21): set(CMAKE_CXX_COMPILE_OPTIONS_PIC -fPIC )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(22): set(_CMAKE_CXX_PIE_MAY_BE_SUPPORTED_BY_LINKER NO )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(23): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.4 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(24): set(CMAKE_CXX_COMPILE_OPTIONS_PIE -fPIE )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(27): set(_CMAKE_CXX_PIE_MAY_BE_SUPPORTED_BY_LINKER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(28): set(CMAKE_CXX_LINK_OPTIONS_PIE -fPIE -pie )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(29): set(CMAKE_CXX_LINK_OPTIONS_NO_PIE -no-pie )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(31): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(32): set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY -fvisibility= )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(34): set(CMAKE_SHARED_LIBRARY_CXX_FLAGS -fPIC )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(35): set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS -shared )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(36): set(CMAKE_CXX_COMPILE_OPTIONS_SYSROOT --sysroot= )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(38): set(CMAKE_CXX_LINKER_WRAPPER_FLAG -Wl, )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(39): set(CMAKE_CXX_LINKER_WRAPPER_FLAG_SEP , )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(45): get_property(_IN_TC GLOBAL PROPERTY IN_TRY_COMPILE )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(46): if(CMAKE_CXX_COMPILER_ID STREQUAL GNU AND _IN_TC AND NOT CMAKE_FORCE_DEPFILES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(47): else()
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(51): set(CMAKE_DEPFILE_FLAGS_CXX -MD -MT <DEP_TARGET> -MF <DEP_FILE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(55): string(APPEND CMAKE_CXX_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(56): string(APPEND CMAKE_CXX_FLAGS_DEBUG_INIT -g )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(57): string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT -Os -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(58): string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT -O3 -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(59): string(APPEND CMAKE_CXX_FLAGS_RELWITHDEBINFO_INIT -O2 -g -DNDEBUG )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(60): set(CMAKE_CXX_CREATE_PREPROCESSED_SOURCE <CMAKE_CXX_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -E <SOURCE> > <PREPROCESSED_SOURCE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(61): set(CMAKE_CXX_CREATE_ASSEMBLY_SOURCE <CMAKE_CXX_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -S <SOURCE> -o <ASSEMBLY_SOURCE> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(62): if(NOT APPLE OR NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(63): set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX -isystem )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(66): set(_CMAKE_CXX_IPO_SUPPORTED_BY_CMAKE YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(67): set(_CMAKE_CXX_IPO_MAY_BE_SUPPORTED_BY_COMPILER NO )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(72): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.5 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(73): set(_CMAKE_CXX_IPO_MAY_BE_SUPPORTED_BY_COMPILER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(74): set(__lto_flags -flto )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(76): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.7 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(80): list(APPEND __lto_flags -fno-fat-lto-objects )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(83): set(CMAKE_CXX_COMPILE_OPTIONS_IPO -flto;-fno-fat-lto-objects )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(92): set(CMAKE_CXX_ARCHIVE_CREATE_IPO "" cr <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(96): set(CMAKE_CXX_ARCHIVE_APPEND_IPO "" r <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(100): set(CMAKE_CXX_ARCHIVE_FINISH_IPO "" <TARGET> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(105): set(CMAKE_CXX_COMPILER_PREDEFINES_COMMAND /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(106): if(CMAKE_CXX_COMPILER_ARG1 )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(111): list(APPEND CMAKE_CXX_COMPILER_PREDEFINES_COMMAND -dM -E -c /opt/local/share/cmake-3.21/Modules/CMakeCXXCompilerABI.cpp )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(113): if(NOT xCXX STREQUAL xFortran )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(114): set(CMAKE_PCH_EXTENSION .gch )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(115): if(NOT CMAKE_GENERATOR MATCHES Xcode )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(116): set(CMAKE_PCH_PROLOGUE #pragma GCC system_header )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(118): set(CMAKE_CXX_COMPILE_OPTIONS_INVALID_PCH -Winvalid-pch )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(119): set(CMAKE_CXX_COMPILE_OPTIONS_USE_PCH -include <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/GNU.cmake(120): set(CMAKE_CXX_COMPILE_OPTIONS_CREATE_PCH -x c++-header -include <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(28): set(CMAKE_CXX_COMPILE_OPTIONS_PIE -fPIE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(31): if(APPLE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(32): set(CMAKE_CXX_LINK_OPTIONS_PIE -fPIE -Xlinker -pie )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(33): set(CMAKE_CXX_LINK_OPTIONS_NO_PIE -Xlinker -no_pie )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(35): set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX -isystem )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(36): set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY -fvisibility= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(37): if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(40): else()
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(41): set(CMAKE_CXX_COMPILE_OPTIONS_TARGET --target= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(42): set(CMAKE_CXX_COMPILE_OPTIONS_EXTERNAL_TOOLCHAIN --gcc-toolchain= )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(44): set(CMAKE_CXX_LINKER_WRAPPER_FLAG -Xlinker )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(45): set(CMAKE_CXX_LINKER_WRAPPER_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(47): if(CMAKE_CXX_COMPILER_TARGET )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(55): set(_CMAKE_CXX_IPO_SUPPORTED_BY_CMAKE YES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(56): set(_CMAKE_CXX_IPO_MAY_BE_SUPPORTED_BY_COMPILER YES )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(58): string(COMPARE EQUAL AppleClang AppleClang __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(59): string(COMPARE EQUAL AppleClang FujitsuClang __is_fujitsu_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(64): set(_CMAKE_LTO_THIN TRUE )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(65): if(__is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(66): if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(77): if(_CMAKE_LTO_THIN )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(78): set(CMAKE_CXX_COMPILE_OPTIONS_IPO -flto=thin )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(83): if(ANDROID AND NOT CMAKE_ANDROID_NDK_VERSION VERSION_GREATER_EQUAL 22 )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(88): if(ANDROID OR __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(89): set(__ar /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(90): set(__ranlib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(96): set(CMAKE_CXX_ARCHIVE_CREATE_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" cr <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(100): set(CMAKE_CXX_ARCHIVE_APPEND_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar" r <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(104): set(CMAKE_CXX_ARCHIVE_FINISH_IPO "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib" <TARGET> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(108): set(CMAKE_PCH_EXTENSION .pch )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(109): if(NOT CMAKE_GENERATOR MATCHES Xcode )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(110): set(CMAKE_PCH_PROLOGUE #pragma clang system_header )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(112): if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 11.0.0 AND NOT __is_apple_clang )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(115): set(CMAKE_CXX_COMPILE_OPTIONS_USE_PCH -Xclang -include-pch -Xclang <PCH_FILE> -Xclang -include -Xclang <PCH_HEADER> )
/opt/local/share/cmake-3.21/Modules/Compiler/Clang.cmake(116): set(CMAKE_CXX_COMPILE_OPTIONS_CREATE_PCH -Xclang -emit-pch -Xclang -include -Xclang <PCH_HEADER> -x c++-header )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(4): set(CMAKE_CXX_COMPILE_OPTIONS_EXPLICIT_LANGUAGE -x c++ )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(6): if(NOT x STREQUAL xMSVC )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(7): if(( NOT DEFINED CMAKE_DEPENDS_USE_COMPILER OR CMAKE_DEPENDS_USE_COMPILER ) AND CMAKE_GENERATOR MATCHES Makefiles AND CMAKE_DEPFILE_FLAGS_CXX )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(11): set(CMAKE_CXX_DEPFILE_FORMAT gcc )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(12): set(CMAKE_CXX_DEPENDS_USE_COMPILER TRUE )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(15): set(CMAKE_CXX_COMPILE_OPTIONS_VISIBILITY_INLINES_HIDDEN -fvisibility-inlines-hidden )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(18): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(19): set(CMAKE_CXX98_STANDARD_COMPILE_OPTION -std=c++98 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(20): set(CMAKE_CXX98_EXTENSION_COMPILE_OPTION -std=gnu++98 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(21): set(CMAKE_CXX98_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(23): set(CMAKE_CXX11_STANDARD_COMPILE_OPTION -std=c++11 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(24): set(CMAKE_CXX11_EXTENSION_COMPILE_OPTION -std=gnu++11 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(27): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 6.1 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(28): set(CMAKE_CXX14_STANDARD_COMPILE_OPTION -std=c++14 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(29): set(CMAKE_CXX14_EXTENSION_COMPILE_OPTION -std=gnu++14 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(30): set(CMAKE_CXX14_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(38): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 10.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(39): set(CMAKE_CXX17_STANDARD_COMPILE_OPTION -std=c++17 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(40): set(CMAKE_CXX17_EXTENSION_COMPILE_OPTION -std=gnu++17 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(46): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 8.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(47): set(CMAKE_CXX11_STANDARD__HAS_FULL_SUPPORT ON )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(50): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 10.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(51): set(CMAKE_CXX20_STANDARD_COMPILE_OPTION -std=c++2a )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(52): set(CMAKE_CXX20_EXTENSION_COMPILE_OPTION -std=gnu++2a )
/opt/local/share/cmake-3.21/Modules/Compiler/AppleClang-CXX.cmake(55): __compiler_check_default_language_standard(CXX 4.0 98 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(33): set(__std_ver_pairs 4.0;98; )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(34): string(REGEX REPLACE *; * __std_ver_pairs 4.0;98; )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(35): string(REGEX MATCHALL [^ ]+ [^ ]+ __std_ver_pairs 4.0 98 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(39): if(CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 4.0 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(40): if(NOT CMAKE_CXX_COMPILER_FORCED )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(41): if(NOT CMAKE_CXX_STANDARD_COMPUTED_DEFAULT )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(44): set(CMAKE_CXX_STANDARD_DEFAULT 98 )
/opt/local/share/cmake-3.21/Modules/Compiler/CMakeCommonCompilerMacros.cmake(61): unset(__std_ver_pairs )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(28): set(CMAKE_BASE_NAME )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(29): get_filename_component(CMAKE_BASE_NAME /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ NAME_WE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(31): if(CMAKE_COMPILER_IS_GNUCXX )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(37): if(CMAKE_SYSTEM_PROCESSOR )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(38): if(CMAKE_CXX_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(39): include(Platform/Apple-AppleClang-CXX-x86_64 OPTIONAL RESULT_VARIABLE _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(41): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(42): include(Platform/Apple-c++-x86_64 OPTIONAL )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(47): if(CMAKE_CXX_COMPILER_ID )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(48): include(Platform/Apple-AppleClang-CXX OPTIONAL RESULT_VARIABLE _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-CXX.cmake(1): include(Platform/Apple-Clang-CXX )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(1): include(Platform/Apple-Clang )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(6): include_guard()
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(2): __apple_compiler_clang(CXX )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(9): set(CMAKE_CXX_VERBOSE_FLAG -v -Wl,-v )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(10): set(CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS -dynamiclib -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(11): set(CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS -bundle -Wl,-headerpad_max_install_names )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(12): set(CMAKE_CXX_SYSROOT_FLAG -isysroot )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(13): set(CMAKE_CXX_OSX_DEPLOYMENT_TARGET_FLAG -mmacosx-version-min= )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(14): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 3.2 )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(15): set(CMAKE_CXX_SYSTEM_FRAMEWORK_SEARCH_FLAG -iframework )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(17): if(_CMAKE_OSX_SYSROOT_PATH MATCHES /iPhoneOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(19): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /iPhoneSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(21): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /AppleTVOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(23): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /AppleTVSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(25): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /WatchOS )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(27): elseif(_CMAKE_OSX_SYSROOT_PATH MATCHES /WatchSimulator )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang-CXX.cmake(29): else()
/opt/local/share/cmake-3.21/Modules/Platform/Apple-Clang.cmake(30): set(CMAKE_CXX_OSX_DEPLOYMENT_TARGET_FLAG -mmacosx-version-min= )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-CXX.cmake(2): if(NOT CMAKE_CXX_COMPILER_VERSION VERSION_LESS 4.2 )
/opt/local/share/cmake-3.21/Modules/Platform/Apple-AppleClang-CXX.cmake(3): set(CMAKE_CXX_SYSTEM_FRAMEWORK_SEARCH_FLAG -iframework )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(50): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(56): if(CMAKE_CXX_COMPILER_WRAPPER )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(64): if(NOT _INCLUDED_FILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(68): if(CMAKE_CXX_SIZEOF_DATA_PTR )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(69): foreach(f )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(72): unset(CMAKE_CXX_ABI_FILES )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(81): if(CMAKE_USER_MAKE_RULES_OVERRIDE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(87): if(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(97): if(NOT CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(101): if(NOT CMAKE_CXX_COMPILE_OPTIONS_PIC )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(105): if(NOT CMAKE_CXX_COMPILE_OPTIONS_PIE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(108): if(NOT CMAKE_CXX_LINK_OPTIONS_PIE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(111): if(NOT CMAKE_CXX_LINK_OPTIONS_NO_PIE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(115): if(NOT CMAKE_CXX_COMPILE_OPTIONS_DLL )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(116): set(CMAKE_CXX_COMPILE_OPTIONS_DLL )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(119): if(NOT CMAKE_SHARED_LIBRARY_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(123): if(NOT DEFINED CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(124): set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(127): if(NOT CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(128): set(CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG -Wl,-rpath, )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(131): if(NOT CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(132): set(CMAKE_SHARED_LIBRARY_RUNTIME_CXX_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(135): if(NOT CMAKE_SHARED_LIBRARY_RPATH_LINK_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(136): set(CMAKE_SHARED_LIBRARY_RPATH_LINK_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(139): if(NOT DEFINED CMAKE_EXE_EXPORTS_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(140): set(CMAKE_EXE_EXPORTS_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(143): if(NOT DEFINED CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(144): set(CMAKE_SHARED_LIBRARY_SONAME_CXX_FLAG -install_name )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(147): if(NOT CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(148): set(CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG -Wl,-rpath, )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(151): if(NOT CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(152): set(CMAKE_EXECUTABLE_RUNTIME_CXX_FLAG_SEP )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(155): if(NOT CMAKE_EXECUTABLE_RPATH_LINK_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(156): set(CMAKE_EXECUTABLE_RPATH_LINK_CXX_FLAG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(159): if(NOT DEFINED CMAKE_SHARED_LIBRARY_LINK_CXX_WITH_RUNTIME_PATH )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(160): set(CMAKE_SHARED_LIBRARY_LINK_CXX_WITH_RUNTIME_PATH )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(163): if(NOT CMAKE_INCLUDE_FLAG_CXX )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(164): set(CMAKE_INCLUDE_FLAG_CXX -I )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(170): if(NOT CMAKE_MODULE_EXISTS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(176): if(NOT CMAKE_SHARED_MODULE_CREATE_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(180): if(NOT CMAKE_SHARED_MODULE_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(181): set(CMAKE_SHARED_MODULE_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(185): foreach(type SHARED_LIBRARY SHARED_MODULE EXE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(186): if(NOT CMAKE_SHARED_LIBRARY_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(187): set(CMAKE_SHARED_LIBRARY_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(190): if(NOT CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(191): set(CMAKE_SHARED_LIBRARY_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(186): if(NOT CMAKE_SHARED_MODULE_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(187): set(CMAKE_SHARED_MODULE_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(190): if(NOT CMAKE_SHARED_MODULE_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(191): set(CMAKE_SHARED_MODULE_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(186): if(NOT CMAKE_EXE_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(187): set(CMAKE_EXE_LINK_STATIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(190): if(NOT CMAKE_EXE_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(191): set(CMAKE_EXE_LINK_DYNAMIC_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(200): set(CMAKE_CXX_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(202): cmake_initialize_per_config_variable(CMAKE_CXX_FLAGS Flags used by the CXX compiler )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_CXX_FLAGS CACHE STRING Flags used by the CXX compiler during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_CXX_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -g _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_CXX_FLAGS_DEBUG -g CACHE STRING Flags used by the CXX compiler during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_CXX_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -O3 -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_CXX_FLAGS_RELEASE -O3 -DNDEBUG CACHE STRING Flags used by the CXX compiler during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_CXX_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -Os -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_CXX_FLAGS_MINSIZEREL -Os -DNDEBUG CACHE STRING Flags used by the CXX compiler during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_CXX_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP -O2 -g -DNDEBUG _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_CXX_FLAGS_RELWITHDEBINFO -O2 -g -DNDEBUG CACHE STRING Flags used by the CXX compiler during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_CXX_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(204): if(CMAKE_CXX_STANDARD_LIBRARIES_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(210): if(NOT CMAKE_CXX_COMPILER_LAUNCHER AND DEFINED ENV{CMAKE_CXX_COMPILER_LAUNCHER} )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(215): if(NOT CMAKE_CXX_LINKER_LAUNCHER AND DEFINED ENV{CMAKE_CXX_LINKER_LAUNCHER} )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(220): include(CMakeCommonLanguageInclude )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(9): string(APPEND CMAKE_EXE_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(10): string(APPEND CMAKE_SHARED_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(11): string(APPEND CMAKE_MODULE_LINKER_FLAGS_INIT )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(13): cmake_initialize_per_config_variable(CMAKE_EXE_LINKER_FLAGS Flags used by the linker )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_EXE_LINKER_FLAGS CACHE STRING Flags used by the linker during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(14): cmake_initialize_per_config_variable(CMAKE_SHARED_LINKER_FLAGS Flags used by the linker during the creation of shared libraries )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_SHARED_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of shared libraries during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of shared libraries during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of shared libraries during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of shared libraries during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of shared libraries during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(15): cmake_initialize_per_config_variable(CMAKE_MODULE_LINKER_FLAGS Flags used by the linker during the creation of modules )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_MODULE_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of modules during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of modules during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of modules during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of modules during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of modules during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(16): cmake_initialize_per_config_variable(CMAKE_STATIC_LINKER_FLAGS Flags used by the linker during the creation of static libraries )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(9): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(10): set(CMAKE_STATIC_LINKER_FLAGS CACHE STRING Flags used by the linker during the creation of static libraries during all build types. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(12): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(14): if(NOT CMAKE_NOT_USING_CONFIG_FLAGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(15): set(_CONFIGS Debug Release MinSizeRel RelWithDebInfo )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(17): get_property(_GENERATOR_IS_MULTI_CONFIG GLOBAL PROPERTY GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(18): if(_GENERATOR_IS_MULTI_CONFIG )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(20): else()
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(21): if(NOT CMAKE_NO_BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(22): set(CMAKE_BUILD_TYPE CACHE STRING Choose the type of build, options are: None Debug Release RelWithDebInfo MinSizeRel ... )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(25): list(APPEND _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(28): list(REMOVE_DUPLICATES _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(29): foreach(_BUILD_TYPE IN LISTS _CONFIGS )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Debug STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Debug _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_DEBUG CACHE STRING Flags used by the linker during the creation of static libraries during DEBUG builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_DEBUG )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT Release STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER Release _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_RELEASE CACHE STRING Flags used by the linker during the creation of static libraries during RELEASE builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_RELEASE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT MinSizeRel STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER MinSizeRel _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL CACHE STRING Flags used by the linker during the creation of static libraries during MINSIZEREL builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(30): if(NOT RelWithDebInfo STREQUAL )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(31): string(TOUPPER RelWithDebInfo _BUILD_TYPE )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(32): string(STRIP _INIT )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(33): set(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO CACHE STRING Flags used by the linker during the creation of static libraries during RELWITHDEBINFO builds. )
/opt/local/share/cmake-3.21/Modules/CMakeInitializeConfigs.cmake(35): mark_as_advanced(CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(19): set(CMAKE_BUILD_TOOL /opt/local/bin/gmake )
/opt/local/share/cmake-3.21/Modules/CMakeCommonLanguageInclude.cmake(21): mark_as_advanced(CMAKE_VERBOSE_MAKEFILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(249): if(NOT CMAKE_CXX_CREATE_SHARED_LIBRARY )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(255): if(NOT CMAKE_CXX_CREATE_SHARED_MODULE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(262): if(NOT DEFINED CMAKE_CXX_ARCHIVE_CREATE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(263): set(CMAKE_CXX_ARCHIVE_CREATE <CMAKE_AR> qc <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(265): if(NOT DEFINED CMAKE_CXX_ARCHIVE_APPEND )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(266): set(CMAKE_CXX_ARCHIVE_APPEND <CMAKE_AR> q <TARGET> <LINK_FLAGS> <OBJECTS> )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(268): if(NOT DEFINED CMAKE_CXX_ARCHIVE_FINISH )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(269): set(CMAKE_CXX_ARCHIVE_FINISH <CMAKE_RANLIB> <TARGET> )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(273): if(NOT CMAKE_CXX_COMPILE_OBJECT )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(274): set(CMAKE_CXX_COMPILE_OBJECT <CMAKE_CXX_COMPILER> <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -c <SOURCE> )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(278): if(NOT CMAKE_CXX_LINK_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(279): set(CMAKE_CXX_LINK_EXECUTABLE <CMAKE_CXX_COMPILER> <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES> )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(283): mark_as_advanced(CMAKE_VERBOSE_MAKEFILE )
/opt/local/share/cmake-3.21/Modules/CMakeCXXInformation.cmake(287): set(CMAKE_CXX_INFORMATION_LOADED 1 )
CMake Warning (dev) at CMakeLists.txt:1 (project):
Policy CMP0025 is not set: Compiler id for Apple Clang is now AppleClang.
Run "cmake --help-policy CMP0025" for policy details. Use the cmake_policy
command to set the policy and suppress this warning.
Converting CXX compiler id "AppleClang" to "Clang" for compatibility.
This warning is for project developers. Use -Wno-dev to suppress it.
/build/FeatherPad/CMakeLists.txt(2): cmake_minimum_required(VERSION 3.0 )
/build/FeatherPad/CMakeLists.txt(3): set(CMAKE_BUILD_TYPE Release )
/build/FeatherPad/CMakeLists.txt(4): add_definitions(-Wall )
/build/FeatherPad/CMakeLists.txt(6): if(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT )
/build/FeatherPad/CMakeLists.txt(18): option(ENABLE_QT5 Building Qt5 plugin. ON )
/build/FeatherPad/CMakeLists.txt(19): option(WITHOUT_X11 Compiling without X11... OFF )
/build/FeatherPad/CMakeLists.txt(21): if(OS2 )
/build/FeatherPad/CMakeLists.txt(25): add_subdirectory(featherpad )
/build/FeatherPad/featherpad/CMakeLists.txt(1): set(QT5_MINIMUM_VERSION 5.12.0 )
/build/FeatherPad/featherpad/CMakeLists.txt(2): set(QT6_MINIMUM_VERSION 6.2.0 )
/build/FeatherPad/featherpad/CMakeLists.txt(3): set(HUNSPELL_MINIMUM_VERSION 1.6 )
/build/FeatherPad/featherpad/CMakeLists.txt(5): set(CMAKE_MODULE_PATH /build/FeatherPad/cmake/Modules/ )
/build/FeatherPad/featherpad/CMakeLists.txt(7): if(NOT ENABLE_QT5 )
/build/FeatherPad/featherpad/CMakeLists.txt(10): else()
/build/FeatherPad/featherpad/CMakeLists.txt(11): set(QT_VERSION_MAJOR 5 )
/build/FeatherPad/featherpad/CMakeLists.txt(14): if(QT_VERSION_MAJOR EQUAL 6 )
/build/FeatherPad/featherpad/CMakeLists.txt(16): else()
/build/FeatherPad/featherpad/CMakeLists.txt(17): find_package(Qt5Core 5.12.0 REQUIRED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(5): get_filename_component(_qt5Core_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5Core/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(8): set(Qt5Core_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(10): set(Qt5Core_LIBRARIES Qt5::Core )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(12): macro(_qt5_Core_check_file_exists file )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(27): macro(_populate_Core_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(51): if(NOT TARGET Qt5::Core )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(53): set(_Qt5Core_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework /opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(57): set(Qt5Core_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(63): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/lib/QtCore.framework )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtCore.framework )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(63): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(67): set(Qt5Core_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(69): set(Qt5Core_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(70): set(Qt5Core_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(71): set(_Qt5Core_MODULE_DEPENDENCIES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(74): set(Qt5Core_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(76): set(_Qt5Core_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(77): if(Qt5Core_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(78): set(_Qt5Core_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(80): set(_Qt5Core_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(81): if(Qt5Core_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(84): set(_Qt5Core_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(85): if(Qt5Core_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(89): set(Qt5Core_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(91): foreach(_module_dep )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(112): list(REMOVE_DUPLICATES Qt5Core_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(113): list(REMOVE_DUPLICATES Qt5Core_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(114): list(REMOVE_DUPLICATES Qt5Core_DEFINITIONS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(115): list(REMOVE_DUPLICATES Qt5Core_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(116): list(REMOVE_DUPLICATES Qt5Core_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(130): if(TARGET Qt5::Core )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(134): set(_Qt5Core_LIB_DEPENDENCIES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(137): add_library(Qt5::Core SHARED IMPORTED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(139): set_property(TARGET Qt5::Core PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(141): set_property(TARGET Qt5::Core PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(143): set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(146): set_property(TARGET Qt5::Core PROPERTY INTERFACE_QT_ENABLED_FEATURES properties;easingcurve;animation;textcodec;big_codecs;binaryjson;cborstreamreader;cborstreamwriter;codecs;commandlineparser;itemmodel;proxymodel;concatenatetablesproxymodel;cxx11_future;textdate;datestring;filesystemiterator;filesystemwatcher;gestures;identityproxymodel;islamiccivilcalendar;jalalicalendar;library;mimetype;processenvironment;process;statemachine;qeventtransition;regularexpression;settings;sharedmemory;sortfilterproxymodel;std-atomic64;stringlistmodel;systemsemaphore;temporaryfile;timezone;topleveldomain;translation;transposeproxymodel;xmlstream;xmlstreamreader;xmlstreamwriter )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(147): set_property(TARGET Qt5::Core PROPERTY INTERFACE_QT_DISABLED_FEATURES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(150): set_property(TARGET Qt5::Core PROPERTY QT_ENABLED_PUBLIC_FEATURES properties;easingcurve;animation;textcodec;big_codecs;binaryjson;cborstreamreader;cborstreamwriter;codecs;commandlineparser;itemmodel;proxymodel;concatenatetablesproxymodel;cxx11_future;textdate;datestring;filesystemiterator;filesystemwatcher;gestures;identityproxymodel;islamiccivilcalendar;jalalicalendar;library;mimetype;processenvironment;process;statemachine;qeventtransition;regularexpression;settings;sharedmemory;sortfilterproxymodel;std-atomic64;stringlistmodel;systemsemaphore;temporaryfile;timezone;topleveldomain;translation;transposeproxymodel;xmlstream;xmlstreamreader;xmlstreamwriter )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(153): set_property(TARGET Qt5::Core PROPERTY QT_DISABLED_PUBLIC_FEATURES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(156): set_property(TARGET Qt5::Core PROPERTY QT_ENABLED_PRIVATE_FEATURES clock-gettime;datetimeparser;doubleconversion;futimens;glib;hijricalendar;icu;mimetype-database;poll_poll;system-pcre2;sha3-fast;system-doubleconversion )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(159): set_property(TARGET Qt5::Core PROPERTY QT_DISABLED_PRIVATE_FEATURES etw;futimes;getauxval;getentropy;glibc;gnu-libiconv;iconv;inotify;journald;linkat;lttng;poll_ppoll;poll_pollts;poll_select;posix-libiconv;renameat2;slog2;statx;syslog )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(163): set_property(TARGET Qt5::Core PROPERTY INTERFACE_QT_PLUGIN_TYPES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(165): set(_Qt5Core_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(166): foreach(_Qt5Core_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(172): if(_Qt5Core_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(173): add_library(Qt5::CorePrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(174): set_property(TARGET Qt5::CorePrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(177): set(_Qt5Core_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(178): foreach(dep )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(183): set_property(TARGET Qt5::CorePrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Core )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(188): if(NOT AND NOT TARGET Qt::CorePrivate )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(189): add_library(Qt::CorePrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(190): set_target_properties(Qt::CorePrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(196): _populate_Core_target_properties(RELEASE QtCore.framework/QtCore FALSE )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(29): set_property(TARGET Qt5::Core APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtCore.framework/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(32): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/lib/QtCore.framework/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtCore.framework/QtCore )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(33): set(_deps )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(39): set_target_properties(Qt5::Core PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtCore.framework/QtCore IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE ; )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(44): set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_LINK_LIBRARIES )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Core_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5Core_*.cmake )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(209): macro(_populate_Core_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(227): include(/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(1): if(NOT DEFINED QT_DEFAULT_MAJOR_VERSION )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(2): set(QT_DEFAULT_MAJOR_VERSION 5 )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(5): if(NOT TARGET Qt5::qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(6): add_executable(Qt5::qmake IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(8): set(imported_location /opt/local/libexec/qt5/bin/qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(9): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/bin/qmake )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/bin/qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(11): set_target_properties(Qt5::qmake PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(16): if(NOT TARGET Qt5::moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(17): add_executable(Qt5::moc IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(19): set(imported_location /opt/local/libexec/qt5/bin/moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(20): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/bin/moc )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/bin/moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(22): set_target_properties(Qt5::moc PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(26): get_target_property(QT_MOC_EXECUTABLE Qt5::moc LOCATION )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(29): if(NOT TARGET Qt5::rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(30): add_executable(Qt5::rcc IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(32): set(imported_location /opt/local/libexec/qt5/bin/rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(33): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/bin/rcc )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/bin/rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(35): set_target_properties(Qt5::rcc PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(40): set(CMAKE_AUTOMOC_MACRO_NAMES Q_OBJECT Q_GADGET Q_NAMESPACE Q_NAMESPACE_EXPORT )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(42): set(Qt5Core_QMAKE_EXECUTABLE Qt5::qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(43): set(Qt5Core_MOC_EXECUTABLE Qt5::moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(44): set(Qt5Core_RCC_EXECUTABLE Qt5::rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(46): set_property(TARGET Qt5::Core PROPERTY INTERFACE_QT_MAJOR_VERSION 5 )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(47): set_property(TARGET Qt5::Core PROPERTY INTERFACE_QT_COORD_TYPE double )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(48): set_property(TARGET Qt5::Core PROPERTY QT_DARWIN_MIN_DEPLOYMENT_TARGET 10.14 )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(49): set_property(TARGET Qt5::Core APPEND PROPERTY COMPATIBLE_INTERFACE_STRING QT_MAJOR_VERSION QT_COORD_TYPE )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(53): include(/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake(2): set(_qt5_corelib_extra_includes /opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(55): foreach(_dir /opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(56): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(59): list(APPEND Qt5Core_INCLUDE_DIRS /opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(60): set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(61): set(_qt5_corelib_extra_includes )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(66): set(Qt5_POSITION_INDEPENDENT_CODE True )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(75): set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_COMPILE_OPTIONS -fPIC )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(78): set(Qt5Core_EXECUTABLE_COMPILE_FLAGS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(82): set_property(TARGET Qt5::Core APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS $<$<NOT:$<CONFIG:Debug>>:QT_NO_DEBUG> )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(84): set_property(TARGET Qt5::Core PROPERTY INTERFACE_COMPILE_FEATURES cxx_decltype )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(86): set(QT_VISIBILITY_AVAILABLE True )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(90): get_filename_component(_Qt5CoreConfigDir /opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake PATH )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(92): set(_Qt5CTestMacros /opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(94): if(ANDROID_PLATFORM )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(98): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CTestMacros.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(101): foreach(__qt_tool qmake moc rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(102): if(NOT AND NOT TARGET Qt::qmake AND TARGET Qt5::qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(104): add_executable(Qt::qmake IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(105): get_target_property(__qt_imported_location Qt5::qmake IMPORTED_LOCATION )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(106): set_target_properties(Qt::qmake PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/qmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(102): if(NOT AND NOT TARGET Qt::moc AND TARGET Qt5::moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(104): add_executable(Qt::moc IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(105): get_target_property(__qt_imported_location Qt5::moc IMPORTED_LOCATION )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(106): set_target_properties(Qt::moc PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(102): if(NOT AND NOT TARGET Qt::rcc AND TARGET Qt5::rcc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(104): add_executable(Qt::rcc IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(105): get_target_property(__qt_imported_location Qt5::rcc IMPORTED_LOCATION )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigExtras.cmake(106): set_target_properties(Qt::rcc PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/rcc )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(229): include(/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(40): include(CMakeParseArguments )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(42): function(_qt5_warn_deprecated command_name )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(50): macro(qt5_make_output_file infile prefix ext outfile )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(85): macro(qt5_get_moc_flags _moc_flags )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(119): function(qt5_create_moc_command infile outfile moc_flags moc_options moc_target moc_depends )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(167): function(qt5_generate_moc infile outfile )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(183): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(184): function(qt_generate_moc )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(196): function(qt5_wrap_cpp outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(223): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(224): function(qt_wrap_cpp outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(238): function(_qt5_parse_qrc_file infile _out_depends _rc_depends )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(271): function(qt5_add_binary_resources target )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(305): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(306): function(qt_add_binary_resources )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(318): function(qt5_add_resources outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(354): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(355): function(qt_add_resources outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(368): function(qt5_add_big_resources outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(416): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(417): function(qt_add_big_resources outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(428): set(_Qt5_COMPONENT_PATH /opt/local/libexec/qt5/lib/cmake/Qt5Core/.. )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(430): macro(qt5_use_modules _target _link_type )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(468): function(qt5_import_plugins TARGET_NAME )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(499): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreMacros.cmake(500): function(qt_import_plugins )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(231): _qt5_Core_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Core/Qt5CoreConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(235): if(NOT AND TARGET Qt5::Core AND NOT TARGET Qt::Core )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(236): add_library(Qt::Core INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Core/Qt5CoreConfig.cmake(237): set_target_properties(Qt::Core PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::Core )
/build/FeatherPad/featherpad/CMakeLists.txt(20): find_package(Qt5Gui REQUIRED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(5): get_filename_component(_qt5Gui_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5Gui/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(8): set(Qt5Gui_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(10): set(Qt5Gui_LIBRARIES Qt5::Gui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(12): macro(_qt5_Gui_check_file_exists file )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(27): macro(_populate_Gui_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(51): if(NOT TARGET Qt5::Gui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(53): set(_Qt5Gui_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework /opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(57): set(Qt5Gui_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(63): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/lib/QtGui.framework )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtGui.framework )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(63): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(67): set(Qt5Gui_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(69): set(Qt5Gui_DEFINITIONS -DQT_GUI_LIB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(70): set(Qt5Gui_COMPILE_DEFINITIONS QT_GUI_LIB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(71): set(_Qt5Gui_MODULE_DEPENDENCIES Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(74): set(Qt5Gui_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(76): set(_Qt5Gui_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(77): if(Qt5Gui_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(78): set(_Qt5Gui_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(80): set(_Qt5Gui_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(81): if(Qt5Gui_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(84): set(_Qt5Gui_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(85): if(Qt5Gui_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(89): set(Qt5Gui_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(91): foreach(_module_dep Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(92): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(101): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(106): list(APPEND Qt5Gui_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(107): list(APPEND Qt5Gui_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(108): list(APPEND Qt5Gui_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(109): list(APPEND Qt5Gui_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(110): list(APPEND Qt5Gui_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(112): list(REMOVE_DUPLICATES Qt5Gui_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(113): list(REMOVE_DUPLICATES Qt5Gui_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(114): list(REMOVE_DUPLICATES Qt5Gui_DEFINITIONS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(115): list(REMOVE_DUPLICATES Qt5Gui_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(116): list(REMOVE_DUPLICATES Qt5Gui_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(130): if(TARGET Qt5::Gui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(134): set(_Qt5Gui_LIB_DEPENDENCIES Qt5::Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(137): add_library(Qt5::Gui SHARED IMPORTED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(139): set_property(TARGET Qt5::Gui PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(141): set_property(TARGET Qt5::Gui PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(143): set_property(TARGET Qt5::Gui PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_GUI_LIB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(146): set_property(TARGET Qt5::Gui PROPERTY INTERFACE_QT_ENABLED_FEATURES accessibility;action;clipboard;colornames;cssparser;cursor;desktopservices;imageformat_xpm;draganddrop;imageformatplugin;highdpiscaling;im;image_heuristic_mask;image_text;imageformat_bmp;imageformat_jpeg;imageformat_png;imageformat_ppm;imageformat_xbm;movie;opengl;pdf;picture;sessionmanager;shortcut;standarditemmodel;systemtrayicon;tabletevent;texthtmlparser;textmarkdownreader;textmarkdownwriter;textodfwriter;validator;whatsthis;wheelevent )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(147): set_property(TARGET Qt5::Gui PROPERTY INTERFACE_QT_DISABLED_FEATURES opengles2;dynamicgl;angle;combined-angle-lib;opengles3;opengles31;opengles32;openvg;system-textmarkdownreader;vulkan )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(150): set_property(TARGET Qt5::Gui PROPERTY QT_ENABLED_PUBLIC_FEATURES accessibility;action;clipboard;colornames;cssparser;cursor;desktopservices;imageformat_xpm;draganddrop;imageformatplugin;highdpiscaling;im;image_heuristic_mask;image_text;imageformat_bmp;imageformat_jpeg;imageformat_png;imageformat_ppm;imageformat_xbm;movie;opengl;pdf;picture;sessionmanager;shortcut;standarditemmodel;systemtrayicon;tabletevent;texthtmlparser;textmarkdownreader;textmarkdownwriter;textodfwriter;validator;whatsthis;wheelevent )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(153): set_property(TARGET Qt5::Gui PROPERTY QT_DISABLED_PUBLIC_FEATURES opengles2;dynamicgl;angle;combined-angle-lib;opengles3;opengles31;opengles32;openvg;system-textmarkdownreader;vulkan )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(156): set_property(TARGET Qt5::Gui PROPERTY QT_ENABLED_PRIVATE_FEATURES freetype;gif;harfbuzz;ico;imageio-text-loading;jpeg;multiprocess;png;raster-64bit;system-freetype;system-harfbuzz;system-jpeg;system-png;tuiotouch;vkgen )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(159): set_property(TARGET Qt5::Gui PROPERTY QT_DISABLED_PRIVATE_FEATURES xcb;accessibility-atspi-bridge;angle_d3d11_qdtd;direct2d;direct2d1_1;dxgi;direct3d11;direct3d11_1;direct3d9;directfb;drm_atomic;dxgi1_2;dxguid;egl;egl_x11;eglfs;eglfs_brcm;eglfs_egldevice;eglfs_gbm;eglfs_mali;eglfs_openwfd;eglfs_rcar;eglfs_viv;eglfs_viv_wl;eglfs_vsp2;eglfs_x11;evdev;fontconfig;integrityfb;integrityhid;kms;libinput;libinput-axis-api;linuxfb;mtdev;tslib;vnc;vsp2;xlib;xcb-xlib;xkbcommon;xkbcommon-x11 )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(163): set_property(TARGET Qt5::Gui PROPERTY INTERFACE_QT_PLUGIN_TYPES accessiblebridge;platforms;platforms/darwin;xcbglintegrations;platformthemes;platforminputcontexts;generic;iconengines;imageformats;egldeviceintegrations )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(165): set(_Qt5Gui_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(166): foreach(_Qt5Gui_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(172): if(_Qt5Gui_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(173): add_library(Qt5::GuiPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(174): set_property(TARGET Qt5::GuiPrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(177): set(_Qt5Gui_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(178): foreach(dep Qt5::Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(179): if(TARGET Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(180): list(APPEND _Qt5Gui_PRIVATEDEPS Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(183): set_property(TARGET Qt5::GuiPrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Gui Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(188): if(NOT AND NOT TARGET Qt::GuiPrivate )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(189): add_library(Qt::GuiPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(190): set_target_properties(Qt::GuiPrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(196): _populate_Gui_target_properties(RELEASE QtGui.framework/QtGui FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(29): set_property(TARGET Qt5::Gui APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtGui.framework/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(32): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/lib/QtGui.framework/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtGui.framework/QtGui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(33): set(_deps Qt5::Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(39): set_target_properties(Qt5::Gui PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtGui.framework/QtGui IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE Qt5::Core; )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(44): set_property(TARGET Qt5::Gui APPEND PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Core )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Gui_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_*.cmake )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(209): macro(_populate_Gui_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(222): foreach(pluginTarget /opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake;/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(2): add_library(Qt5::QCocoaIntegrationPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(5): _populate_Gui_plugin_properties(QCocoaIntegrationPlugin RELEASE platforms/libqcocoa.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QCocoaIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/platforms/libqcocoa.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/platforms/libqcocoa.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/platforms/libqcocoa.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QCocoaIntegrationPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/platforms/libqcocoa.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QCocoaIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QCocoaIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(9): set_property(TARGET Qt5::QCocoaIntegrationPlugin PROPERTY QT_PLUGIN_TYPE platforms )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(10): set_property(TARGET Qt5::QCocoaIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS - )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QCocoaIntegrationPlugin.cmake(11): set_property(TARGET Qt5::QCocoaIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME QCocoaIntegrationPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(2): add_library(Qt5::QGifPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(5): _populate_Gui_plugin_properties(QGifPlugin RELEASE imageformats/libqgif.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QGifPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/imageformats/libqgif.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/imageformats/libqgif.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/imageformats/libqgif.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QGifPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/imageformats/libqgif.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QGifPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QGifPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(9): set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_TYPE imageformats )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(10): set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QGifPlugin.cmake(11): set_property(TARGET Qt5::QGifPlugin PROPERTY QT_PLUGIN_CLASS_NAME QGifPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(2): add_library(Qt5::QICOPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(5): _populate_Gui_plugin_properties(QICOPlugin RELEASE imageformats/libqico.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QICOPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/imageformats/libqico.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/imageformats/libqico.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/imageformats/libqico.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QICOPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/imageformats/libqico.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QICOPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QICOPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(9): set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_TYPE imageformats )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(10): set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QICOPlugin.cmake(11): set_property(TARGET Qt5::QICOPlugin PROPERTY QT_PLUGIN_CLASS_NAME QICOPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(2): add_library(Qt5::QJpegPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(5): _populate_Gui_plugin_properties(QJpegPlugin RELEASE imageformats/libqjpeg.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QJpegPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/imageformats/libqjpeg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/imageformats/libqjpeg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/imageformats/libqjpeg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QJpegPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/imageformats/libqjpeg.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QJpegPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QJpegPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(9): set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_TYPE imageformats )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(10): set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QJpegPlugin.cmake(11): set_property(TARGET Qt5::QJpegPlugin PROPERTY QT_PLUGIN_CLASS_NAME QJpegPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(2): add_library(Qt5::QMinimalIntegrationPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(5): _populate_Gui_plugin_properties(QMinimalIntegrationPlugin RELEASE platforms/libqminimal.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QMinimalIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/platforms/libqminimal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/platforms/libqminimal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/platforms/libqminimal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QMinimalIntegrationPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/platforms/libqminimal.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QMinimalIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QMinimalIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(9): set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_TYPE platforms )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(10): set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS - )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QMinimalIntegrationPlugin.cmake(11): set_property(TARGET Qt5::QMinimalIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME QMinimalIntegrationPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(2): add_library(Qt5::QOffscreenIntegrationPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(5): _populate_Gui_plugin_properties(QOffscreenIntegrationPlugin RELEASE platforms/libqoffscreen.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QOffscreenIntegrationPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/platforms/libqoffscreen.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/platforms/libqoffscreen.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/platforms/libqoffscreen.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QOffscreenIntegrationPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/platforms/libqoffscreen.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QOffscreenIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platforms Qt5::QOffscreenIntegrationPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(9): set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_TYPE platforms )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(10): set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_EXTENDS - )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QOffscreenIntegrationPlugin.cmake(11): set_property(TARGET Qt5::QOffscreenIntegrationPlugin PROPERTY QT_PLUGIN_CLASS_NAME QOffscreenIntegrationPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(2): add_library(Qt5::QSvgIconPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(5): _populate_Gui_plugin_properties(QSvgIconPlugin RELEASE iconengines/libqsvgicon.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QSvgIconPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/iconengines/libqsvgicon.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/iconengines/libqsvgicon.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/iconengines/libqsvgicon.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QSvgIconPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/iconengines/libqsvgicon.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QSvgIconPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_iconengines Qt5::QSvgIconPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(9): set_property(TARGET Qt5::QSvgIconPlugin PROPERTY QT_PLUGIN_TYPE iconengines )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(10): set_property(TARGET Qt5::QSvgIconPlugin PROPERTY QT_PLUGIN_EXTENDS Qt::Svg )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgIconPlugin.cmake(11): set_property(TARGET Qt5::QSvgIconPlugin PROPERTY QT_PLUGIN_CLASS_NAME QSvgIconPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(2): add_library(Qt5::QSvgPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(5): _populate_Gui_plugin_properties(QSvgPlugin RELEASE imageformats/libqsvg.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QSvgPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/imageformats/libqsvg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/imageformats/libqsvg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/imageformats/libqsvg.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QSvgPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/imageformats/libqsvg.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QSvgPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_imageformats Qt5::QSvgPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(9): set_property(TARGET Qt5::QSvgPlugin PROPERTY QT_PLUGIN_TYPE imageformats )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(10): set_property(TARGET Qt5::QSvgPlugin PROPERTY QT_PLUGIN_EXTENDS Qt::Svg )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QSvgPlugin.cmake(11): set_property(TARGET Qt5::QSvgPlugin PROPERTY QT_PLUGIN_CLASS_NAME QSvgPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(2): add_library(Qt5::QTuioTouchPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(5): _populate_Gui_plugin_properties(QTuioTouchPlugin RELEASE generic/libqtuiotouchplugin.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QTuioTouchPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/generic/libqtuiotouchplugin.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/generic/libqtuiotouchplugin.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/generic/libqtuiotouchplugin.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QTuioTouchPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/generic/libqtuiotouchplugin.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QTuioTouchPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_generic Qt5::QTuioTouchPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(9): set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_TYPE generic )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(10): set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_EXTENDS - )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QTuioTouchPlugin.cmake(11): set_property(TARGET Qt5::QTuioTouchPlugin PROPERTY QT_PLUGIN_CLASS_NAME QTuioTouchPlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(2): add_library(Qt5::QXdgDesktopPortalThemePlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(5): _populate_Gui_plugin_properties(QXdgDesktopPortalThemePlugin RELEASE platformthemes/libqxdgdesktopportal.dylib FALSE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(211): set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/platformthemes/libqxdgdesktopportal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(214): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/plugins/platformthemes/libqxdgdesktopportal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/platformthemes/libqxdgdesktopportal.dylib )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(215): set_target_properties(Qt5::QXdgDesktopPortalThemePlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/platformthemes/libqxdgdesktopportal.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(7): list(APPEND Qt5Gui_PLUGINS Qt5::QXdgDesktopPortalThemePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(8): set_property(TARGET Qt5::Gui APPEND PROPERTY QT_ALL_PLUGINS_platformthemes Qt5::QXdgDesktopPortalThemePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(9): set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_TYPE platformthemes )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(10): set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_EXTENDS - )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5Gui_QXdgDesktopPortalThemePlugin.cmake(11): set_property(TARGET Qt5::QXdgDesktopPortalThemePlugin PROPERTY QT_PLUGIN_CLASS_NAME QXdgDesktopPortalThemePlugin )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(227): include(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(4): set(_GL_INCDIRS /System/Library/Frameworks/OpenGL.framework/Headers /System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(5): find_path(_qt5gui_OPENGL_INCLUDE_DIR gl.h PATHS /System/Library/Frameworks/OpenGL.framework/Headers;/System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(8): if(NOT _qt5gui_OPENGL_INCLUDE_DIR )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(11): unset(_GL_INCDIRS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(16): list(APPEND Qt5Gui_INCLUDE_DIRS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(17): set_property(TARGET Qt5::Gui APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(19): unset(_qt5gui_OPENGL_INCLUDE_DIR CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(22): macro(_qt5gui_find_extra_libs Name Libs LibDir IncDirs )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(99): _qt5gui_find_extra_libs(OPENGL OpenGL;AGL /System/Library/Frameworks/OpenGL.framework/Headers;/System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(23): set(Qt5Gui_OPENGL_LIBRARIES )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(24): foreach(_dir /System/Library/Frameworks/OpenGL.framework/Headers;/System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(25): if(EXISTS /System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(27): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(28): find_path(_actual_dir /System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(29): if(_actual_dir )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(32): unset(_actual_dir CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(25): if(EXISTS /System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(27): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(28): find_path(_actual_dir /System/Library/Frameworks/AGL.framework/Headers )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(29): if(_actual_dir )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(32): unset(_actual_dir CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(35): foreach(_lib OpenGL;AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(36): if(IS_ABSOLUTE OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(41): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(42): set(_libFile OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(45): string(REGEX REPLACE [^_A-Za-z0-9] _ _cmake_lib_name OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(46): if(NOT TARGET Qt5::Gui_OpenGL AND NOT _Qt5Gui_OpenGL_LIBRARY_DONE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(47): if(IS_ABSOLUTE OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(49): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(50): find_library(Qt5Gui_OpenGL_LIBRARY OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(53): set(Qt5Gui_OpenGL_LIBRARY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(54): if(NOT EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(55): set(Qt5Gui_OpenGL_LIBRARY )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(57): if(NOT Qt5Gui_OpenGL_LIBRARY )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(72): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(73): add_library(Qt5::Gui_OpenGL SHARED IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(74): set_property(TARGET Qt5::Gui_OpenGL APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(76): set_property(TARGET Qt5::Gui_OpenGL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(77): _qt5_Gui_check_file_exists(/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(78): set_property(TARGET Qt5::Gui_OpenGL PROPERTY IMPORTED_LOCATION_RELEASE /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(80): unset(Qt5Gui_OpenGL_LIBRARY CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(82): find_library(Qt5Gui_OpenGL_LIBRARY_DEBUG OpenGLd PATHS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(85): if(Qt5Gui_OpenGL_LIBRARY_DEBUG )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(90): unset(Qt5Gui_OpenGL_LIBRARY_DEBUG CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(91): list(APPEND Qt5Gui_OPENGL_LIBRARIES Qt5::Gui_OpenGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(36): if(IS_ABSOLUTE AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(41): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(42): set(_libFile AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(45): string(REGEX REPLACE [^_A-Za-z0-9] _ _cmake_lib_name AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(46): if(NOT TARGET Qt5::Gui_AGL AND NOT _Qt5Gui_AGL_LIBRARY_DONE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(47): if(IS_ABSOLUTE AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(49): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(50): find_library(Qt5Gui_AGL_LIBRARY AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(53): set(Qt5Gui_AGL_LIBRARY /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework/AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(54): if(NOT EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework/AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(55): set(Qt5Gui_AGL_LIBRARY )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(57): if(NOT Qt5Gui_AGL_LIBRARY )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(72): else()
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(73): add_library(Qt5::Gui_AGL SHARED IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(74): set_property(TARGET Qt5::Gui_AGL APPEND PROPERTY INTERFACE_INCLUDE_DIRECTORIES )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(76): set_property(TARGET Qt5::Gui_AGL APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(77): _qt5_Gui_check_file_exists(/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(78): set_property(TARGET Qt5::Gui_AGL PROPERTY IMPORTED_LOCATION_RELEASE /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/AGL.framework )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(80): unset(Qt5Gui_AGL_LIBRARY CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(82): find_library(Qt5Gui_AGL_LIBRARY_DEBUG AGLd PATHS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(85): if(Qt5Gui_AGL_LIBRARY_DEBUG )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(90): unset(Qt5Gui_AGL_LIBRARY_DEBUG CACHE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(91): list(APPEND Qt5Gui_OPENGL_LIBRARIES Qt5::Gui_AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(103): set(Qt5Gui_OPENGL_IMPLEMENTATION GL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(105): get_target_property(_configs Qt5::Gui IMPORTED_CONFIGURATIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(106): foreach(_config RELEASE )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(107): set_property(TARGET Qt5::Gui APPEND PROPERTY IMPORTED_LINK_DEPENDENT_LIBRARIES_RELEASE Qt5::Gui_OpenGL;Qt5::Gui_AGL )
/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigExtras.cmake(112): unset(_configs )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(230): _qt5_Gui_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Gui/Qt5GuiConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(234): if(NOT AND TARGET Qt5::Gui AND NOT TARGET Qt::Gui )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(235): add_library(Qt::Gui INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Gui/Qt5GuiConfig.cmake(236): set_target_properties(Qt::Gui PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::Gui )
/build/FeatherPad/featherpad/CMakeLists.txt(21): find_package(Qt5Widgets REQUIRED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(5): get_filename_component(_qt5Widgets_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5Widgets/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(8): set(Qt5Widgets_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(10): set(Qt5Widgets_LIBRARIES Qt5::Widgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(12): macro(_qt5_Widgets_check_file_exists file )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(27): macro(_populate_Widgets_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(51): if(NOT TARGET Qt5::Widgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(53): set(_Qt5Widgets_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(57): set(Qt5Widgets_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtWidgets.framework;/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(63): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/lib/QtWidgets.framework )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtWidgets.framework )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(63): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(67): set(Qt5Widgets_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework;/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(69): set(Qt5Widgets_DEFINITIONS -DQT_WIDGETS_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(70): set(Qt5Widgets_COMPILE_DEFINITIONS QT_WIDGETS_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(71): set(_Qt5Widgets_MODULE_DEPENDENCIES Gui;Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(74): set(Qt5Widgets_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(76): set(_Qt5Widgets_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(77): if(Qt5Widgets_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(78): set(_Qt5Widgets_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(80): set(_Qt5Widgets_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(81): if(Qt5Widgets_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(84): set(_Qt5Widgets_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(85): if(Qt5Widgets_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(89): set(Qt5Widgets_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(91): foreach(_module_dep Gui;Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(92): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(101): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(106): list(APPEND Qt5Widgets_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers;/opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(107): list(APPEND Qt5Widgets_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(108): list(APPEND Qt5Widgets_DEFINITIONS -DQT_GUI_LIB;-DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(109): list(APPEND Qt5Widgets_COMPILE_DEFINITIONS QT_GUI_LIB;QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(110): list(APPEND Qt5Widgets_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(92): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(101): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(106): list(APPEND Qt5Widgets_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(107): list(APPEND Qt5Widgets_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(108): list(APPEND Qt5Widgets_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(109): list(APPEND Qt5Widgets_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(110): list(APPEND Qt5Widgets_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(112): list(REMOVE_DUPLICATES Qt5Widgets_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(113): list(REMOVE_DUPLICATES Qt5Widgets_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(114): list(REMOVE_DUPLICATES Qt5Widgets_DEFINITIONS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(115): list(REMOVE_DUPLICATES Qt5Widgets_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(116): list(REMOVE_DUPLICATES Qt5Widgets_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(130): if(TARGET Qt5::Widgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(134): set(_Qt5Widgets_LIB_DEPENDENCIES Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(137): add_library(Qt5::Widgets SHARED IMPORTED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(139): set_property(TARGET Qt5::Widgets PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(141): set_property(TARGET Qt5::Widgets PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtWidgets.framework;/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(143): set_property(TARGET Qt5::Widgets PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_WIDGETS_LIB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(146): set_property(TARGET Qt5::Widgets PROPERTY INTERFACE_QT_ENABLED_FEATURES abstractbutton;abstractslider;groupbox;buttongroup;label;pushbutton;menu;lineedit;spinbox;slider;scrollbar;scrollarea;itemviews;tableview;toolbutton;calendarwidget;checkbox;dialog;dialogbuttonbox;colordialog;listview;columnview;combobox;commandlinkbutton;completer;contextmenu;datawidgetmapper;datetimeedit;dial;filesystemmodel;dirmodel;resizehandler;mainwindow;dockwidget;textedit;errormessage;splitter;stackedwidget;treeview;filedialog;fontcombobox;fontdialog;formlayout;fscompleter;graphicsview;graphicseffect;inputdialog;keysequenceedit;lcdnumber;listwidget;mdiarea;menubar;messagebox;progressbar;progressdialog;radiobutton;rubberband;scroller;sizegrip;splashscreen;statusbar;statustip;style-stylesheet;syntaxhighlighter;tabbar;tablewidget;tabwidget;textbrowser;toolbar;toolbox;tooltip;treewidget;undocommand;undostack;undogroup;undoview;wizard )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(147): set_property(TARGET Qt5::Widgets PROPERTY INTERFACE_QT_DISABLED_FEATURES )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(150): set_property(TARGET Qt5::Widgets PROPERTY QT_ENABLED_PUBLIC_FEATURES abstractbutton;abstractslider;groupbox;buttongroup;label;pushbutton;menu;lineedit;spinbox;slider;scrollbar;scrollarea;itemviews;tableview;toolbutton;calendarwidget;checkbox;dialog;dialogbuttonbox;colordialog;listview;columnview;combobox;commandlinkbutton;completer;contextmenu;datawidgetmapper;datetimeedit;dial;filesystemmodel;dirmodel;resizehandler;mainwindow;dockwidget;textedit;errormessage;splitter;stackedwidget;treeview;filedialog;fontcombobox;fontdialog;formlayout;fscompleter;graphicsview;graphicseffect;inputdialog;keysequenceedit;lcdnumber;listwidget;mdiarea;menubar;messagebox;progressbar;progressdialog;radiobutton;rubberband;scroller;sizegrip;splashscreen;statusbar;statustip;style-stylesheet;syntaxhighlighter;tabbar;tablewidget;tabwidget;textbrowser;toolbar;toolbox;tooltip;treewidget;undocommand;undostack;undogroup;undoview;wizard )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(153): set_property(TARGET Qt5::Widgets PROPERTY QT_DISABLED_PUBLIC_FEATURES )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(156): set_property(TARGET Qt5::Widgets PROPERTY QT_ENABLED_PRIVATE_FEATURES widgettextcontrol;effects;style-fusion;style-mac;style-windows )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(159): set_property(TARGET Qt5::Widgets PROPERTY QT_DISABLED_PRIVATE_FEATURES gtk3;style-android;style-windowsvista )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(163): set_property(TARGET Qt5::Widgets PROPERTY INTERFACE_QT_PLUGIN_TYPES styles )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(165): set(_Qt5Widgets_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(166): foreach(_Qt5Widgets_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(172): if(_Qt5Widgets_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(173): add_library(Qt5::WidgetsPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(174): set_property(TARGET Qt5::WidgetsPrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(177): set(_Qt5Widgets_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(178): foreach(dep Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(179): if(TARGET Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(180): list(APPEND _Qt5Widgets_PRIVATEDEPS Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(179): if(TARGET Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(180): list(APPEND _Qt5Widgets_PRIVATEDEPS Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(183): set_property(TARGET Qt5::WidgetsPrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Widgets Qt5::GuiPrivate;Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(188): if(NOT AND NOT TARGET Qt::WidgetsPrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(189): add_library(Qt::WidgetsPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(190): set_target_properties(Qt::WidgetsPrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::WidgetsPrivate )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(196): _populate_Widgets_target_properties(RELEASE QtWidgets.framework/QtWidgets FALSE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(29): set_property(TARGET Qt5::Widgets APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtWidgets.framework/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(32): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/lib/QtWidgets.framework/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtWidgets.framework/QtWidgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(33): set(_deps Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(39): set_target_properties(Qt5::Widgets PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtWidgets.framework/QtWidgets IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE Qt5::Gui;Qt5::Core; )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(44): set_property(TARGET Qt5::Widgets APPEND PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Widgets_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_*.cmake )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(209): macro(_populate_Widgets_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(222): foreach(pluginTarget /opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(2): add_library(Qt5::QMacStylePlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(5): _populate_Widgets_plugin_properties(QMacStylePlugin RELEASE styles/libqmacstyle.dylib FALSE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(211): set_property(TARGET Qt5::QMacStylePlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/styles/libqmacstyle.dylib )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(214): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/plugins/styles/libqmacstyle.dylib )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/styles/libqmacstyle.dylib )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(215): set_target_properties(Qt5::QMacStylePlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/styles/libqmacstyle.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(7): list(APPEND Qt5Widgets_PLUGINS Qt5::QMacStylePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(8): set_property(TARGET Qt5::Widgets APPEND PROPERTY QT_ALL_PLUGINS_styles Qt5::QMacStylePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(9): set_property(TARGET Qt5::QMacStylePlugin PROPERTY QT_PLUGIN_TYPE styles )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(10): set_property(TARGET Qt5::QMacStylePlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5Widgets_QMacStylePlugin.cmake(11): set_property(TARGET Qt5::QMacStylePlugin PROPERTY QT_PLUGIN_CLASS_NAME QMacStylePlugin )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(227): include(/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(2): if(NOT TARGET Qt5::uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(3): add_executable(Qt5::uic IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(5): set(imported_location /opt/local/libexec/qt5/bin/uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(6): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/bin/uic )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/bin/uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(8): set_target_properties(Qt5::uic PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(13): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Widgets_STRICT_PLUGIN_GLOB )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(16): set(Qt5Widgets_UIC_EXECUTABLE Qt5::uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(19): foreach(__qt_tool uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(20): if(NOT AND NOT TARGET Qt::uic AND TARGET Qt5::uic )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(22): add_executable(Qt::uic IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(23): get_target_property(__qt_imported_location Qt5::uic IMPORTED_LOCATION )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigExtras.cmake(24): set_target_properties(Qt::uic PROPERTIES IMPORTED_LOCATION /opt/local/libexec/qt5/bin/uic )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(229): include(/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake(39): include(CMakeParseArguments )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake(44): function(qt5_wrap_ui outfiles )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake(71): if(NOT QT_NO_CREATE_VERSIONLESS_FUNCTIONS )
/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsMacros.cmake(72): function(qt_wrap_ui outfiles )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(231): _qt5_Widgets_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Widgets/Qt5WidgetsConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(235): if(NOT AND TARGET Qt5::Widgets AND NOT TARGET Qt::Widgets )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(236): add_library(Qt::Widgets INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Widgets/Qt5WidgetsConfig.cmake(237): set_target_properties(Qt::Widgets PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::Widgets )
/build/FeatherPad/featherpad/CMakeLists.txt(22): find_package(Qt5Svg REQUIRED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(5): get_filename_component(_qt5Svg_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5Svg/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(8): set(Qt5Svg_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(10): set(Qt5Svg_LIBRARIES Qt5::Svg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(12): macro(_qt5_Svg_check_file_exists file )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(27): macro(_populate_Svg_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(51): if(NOT TARGET Qt5::Svg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(53): set(_Qt5Svg_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtSvg.framework /opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(57): set(Qt5Svg_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtSvg.framework;/opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(63): _qt5_Svg_check_file_exists(/opt/local/libexec/qt5/lib/QtSvg.framework )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtSvg.framework )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(63): _qt5_Svg_check_file_exists(/opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(67): set(Qt5Svg_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtSvg.framework;/opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(69): set(Qt5Svg_DEFINITIONS -DQT_SVG_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(70): set(Qt5Svg_COMPILE_DEFINITIONS QT_SVG_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(71): set(_Qt5Svg_MODULE_DEPENDENCIES Widgets;Gui;Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(74): set(Qt5Svg_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(76): set(_Qt5Svg_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(77): if(Qt5Svg_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(78): set(_Qt5Svg_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(80): set(_Qt5Svg_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(81): if(Qt5Svg_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(84): set(_Qt5Svg_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(85): if(Qt5Svg_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(89): set(Qt5Svg_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(91): foreach(_module_dep Widgets;Gui;Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(92): if(NOT Qt5Widgets_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(101): if(NOT Qt5Widgets_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(106): list(APPEND Qt5Svg_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework;/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers;/opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers;/opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(107): list(APPEND Qt5Svg_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(108): list(APPEND Qt5Svg_DEFINITIONS -DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(109): list(APPEND Qt5Svg_COMPILE_DEFINITIONS QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(110): list(APPEND Qt5Svg_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(92): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(101): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(106): list(APPEND Qt5Svg_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers;/opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(107): list(APPEND Qt5Svg_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(108): list(APPEND Qt5Svg_DEFINITIONS -DQT_GUI_LIB;-DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(109): list(APPEND Qt5Svg_COMPILE_DEFINITIONS QT_GUI_LIB;QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(110): list(APPEND Qt5Svg_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(92): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(101): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(106): list(APPEND Qt5Svg_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(107): list(APPEND Qt5Svg_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(108): list(APPEND Qt5Svg_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(109): list(APPEND Qt5Svg_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(110): list(APPEND Qt5Svg_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(112): list(REMOVE_DUPLICATES Qt5Svg_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(113): list(REMOVE_DUPLICATES Qt5Svg_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(114): list(REMOVE_DUPLICATES Qt5Svg_DEFINITIONS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(115): list(REMOVE_DUPLICATES Qt5Svg_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(116): list(REMOVE_DUPLICATES Qt5Svg_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(130): if(TARGET Qt5::Svg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(134): set(_Qt5Svg_LIB_DEPENDENCIES Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(137): add_library(Qt5::Svg SHARED IMPORTED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(139): set_property(TARGET Qt5::Svg PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(141): set_property(TARGET Qt5::Svg PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtSvg.framework;/opt/local/libexec/qt5/lib/QtSvg.framework/Headers )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(143): set_property(TARGET Qt5::Svg PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_SVG_LIB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(146): set_property(TARGET Qt5::Svg PROPERTY INTERFACE_QT_ENABLED_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(147): set_property(TARGET Qt5::Svg PROPERTY INTERFACE_QT_DISABLED_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(150): set_property(TARGET Qt5::Svg PROPERTY QT_ENABLED_PUBLIC_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(153): set_property(TARGET Qt5::Svg PROPERTY QT_DISABLED_PUBLIC_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(156): set_property(TARGET Qt5::Svg PROPERTY QT_ENABLED_PRIVATE_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(159): set_property(TARGET Qt5::Svg PROPERTY QT_DISABLED_PRIVATE_FEATURES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(163): set_property(TARGET Qt5::Svg PROPERTY INTERFACE_QT_PLUGIN_TYPES )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(165): set(_Qt5Svg_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(166): foreach(_Qt5Svg_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(172): if(_Qt5Svg_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(173): add_library(Qt5::SvgPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(174): set_property(TARGET Qt5::SvgPrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtSvg.framework/Versions/5/Headers/5.15.2/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(177): set(_Qt5Svg_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(178): foreach(dep Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(179): if(TARGET Qt5::WidgetsPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(180): list(APPEND _Qt5Svg_PRIVATEDEPS Qt5::WidgetsPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(179): if(TARGET Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(180): list(APPEND _Qt5Svg_PRIVATEDEPS Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(179): if(TARGET Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(180): list(APPEND _Qt5Svg_PRIVATEDEPS Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(183): set_property(TARGET Qt5::SvgPrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Svg Qt5::WidgetsPrivate;Qt5::GuiPrivate;Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(188): if(NOT AND NOT TARGET Qt::SvgPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(189): add_library(Qt::SvgPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(190): set_target_properties(Qt::SvgPrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::SvgPrivate )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(196): _populate_Svg_target_properties(RELEASE QtSvg.framework/QtSvg FALSE )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(29): set_property(TARGET Qt5::Svg APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtSvg.framework/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(32): _qt5_Svg_check_file_exists(/opt/local/libexec/qt5/lib/QtSvg.framework/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtSvg.framework/QtSvg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(33): set(_deps Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(39): set_target_properties(Qt5::Svg PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtSvg.framework/QtSvg IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE Qt5::Widgets;Qt5::Gui;Qt5::Core; )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(44): set_property(TARGET Qt5::Svg APPEND PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Svg_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5Svg/Qt5Svg_*.cmake )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(209): macro(_populate_Svg_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(229): _qt5_Svg_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Svg/Qt5SvgConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(233): if(NOT AND TARGET Qt5::Svg AND NOT TARGET Qt::Svg )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(234): add_library(Qt::Svg INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Svg/Qt5SvgConfig.cmake(235): set_target_properties(Qt::Svg PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::Svg )
/build/FeatherPad/featherpad/CMakeLists.txt(23): find_package(Qt5Network REQUIRED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(5): get_filename_component(_qt5Network_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5Network/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(8): set(Qt5Network_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(10): set(Qt5Network_LIBRARIES Qt5::Network )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(12): macro(_qt5_Network_check_file_exists file )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(27): macro(_populate_Network_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(51): if(NOT TARGET Qt5::Network )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(53): set(_Qt5Network_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtNetwork.framework /opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(57): set(Qt5Network_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtNetwork.framework;/opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(63): _qt5_Network_check_file_exists(/opt/local/libexec/qt5/lib/QtNetwork.framework )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtNetwork.framework )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(63): _qt5_Network_check_file_exists(/opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(67): set(Qt5Network_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtNetwork.framework;/opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(69): set(Qt5Network_DEFINITIONS -DQT_NETWORK_LIB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(70): set(Qt5Network_COMPILE_DEFINITIONS QT_NETWORK_LIB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(71): set(_Qt5Network_MODULE_DEPENDENCIES Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(74): set(Qt5Network_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(76): set(_Qt5Network_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(77): if(Qt5Network_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(78): set(_Qt5Network_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(80): set(_Qt5Network_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(81): if(Qt5Network_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(84): set(_Qt5Network_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(85): if(Qt5Network_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(89): set(Qt5Network_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(91): foreach(_module_dep Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(92): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(101): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(106): list(APPEND Qt5Network_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(107): list(APPEND Qt5Network_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(108): list(APPEND Qt5Network_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(109): list(APPEND Qt5Network_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(110): list(APPEND Qt5Network_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(112): list(REMOVE_DUPLICATES Qt5Network_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(113): list(REMOVE_DUPLICATES Qt5Network_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(114): list(REMOVE_DUPLICATES Qt5Network_DEFINITIONS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(115): list(REMOVE_DUPLICATES Qt5Network_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(116): list(REMOVE_DUPLICATES Qt5Network_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(130): if(TARGET Qt5::Network )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(134): set(_Qt5Network_LIB_DEPENDENCIES Qt5::Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(137): add_library(Qt5::Network SHARED IMPORTED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(139): set_property(TARGET Qt5::Network PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(141): set_property(TARGET Qt5::Network PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtNetwork.framework;/opt/local/libexec/qt5/lib/QtNetwork.framework/Headers )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(143): set_property(TARGET Qt5::Network PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_NETWORK_LIB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(146): set_property(TARGET Qt5::Network PROPERTY INTERFACE_QT_ENABLED_FEATURES networkinterface;bearermanagement;dnslookup;udpsocket;dtls;ftp;gssapi;http;localserver;networkdiskcache;networkproxy;opensslv11;ocsp;socks5;ssl )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(147): set_property(TARGET Qt5::Network PROPERTY INTERFACE_QT_DISABLED_FEATURES securetransport;schannel;sctp;sspi )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(150): set_property(TARGET Qt5::Network PROPERTY QT_ENABLED_PUBLIC_FEATURES networkinterface;bearermanagement;dnslookup;udpsocket;dtls;ftp;gssapi;http;localserver;networkdiskcache;networkproxy;opensslv11;ocsp;socks5;ssl )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(153): set_property(TARGET Qt5::Network PROPERTY QT_DISABLED_PUBLIC_FEATURES securetransport;schannel;sctp;sspi )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(156): set_property(TARGET Qt5::Network PROPERTY QT_ENABLED_PRIVATE_FEATURES corewlan;openssl-linked;openssl )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(159): set_property(TARGET Qt5::Network PROPERTY QT_DISABLED_PRIVATE_FEATURES libproxy;linux-netlink;netlistmgr;system-proxies )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(163): set_property(TARGET Qt5::Network PROPERTY INTERFACE_QT_PLUGIN_TYPES bearer )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(165): set(_Qt5Network_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(166): foreach(_Qt5Network_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(172): if(_Qt5Network_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(173): add_library(Qt5::NetworkPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(174): set_property(TARGET Qt5::NetworkPrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtNetwork.framework/Versions/5/Headers/5.15.2/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(177): set(_Qt5Network_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(178): foreach(dep Qt5::Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(179): if(TARGET Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(180): list(APPEND _Qt5Network_PRIVATEDEPS Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(183): set_property(TARGET Qt5::NetworkPrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Network Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(188): if(NOT AND NOT TARGET Qt::NetworkPrivate )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(189): add_library(Qt::NetworkPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(190): set_target_properties(Qt::NetworkPrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::NetworkPrivate )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(196): _populate_Network_target_properties(RELEASE QtNetwork.framework/QtNetwork FALSE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(29): set_property(TARGET Qt5::Network APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtNetwork.framework/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(32): _qt5_Network_check_file_exists(/opt/local/libexec/qt5/lib/QtNetwork.framework/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtNetwork.framework/QtNetwork )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(33): set(_deps Qt5::Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(39): set_target_properties(Qt5::Network PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtNetwork.framework/QtNetwork IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE Qt5::Core; )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(44): set_property(TARGET Qt5::Network APPEND PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Core )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5Network_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_*.cmake )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(209): macro(_populate_Network_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(222): foreach(pluginTarget /opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(2): add_library(Qt5::QGenericEnginePlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(5): _populate_Network_plugin_properties(QGenericEnginePlugin RELEASE bearer/libqgenericbearer.dylib FALSE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(211): set_property(TARGET Qt5::QGenericEnginePlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/bearer/libqgenericbearer.dylib )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(214): _qt5_Network_check_file_exists(/opt/local/libexec/qt5/plugins/bearer/libqgenericbearer.dylib )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/bearer/libqgenericbearer.dylib )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(215): set_target_properties(Qt5::QGenericEnginePlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/bearer/libqgenericbearer.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(7): list(APPEND Qt5Network_PLUGINS Qt5::QGenericEnginePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(8): set_property(TARGET Qt5::Network APPEND PROPERTY QT_ALL_PLUGINS_bearer Qt5::QGenericEnginePlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(9): set_property(TARGET Qt5::QGenericEnginePlugin PROPERTY QT_PLUGIN_TYPE bearer )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(10): set_property(TARGET Qt5::QGenericEnginePlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5Network_QGenericEnginePlugin.cmake(11): set_property(TARGET Qt5::QGenericEnginePlugin PROPERTY QT_PLUGIN_CLASS_NAME QGenericEnginePlugin )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(229): _qt5_Network_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5Network/Qt5NetworkConfigVersion.cmake )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(233): if(NOT AND TARGET Qt5::Network AND NOT TARGET Qt::Network )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(234): add_library(Qt::Network INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5Network/Qt5NetworkConfig.cmake(235): set_target_properties(Qt::Network PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::Network )
/build/FeatherPad/featherpad/CMakeLists.txt(24): find_package(Qt5PrintSupport REQUIRED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake(2): set(PACKAGE_VERSION 5.15.2 )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake(4): if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake(6): else()
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake(7): set(PACKAGE_VERSION_COMPATIBLE TRUE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake(8): if(PACKAGE_FIND_VERSION STREQUAL PACKAGE_VERSION )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(1): if(CMAKE_VERSION VERSION_LESS 3.1.0 )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(5): get_filename_component(_qt5PrintSupport_install_prefix /opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/../../../ ABSOLUTE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(8): set(Qt5PrintSupport_VERSION_STRING 5.15.2 )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(10): set(Qt5PrintSupport_LIBRARIES Qt5::PrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(12): macro(_qt5_PrintSupport_check_file_exists file )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(27): macro(_populate_PrintSupport_target_properties Configuration LIB_LOCATION IMPLIB_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(51): if(NOT TARGET Qt5::PrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(53): set(_Qt5PrintSupport_OWN_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtPrintSupport.framework /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(57): set(Qt5PrintSupport_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/ /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(62): foreach(_dir /opt/local/libexec/qt5/lib/QtPrintSupport.framework;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(63): _qt5_PrintSupport_check_file_exists(/opt/local/libexec/qt5/lib/QtPrintSupport.framework )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtPrintSupport.framework )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(63): _qt5_PrintSupport_check_file_exists(/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(67): set(Qt5PrintSupport_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtPrintSupport.framework;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(69): set(Qt5PrintSupport_DEFINITIONS -DQT_PRINTSUPPORT_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(70): set(Qt5PrintSupport_COMPILE_DEFINITIONS QT_PRINTSUPPORT_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(71): set(_Qt5PrintSupport_MODULE_DEPENDENCIES Widgets;Gui;Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(74): set(Qt5PrintSupport_OWN_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(76): set(_Qt5PrintSupport_FIND_DEPENDENCIES_REQUIRED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(77): if(Qt5PrintSupport_FIND_REQUIRED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(78): set(_Qt5PrintSupport_FIND_DEPENDENCIES_REQUIRED REQUIRED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(80): set(_Qt5PrintSupport_FIND_DEPENDENCIES_QUIET )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(81): if(Qt5PrintSupport_FIND_QUIETLY )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(84): set(_Qt5PrintSupport_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(85): if(Qt5PrintSupport_FIND_VERSION_EXACT )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(89): set(Qt5PrintSupport_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(91): foreach(_module_dep Widgets;Gui;Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(92): if(NOT Qt5Widgets_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(101): if(NOT Qt5Widgets_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(106): list(APPEND Qt5PrintSupport_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework;/opt/local/libexec/qt5/lib/QtWidgets.framework/Headers;/opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers;/opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(107): list(APPEND Qt5PrintSupport_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtWidgets.framework/Versions/5/Headers/5.15.2/QtWidgets;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(108): list(APPEND Qt5PrintSupport_DEFINITIONS -DQT_WIDGETS_LIB;-DQT_GUI_LIB;-DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(109): list(APPEND Qt5PrintSupport_COMPILE_DEFINITIONS QT_WIDGETS_LIB;QT_GUI_LIB;QT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(110): list(APPEND Qt5PrintSupport_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(92): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(101): if(NOT Qt5Gui_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(106): list(APPEND Qt5PrintSupport_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework;/opt/local/libexec/qt5/lib/QtGui.framework/Headers;/opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/System/Library/Frameworks/OpenGL.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(107): list(APPEND Qt5PrintSupport_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtGui.framework/Versions/5/Headers/5.15.2/QtGui;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(108): list(APPEND Qt5PrintSupport_DEFINITIONS -DQT_GUI_LIB;-DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(109): list(APPEND Qt5PrintSupport_COMPILE_DEFINITIONS QT_GUI_LIB;QT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(110): list(APPEND Qt5PrintSupport_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(92): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(101): if(NOT Qt5Core_FOUND )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(106): list(APPEND Qt5PrintSupport_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework;/opt/local/libexec/qt5/lib/QtCore.framework/Headers;/opt/local/libexec/qt5/.//mkspecs/macx-clang )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(107): list(APPEND Qt5PrintSupport_PRIVATE_INCLUDE_DIRS /opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtCore.framework/Versions/5/Headers/5.15.2/QtCore )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(108): list(APPEND Qt5PrintSupport_DEFINITIONS -DQT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(109): list(APPEND Qt5PrintSupport_COMPILE_DEFINITIONS QT_CORE_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(110): list(APPEND Qt5PrintSupport_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(112): list(REMOVE_DUPLICATES Qt5PrintSupport_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(113): list(REMOVE_DUPLICATES Qt5PrintSupport_PRIVATE_INCLUDE_DIRS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(114): list(REMOVE_DUPLICATES Qt5PrintSupport_DEFINITIONS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(115): list(REMOVE_DUPLICATES Qt5PrintSupport_COMPILE_DEFINITIONS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(116): list(REMOVE_DUPLICATES Qt5PrintSupport_EXECUTABLE_COMPILE_FLAGS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(130): if(TARGET Qt5::PrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(134): set(_Qt5PrintSupport_LIB_DEPENDENCIES Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(137): add_library(Qt5::PrintSupport SHARED IMPORTED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(139): set_property(TARGET Qt5::PrintSupport PROPERTY FRAMEWORK 1 )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(141): set_property(TARGET Qt5::PrintSupport PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtPrintSupport.framework;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Headers )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(143): set_property(TARGET Qt5::PrintSupport PROPERTY INTERFACE_COMPILE_DEFINITIONS QT_PRINTSUPPORT_LIB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(146): set_property(TARGET Qt5::PrintSupport PROPERTY INTERFACE_QT_ENABLED_FEATURES printer;printdialog;printpreviewwidget;printpreviewdialog )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(147): set_property(TARGET Qt5::PrintSupport PROPERTY INTERFACE_QT_DISABLED_FEATURES )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(150): set_property(TARGET Qt5::PrintSupport PROPERTY QT_ENABLED_PUBLIC_FEATURES printer;printdialog;printpreviewwidget;printpreviewdialog )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(153): set_property(TARGET Qt5::PrintSupport PROPERTY QT_DISABLED_PUBLIC_FEATURES )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(156): set_property(TARGET Qt5::PrintSupport PROPERTY QT_ENABLED_PRIVATE_FEATURES cups;cupsjobwidget )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(159): set_property(TARGET Qt5::PrintSupport PROPERTY QT_DISABLED_PRIVATE_FEATURES )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(163): set_property(TARGET Qt5::PrintSupport PROPERTY INTERFACE_QT_PLUGIN_TYPES printsupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(165): set(_Qt5PrintSupport_PRIVATE_DIRS_EXIST TRUE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(166): foreach(_Qt5PrintSupport_PRIVATE_DIR /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/ )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(167): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(172): if(_Qt5PrintSupport_PRIVATE_DIRS_EXIST )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(173): add_library(Qt5::PrintSupportPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(174): set_property(TARGET Qt5::PrintSupportPrivate PROPERTY INTERFACE_INCLUDE_DIRECTORIES /opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/;/opt/local/libexec/qt5/lib/QtPrintSupport.framework/Versions/5/Headers/5.15.2/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(177): set(_Qt5PrintSupport_PRIVATEDEPS )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(178): foreach(dep Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(179): if(TARGET Qt5::WidgetsPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(180): list(APPEND _Qt5PrintSupport_PRIVATEDEPS Qt5::WidgetsPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(179): if(TARGET Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(180): list(APPEND _Qt5PrintSupport_PRIVATEDEPS Qt5::GuiPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(179): if(TARGET Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(180): list(APPEND _Qt5PrintSupport_PRIVATEDEPS Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(183): set_property(TARGET Qt5::PrintSupportPrivate PROPERTY INTERFACE_LINK_LIBRARIES Qt5::PrintSupport Qt5::WidgetsPrivate;Qt5::GuiPrivate;Qt5::CorePrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(188): if(NOT AND NOT TARGET Qt::PrintSupportPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(189): add_library(Qt::PrintSupportPrivate INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(190): set_target_properties(Qt::PrintSupportPrivate PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::PrintSupportPrivate )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(196): _populate_PrintSupport_target_properties(RELEASE QtPrintSupport.framework/QtPrintSupport FALSE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(29): set_property(TARGET Qt5::PrintSupport APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(31): set(imported_location /opt/local/libexec/qt5/lib/QtPrintSupport.framework/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(32): _qt5_PrintSupport_check_file_exists(/opt/local/libexec/qt5/lib/QtPrintSupport.framework/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/QtPrintSupport.framework/QtPrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(33): set(_deps Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(36): set(_static_deps )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(39): set_target_properties(Qt5::PrintSupport PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/lib/QtPrintSupport.framework/QtPrintSupport IMPORTED_LINK_INTERFACE_LIBRARIES_RELEASE Qt5::Widgets;Qt5::Gui;Qt5::Core; )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(44): set_property(TARGET Qt5::PrintSupport APPEND PROPERTY INTERFACE_LINK_LIBRARIES Qt5::Widgets;Qt5::Gui;Qt5::Core )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(203): if(QT5_STRICT_PLUGIN_GLOB OR Qt5PrintSupport_STRICT_PLUGIN_GLOB )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(205): else()
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(206): file(GLOB pluginTargets /opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_*.cmake )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(209): macro(_populate_PrintSupport_plugin_properties Plugin Configuration PLUGIN_LOCATION IsDebugAndRelease )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(221): if(pluginTargets )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(222): foreach(pluginTarget /opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(223): include(/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(2): add_library(Qt5::QCocoaPrinterSupportPlugin MODULE IMPORTED )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(5): _populate_PrintSupport_plugin_properties(QCocoaPrinterSupportPlugin RELEASE printsupport/libcocoaprintersupport.dylib FALSE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(211): set_property(TARGET Qt5::QCocoaPrinterSupportPlugin APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(213): set(imported_location /opt/local/libexec/qt5/plugins/printsupport/libcocoaprintersupport.dylib )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(214): _qt5_PrintSupport_check_file_exists(/opt/local/libexec/qt5/plugins/printsupport/libcocoaprintersupport.dylib )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/plugins/printsupport/libcocoaprintersupport.dylib )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(215): set_target_properties(Qt5::QCocoaPrinterSupportPlugin PROPERTIES IMPORTED_LOCATION_RELEASE /opt/local/libexec/qt5/plugins/printsupport/libcocoaprintersupport.dylib )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(7): list(APPEND Qt5PrintSupport_PLUGINS Qt5::QCocoaPrinterSupportPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(8): set_property(TARGET Qt5::PrintSupport APPEND PROPERTY QT_ALL_PLUGINS_printsupport Qt5::QCocoaPrinterSupportPlugin )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(9): set_property(TARGET Qt5::QCocoaPrinterSupportPlugin PROPERTY QT_PLUGIN_TYPE printsupport )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(10): set_property(TARGET Qt5::QCocoaPrinterSupportPlugin PROPERTY QT_PLUGIN_EXTENDS )
/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupport_QCocoaPrinterSupportPlugin.cmake(11): set_property(TARGET Qt5::QCocoaPrinterSupportPlugin PROPERTY QT_PLUGIN_CLASS_NAME QCocoaPrinterSupportPlugin )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(229): _qt5_PrintSupport_check_file_exists(/opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(13): if(NOT EXISTS /opt/local/libexec/qt5/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfigVersion.cmake )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(233): if(NOT AND TARGET Qt5::PrintSupport AND NOT TARGET Qt::PrintSupport )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(234): add_library(Qt::PrintSupport INTERFACE IMPORTED )
/opt/local/lib/cmake/Qt5PrintSupport/Qt5PrintSupportConfig.cmake(235): set_target_properties(Qt::PrintSupport PROPERTIES INTERFACE_LINK_LIBRARIES Qt5::PrintSupport )
/build/FeatherPad/featherpad/CMakeLists.txt(27): find_package(HUNSPELL 1.6 REQUIRED )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(3): find_package(PkgConfig )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(23): cmake_policy(PUSH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(24): cmake_policy(SET CMP0054 NEW )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(25): cmake_policy(SET CMP0057 NEW )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(28): set(PKG_CONFIG_VERSION 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(31): if(( NOT PKG_CONFIG_EXECUTABLE ) AND ( NOT STREQUAL ) )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(35): set(PKG_CONFIG_NAMES pkg-config )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(36): if(CMAKE_HOST_WIN32 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(40): find_program(PKG_CONFIG_EXECUTABLE NAMES pkg-config NAMES_PER_DIR DOC pkg-config executable )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(44): mark_as_advanced(PKG_CONFIG_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(46): set(_PKG_CONFIG_FAILURE_MESSAGE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(47): if(PKG_CONFIG_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(48): execute_process(COMMAND /opt/local/bin/pkg-config --version OUTPUT_VARIABLE PKG_CONFIG_VERSION_STRING OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_VARIABLE _PKG_CONFIG_VERSION_ERROR ERROR_STRIP_TRAILING_WHITESPACE RESULT_VARIABLE _PKG_CONFIG_VERSION_RESULT )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(54): if(NOT _PKG_CONFIG_VERSION_RESULT EQUAL 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(66): unset(_PKG_CONFIG_VERSION_RESULT )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(69): include(/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(213): include(/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(33): function(find_package_message pkg msg details )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(216): cmake_policy(PUSH )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(218): cmake_policy(SET CMP0012 NEW )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(220): cmake_policy(SET CMP0057 NEW )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(224): macro(_FPHSA_FAILURE_MESSAGE _msg )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(240): macro(_FPHSA_HANDLE_FAILURE_CONFIG_MODE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(275): function(FIND_PACKAGE_CHECK_VERSION version result )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(375): function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(605): cmake_policy(POP )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(70): find_package_handle_standard_args(PkgConfig REQUIRED_VARS PKG_CONFIG_EXECUTABLE REASON_FAILURE_MESSAGE VERSION_VAR PKG_CONFIG_VERSION_STRING )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(378): set(options CONFIG_MODE HANDLE_COMPONENTS NAME_MISMATCHED HANDLE_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(379): set(oneValueArgs FAIL_MESSAGE REASON_FAILURE_MESSAGE VERSION_VAR FOUND_VAR )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(380): set(multiValueArgs REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(383): set(_KEYWORDS_FOR_EXTENDED_MODE CONFIG_MODE;HANDLE_COMPONENTS;NAME_MISMATCHED;HANDLE_VERSION_RANGE FAIL_MESSAGE;REASON_FAILURE_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(384): list(FIND _KEYWORDS_FOR_EXTENDED_MODE REQUIRED_VARS INDEX )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(386): unset(FPHSA_NAME_MISMATCHED_override )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(387): if(DEFINED FPHSA_NAME_MISMATCHED )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(403): if(8 EQUAL -1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(407): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(408): cmake_parse_arguments(FPHSA CONFIG_MODE;HANDLE_COMPONENTS;NAME_MISMATCHED;HANDLE_VERSION_RANGE FAIL_MESSAGE;REASON_FAILURE_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS REQUIRED_VARS PKG_CONFIG_EXECUTABLE;REASON_FAILURE_MESSAGE;;VERSION_VAR;PKG_CONFIG_VERSION_STRING )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(410): if(FPHSA_UNPARSED_ARGUMENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(414): if(NOT FPHSA_FAIL_MESSAGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(415): set(FPHSA_FAIL_MESSAGE DEFAULT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(420): if(FPHSA_CONFIG_MODE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(426): if(NOT FPHSA_REQUIRED_VARS AND NOT FPHSA_HANDLE_COMPONENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(431): if(DEFINED FPHSA_NAME_MISMATCHED_override )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(435): if(DEFINED CMAKE_FIND_PACKAGE_NAME AND NOT FPHSA_NAME_MISMATCHED AND NOT _NAME STREQUAL CMAKE_FIND_PACKAGE_NAME )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(446): if(PkgConfig_FIND_VERSION_RANGE AND NOT FPHSA_HANDLE_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(454): set(_CMAKE_FPHSA_PACKAGE_NAME PkgConfig )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(458): if(xDEFAULT_MSG STREQUAL xDEFAULT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(459): set(FPHSA_FAIL_MESSAGE Could NOT find PkgConfig )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(462): if(FPHSA_REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(463): list(GET FPHSA_REQUIRED_VARS 0 _FIRST_REQUIRED_VAR )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(466): string(TOUPPER PkgConfig _NAME_UPPER )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(467): string(TOLOWER PkgConfig _NAME_LOWER )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(469): if(FPHSA_FOUND_VAR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(477): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(478): set(_FOUND_VAR PKGCONFIG_FOUND )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(483): set(MISSING_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(484): set(DETAILS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(486): set(FPHSA_FOUND_PkgConfig TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(487): foreach(_CURRENT_VAR PKG_CONFIG_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(488): if(NOT PKG_CONFIG_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(491): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(492): string(APPEND DETAILS [/opt/local/bin/pkg-config] )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(495): if(FPHSA_FOUND_PkgConfig )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(496): set(PkgConfig_FOUND TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(497): set(PKGCONFIG_FOUND TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(504): unset(FOUND_COMPONENTS_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(505): unset(MISSING_COMPONENTS_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(507): if(FPHSA_HANDLE_COMPONENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(535): set(VERSION_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(536): set(VERSION_OK TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(539): if(DEFINED PkgConfig_FIND_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(559): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(561): if(DEFINED PKG_CONFIG_VERSION_STRING )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(562): set(VERSION_MSG (found version "0.29.2") )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(566): if(VERSION_OK )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(567): string(APPEND DETAILS [v0.29.2()] )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(574): if(PkgConfig_FOUND )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(575): FIND_PACKAGE_MESSAGE(PkgConfig Found PkgConfig: /opt/local/bin/pkg-config (found version "0.29.2") [/opt/local/bin/pkg-config][v0.29.2()] )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(35): if(NOT PkgConfig_FIND_QUIETLY )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(36): string(REPLACE
details [/opt/local/bin/pkg-config][v0.29.2()] )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(37): set(DETAILS_VAR FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(38): if(NOT [/opt/local/bin/pkg-config][v0.29.2()] STREQUAL [/opt/local/bin/pkg-config][v0.29.2()] )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(600): set(PkgConfig_FOUND TRUE PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(601): set(PKGCONFIG_FOUND TRUE PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(78): set(PKG_CONFIG_FOUND TRUE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(81): macro(_pkgconfig_unset var )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(89): macro(_pkgconfig_set var value )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(98): macro(_pkgconfig_invoke _pkglist _prefix _varname _regexp )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(126): function(_pkg_get_variable result pkg variable )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(135): macro(_pkgconfig_invoke_dyn _pkglist _prefix _varname cleanup_regexp )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(141): macro(_pkgconfig_parse_options _result _is_req _is_silent _no_cmake_path _no_cmake_environment_path _imp_target _imp_target_global )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(197): function(_pkgconfig_add_extra_path _extra_paths_var _var )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(220): function(_pkg_find_libs _prefix _no_cmake_path _no_cmake_environment_path )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(275): function(_pkg_create_imp_target _prefix _imp_target_global )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(305): macro(_pkg_recalculate _prefix _no_cmake_path _no_cmake_environment_path _imp_target _imp_target_global )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(313): macro(_pkg_set_path_internal )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(398): macro(_pkg_restore_path_internal )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(411): function(_pkgconfig_extract_frameworks _prefix )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(435): function(_pkgconfig_extract_isystem _prefix )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(463): macro(_pkg_check_modules_internal _is_required _is_silent _no_cmake_path _no_cmake_environment_path _imp_target _imp_target_global _prefix )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(778): macro(pkg_check_modules _prefix _module0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(825): macro(pkg_search_module _prefix _module0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(880): function(pkg_get_variable result pkg variable )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(923): cmake_policy(POP )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(4): pkg_check_modules(PKG_HUNSPELL QUIET hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(779): _pkgconfig_parse_options(_pkg_modules _pkg_is_required _pkg_is_silent _no_cmake_path _no_cmake_environment_path _imp_target _imp_target_global QUIET hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(142): set(_pkg_is_required 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(143): set(_pkg_is_silent 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(144): set(_no_cmake_path 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(145): set(_no_cmake_environment_path 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(146): set(_imp_target 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(147): set(_imp_target_global 0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(148): if(DEFINED PKG_CONFIG_USE_CMAKE_PREFIX_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(153): elseif(CMAKE_MINIMUM_REQUIRED_VERSION VERSION_LESS 3.1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(154): set(_no_cmake_path 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(155): set(_no_cmake_environment_path 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(158): foreach(_pkg QUIET;hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(159): if(_pkg STREQUAL REQUIRED )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(162): if(_pkg STREQUAL QUIET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(163): set(_pkg_is_silent 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(165): if(_pkg STREQUAL NO_CMAKE_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(168): if(_pkg STREQUAL NO_CMAKE_ENVIRONMENT_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(171): if(_pkg STREQUAL IMPORTED_TARGET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(174): if(_pkg STREQUAL GLOBAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(159): if(_pkg STREQUAL REQUIRED )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(162): if(_pkg STREQUAL QUIET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(165): if(_pkg STREQUAL NO_CMAKE_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(168): if(_pkg STREQUAL NO_CMAKE_ENVIRONMENT_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(171): if(_pkg STREQUAL IMPORTED_TARGET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(174): if(_pkg STREQUAL GLOBAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(179): if(_imp_target_global AND NOT _imp_target )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(183): set(_pkg_modules QUIET;hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(184): list(REMOVE_ITEM _pkg_modules REQUIRED )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(185): list(REMOVE_ITEM _pkg_modules QUIET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(186): list(REMOVE_ITEM _pkg_modules NO_CMAKE_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(187): list(REMOVE_ITEM _pkg_modules NO_CMAKE_ENVIRONMENT_PATH )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(188): list(REMOVE_ITEM _pkg_modules IMPORTED_TARGET )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(189): list(REMOVE_ITEM _pkg_modules GLOBAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(781): if(NOT DEFINED __pkg_config_checked_PKG_HUNSPELL OR __pkg_config_checked_PKG_HUNSPELL LESS 1 OR NOT PKG_HUNSPELL_FOUND OR ( NOT hunspell STREQUAL AND NOT STREQUAL QUIET;hunspell ) OR ( hunspell STREQUAL AND NOT STREQUAL QUIET ) )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(784): _pkg_check_modules_internal(0 1 1 1 0 0 PKG_HUNSPELL hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(464): _pkgconfig_unset(PKG_HUNSPELL_FOUND )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_FOUND )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_FOUND CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(465): _pkgconfig_unset(PKG_HUNSPELL_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_VERSION CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(466): _pkgconfig_unset(PKG_HUNSPELL_PREFIX )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_PREFIX )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_PREFIX CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(467): _pkgconfig_unset(PKG_HUNSPELL_INCLUDEDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_INCLUDEDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_INCLUDEDIR CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(468): _pkgconfig_unset(PKG_HUNSPELL_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_LIBDIR CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(469): _pkgconfig_unset(PKG_HUNSPELL_MODULE_NAME )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_MODULE_NAME )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_MODULE_NAME CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(470): _pkgconfig_unset(PKG_HUNSPELL_LIBS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_LIBS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_LIBS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(471): _pkgconfig_unset(PKG_HUNSPELL_LIBS_L )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_LIBS_L )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_LIBS_L CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(472): _pkgconfig_unset(PKG_HUNSPELL_LIBS_PATHS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_LIBS_PATHS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_LIBS_PATHS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(473): _pkgconfig_unset(PKG_HUNSPELL_LIBS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_LIBS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_LIBS_OTHER CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(474): _pkgconfig_unset(PKG_HUNSPELL_CFLAGS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_CFLAGS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_CFLAGS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(475): _pkgconfig_unset(PKG_HUNSPELL_CFLAGS_I )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_CFLAGS_I )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_CFLAGS_I CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(476): _pkgconfig_unset(PKG_HUNSPELL_CFLAGS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_CFLAGS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_CFLAGS_OTHER CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(477): _pkgconfig_unset(PKG_HUNSPELL_STATIC_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_LIBDIR CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(478): _pkgconfig_unset(PKG_HUNSPELL_STATIC_LIBS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_LIBS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_LIBS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(479): _pkgconfig_unset(PKG_HUNSPELL_STATIC_LIBS_L )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_LIBS_L )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_LIBS_L CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(480): _pkgconfig_unset(PKG_HUNSPELL_STATIC_LIBS_PATHS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_LIBS_PATHS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_LIBS_PATHS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(481): _pkgconfig_unset(PKG_HUNSPELL_STATIC_LIBS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_LIBS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_LIBS_OTHER CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(482): _pkgconfig_unset(PKG_HUNSPELL_STATIC_CFLAGS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_CFLAGS )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_CFLAGS CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(483): _pkgconfig_unset(PKG_HUNSPELL_STATIC_CFLAGS_I )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_CFLAGS_I )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_CFLAGS_I CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(484): _pkgconfig_unset(PKG_HUNSPELL_STATIC_CFLAGS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_STATIC_CFLAGS_OTHER )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_STATIC_CFLAGS_OTHER CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(487): set(_pkg_check_modules_list hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(488): list(LENGTH _pkg_check_modules_list _pkg_check_modules_cnt )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(490): if(PKG_CONFIG_EXECUTABLE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(492): if(NOT 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(500): set(_pkg_check_modules_packages )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(501): set(_pkg_check_modules_failed )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(503): _pkg_set_path_internal()
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(314): set(_extra_paths )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(316): if(NOT _no_cmake_path )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(322): if(NOT _no_cmake_environment_path )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(328): if(NOT _extra_paths STREQUAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(331): set(_pkgconfig_path_old )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(332): set(_pkgconfig_path )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(333): if(NOT _pkgconfig_path STREQUAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(339): set(_lib_dirs )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(340): if(NOT DEFINED CMAKE_SYSTEM_NAME OR ( CMAKE_SYSTEM_NAME MATCHES ^(Linux|kFreeBSD|GNU)$ AND NOT CMAKE_CROSSCOMPILING ) )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(363): if(CMAKE_SYSTEM_NAME STREQUAL FreeBSD AND NOT CMAKE_CROSSCOMPILING )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(366): list(APPEND _lib_dirs lib/pkgconfig )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(367): list(APPEND _lib_dirs share/pkgconfig )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(371): foreach(_prefix_dir )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(381): if(NOT _pkgconfig_path STREQUAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(393): unset(_lib_dirs )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(394): unset(_pkgconfig_path )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(506): foreach(_pkg_check_modules_pkg hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(507): set(_pkg_check_modules_exist_query )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(510): if(_pkg_check_modules_pkg MATCHES (.*[^><])(=|[><]=?)(.*) )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(514): else()
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(515): set(_pkg_check_modules_pkg_name hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(516): set(_pkg_check_modules_pkg_op )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(517): set(_pkg_check_modules_pkg_ver )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(520): _pkgconfig_unset(PKG_HUNSPELL_hunspell_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_hunspell_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_hunspell_VERSION CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(521): _pkgconfig_unset(PKG_HUNSPELL_hunspell_PREFIX )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_hunspell_PREFIX )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_hunspell_PREFIX CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(522): _pkgconfig_unset(PKG_HUNSPELL_hunspell_INCLUDEDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_hunspell_INCLUDEDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_hunspell_INCLUDEDIR CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(523): _pkgconfig_unset(PKG_HUNSPELL_hunspell_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(83): unset(PKG_HUNSPELL_hunspell_LIBDIR )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(86): set(PKG_HUNSPELL_hunspell_LIBDIR CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(525): list(APPEND _pkg_check_modules_packages hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(534): list(APPEND _pkg_check_modules_exist_query --print-errors --short-errors )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(535): if(_pkg_check_modules_pkg_op )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(537): else()
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(538): list(APPEND _pkg_check_modules_exist_query --exists )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(539): list(APPEND _pkg_check_modules_exist_query hunspell )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(543): execute_process(COMMAND /opt/local/bin/pkg-config --print-errors;--short-errors;--exists;hunspell RESULT_VARIABLE _pkgconfig_retval ERROR_VARIABLE _pkgconfig_error ERROR_STRIP_TRAILING_WHITESPACE )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(550): if(_pkgconfig_retval )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(551): if(NOT 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(555): set(_pkg_check_modules_failed 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(559): if(_pkg_check_modules_failed )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(561): if(0 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(615): _pkg_restore_path_internal()
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(399): if(NOT _extra_paths STREQUAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(401): set(ENV{PKG_CONFIG_PATH} )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(404): unset(_extra_paths )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(405): unset(_pkgconfig_path_old )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(786): _pkgconfig_set(__pkg_config_checked_PKG_HUNSPELL 1 )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(91): unset(__pkg_config_checked_PKG_HUNSPELL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(94): set(__pkg_config_checked_PKG_HUNSPELL 1 CACHE INTERNAL )
/opt/local/share/cmake-3.21/Modules/FindPkgConfig.cmake(787): if(PKG_HUNSPELL_FOUND )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(5): find_path(HUNSPELL_INCLUDE_DIRS NAMES hunspell.hxx PATH_SUFFIXES hunspell HINTS )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(9): find_library(HUNSPELL_LIBRARIES NAMES hunspell hunspell-1.8 hunspell-1.7 hunspell-1.6 libhunspell HINTS )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(12): include(FindPackageHandleStandardArgs )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(213): include(/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake )
/opt/local/share/cmake-3.21/Modules/FindPackageMessage.cmake(33): function(find_package_message pkg msg details )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(216): cmake_policy(PUSH )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(218): cmake_policy(SET CMP0012 NEW )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(220): cmake_policy(SET CMP0057 NEW )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(224): macro(_FPHSA_FAILURE_MESSAGE _msg )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(240): macro(_FPHSA_HANDLE_FAILURE_CONFIG_MODE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(275): function(FIND_PACKAGE_CHECK_VERSION version result )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(375): function(FIND_PACKAGE_HANDLE_STANDARD_ARGS _NAME _FIRST_ARG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(605): cmake_policy(POP )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(13): find_package_handle_standard_args(HUNSPELL REQUIRED_VARS HUNSPELL_LIBRARIES HUNSPELL_INCLUDE_DIRS VERSION_VAR PKG_HUNSPELL_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(378): set(options CONFIG_MODE HANDLE_COMPONENTS NAME_MISMATCHED HANDLE_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(379): set(oneValueArgs FAIL_MESSAGE REASON_FAILURE_MESSAGE VERSION_VAR FOUND_VAR )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(380): set(multiValueArgs REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(383): set(_KEYWORDS_FOR_EXTENDED_MODE CONFIG_MODE;HANDLE_COMPONENTS;NAME_MISMATCHED;HANDLE_VERSION_RANGE FAIL_MESSAGE;REASON_FAILURE_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(384): list(FIND _KEYWORDS_FOR_EXTENDED_MODE REQUIRED_VARS INDEX )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(386): unset(FPHSA_NAME_MISMATCHED_override )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(387): if(DEFINED FPHSA_NAME_MISMATCHED )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(403): if(8 EQUAL -1 )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(407): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(408): cmake_parse_arguments(FPHSA CONFIG_MODE;HANDLE_COMPONENTS;NAME_MISMATCHED;HANDLE_VERSION_RANGE FAIL_MESSAGE;REASON_FAILURE_MESSAGE;VERSION_VAR;FOUND_VAR REQUIRED_VARS REQUIRED_VARS HUNSPELL_LIBRARIES;HUNSPELL_INCLUDE_DIRS;VERSION_VAR;PKG_HUNSPELL_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(410): if(FPHSA_UNPARSED_ARGUMENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(414): if(NOT FPHSA_FAIL_MESSAGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(415): set(FPHSA_FAIL_MESSAGE DEFAULT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(420): if(FPHSA_CONFIG_MODE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(426): if(NOT FPHSA_REQUIRED_VARS AND NOT FPHSA_HANDLE_COMPONENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(431): if(DEFINED FPHSA_NAME_MISMATCHED_override )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(435): if(DEFINED CMAKE_FIND_PACKAGE_NAME AND NOT FPHSA_NAME_MISMATCHED AND NOT _NAME STREQUAL CMAKE_FIND_PACKAGE_NAME )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(446): if(HUNSPELL_FIND_VERSION_RANGE AND NOT FPHSA_HANDLE_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(454): set(_CMAKE_FPHSA_PACKAGE_NAME HUNSPELL )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(458): if(xDEFAULT_MSG STREQUAL xDEFAULT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(459): set(FPHSA_FAIL_MESSAGE Could NOT find HUNSPELL )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(462): if(FPHSA_REQUIRED_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(463): list(GET FPHSA_REQUIRED_VARS 0 _FIRST_REQUIRED_VAR )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(466): string(TOUPPER HUNSPELL _NAME_UPPER )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(467): string(TOLOWER HUNSPELL _NAME_LOWER )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(469): if(FPHSA_FOUND_VAR )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(477): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(478): set(_FOUND_VAR HUNSPELL_FOUND )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(483): set(MISSING_VARS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(484): set(DETAILS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(486): set(FPHSA_FOUND_HUNSPELL TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(487): foreach(_CURRENT_VAR HUNSPELL_LIBRARIES;HUNSPELL_INCLUDE_DIRS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(488): if(NOT HUNSPELL_LIBRARIES )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(491): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(492): string(APPEND DETAILS [/usr/local/lib/libhunspell-1.6.dylib] )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(488): if(NOT HUNSPELL_INCLUDE_DIRS )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(491): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(492): string(APPEND DETAILS [/usr/local/include/hunspell] )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(495): if(FPHSA_FOUND_HUNSPELL )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(496): set(HUNSPELL_FOUND TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(497): set(HUNSPELL_FOUND TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(504): unset(FOUND_COMPONENTS_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(505): unset(MISSING_COMPONENTS_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(507): if(FPHSA_HANDLE_COMPONENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(535): set(VERSION_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(536): set(VERSION_OK TRUE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(539): if(DEFINED HUNSPELL_FIND_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(540): if(DEFINED PKG_HUNSPELL_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(541): set(_FOUND_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(542): if(FPHSA_HANDLE_VERSION_RANGE )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(544): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(545): set(FPCV_HANDLE_VERSION_RANGE NO_AUTHOR_WARNING_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(547): find_package_check_version( VERSION_OK RESULT_MESSAGE_VARIABLE VERSION_MSG NO_AUTHOR_WARNING_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(276): cmake_parse_arguments(PARSE_ARGV 2 FPCV HANDLE_VERSION_RANGE;NO_AUTHOR_WARNING_VERSION_RANGE RESULT_MESSAGE_VARIABLE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(278): if(FPCV_UNPARSED_ARGUMENTS )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(281): if(RESULT_MESSAGE_VARIABLE IN_LIST FPCV_KEYWORDS_MISSING_VALUES )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(285): set(VERSION_OK FALSE PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(286): if(FPCV_RESULT_MESSAGE_VARIABLE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(287): unset(VERSION_MSG PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(290): if(_CMAKE_FPHSA_PACKAGE_NAME )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(291): set(package HUNSPELL )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(298): if(NOT FPCV_NO_AUTHOR_WARNING_VERSION_RANGE AND HUNSPELL_FIND_VERSION_RANGE AND NOT FPCV_HANDLE_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(307): set(version_ok FALSE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(308): unset(version_msg )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(310): if(FPCV_HANDLE_VERSION_RANGE AND HUNSPELL_FIND_VERSION_RANGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(322): elseif(DEFINED HUNSPELL_FIND_VERSION )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(323): if(HUNSPELL_FIND_VERSION_EXACT )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(355): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(356): if(HUNSPELL_FIND_VERSION VERSION_GREATER version )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(357): set(version_msg Found unsuitable version "", but required is at least "1.6" )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(368): set(VERSION_OK FALSE PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(369): if(FPCV_RESULT_MESSAGE_VARIABLE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(370): set(VERSION_MSG Found unsuitable version "", but required is at least "1.6" PARENT_SCOPE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(566): if(VERSION_OK )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(568): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(569): set(HUNSPELL_FOUND FALSE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(574): if(HUNSPELL_FOUND )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(576): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(578): if(FPHSA_CONFIG_MODE )
/build/FeatherPad/cmake/Modules/FindHUNSPELL.cmake(580): else()
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(581): if(NOT VERSION_OK )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(582): set(RESULT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(583): if(_FIRST_REQUIRED_VAR )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(584): string(APPEND RESULT_MSG found /usr/local/lib/libhunspell-1.6.dylib )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(586): if(COMPONENT_MSG )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(592): _FPHSA_FAILURE_MESSAGE(Could NOT find HUNSPELL: Found unsuitable version "", but required is at least "1.6" (found /usr/local/lib/libhunspell-1.6.dylib) )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(225): set(__msg Could NOT find HUNSPELL: Found unsuitable version "", but required is at least "1.6" (found /usr/local/lib/libhunspell-1.6.dylib) )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(226): if(FPHSA_REASON_FAILURE_MESSAGE )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(229): if(HUNSPELL_FIND_REQUIRED )
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake(230): message(FATAL_ERROR Could NOT find HUNSPELL: Found unsuitable version "", but required is at least "1.6" (found /usr/local/lib/libhunspell-1.6.dylib) )
CMake Error at /opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find HUNSPELL: Found unsuitable version "", but required is at
least "1.6" (found /usr/local/lib/libhunspell-1.6.dylib)
Call Stack (most recent call first):
/opt/local/share/cmake-3.21/Modules/FindPackageHandleStandardArgs.cmake:592 (_FPHSA_FAILURE_MESSAGE)
cmake/Modules/FindHUNSPELL.cmake:13 (find_package_handle_standard_args)
featherpad/CMakeLists.txt:27 (find_package)
-- Configuring incomplete, errors occurred!
See also "/build/FeatherPad/CMakeFiles/CMakeOutput.log".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment