1set(CMAKE_CXX_COMPILER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++")
2set(CMAKE_CXX_COMPILER_ARG1 "")
3set(CMAKE_CXX_COMPILER_ID "AppleClang")
4set(CMAKE_CXX_COMPILER_VERSION "9.0.0.9000038")
5set(CMAKE_CXX_COMPILER_WRAPPER "")
6set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
7set(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")
8set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
9set(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")
10set(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")
11set(CMAKE_CXX17_COMPILE_FEATURES "cxx_std_17")
12
13set(CMAKE_CXX_PLATFORM_ID "Darwin")
14set(CMAKE_CXX_SIMULATE_ID "")
15set(CMAKE_CXX_SIMULATE_VERSION "")
16
17
18set(CMAKE_AR "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ar")
19set(CMAKE_CXX_COMPILER_AR "")
20set(CMAKE_RANLIB "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib")
21set(CMAKE_CXX_COMPILER_RANLIB "")
22set(CMAKE_LINKER "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld")
23set(CMAKE_COMPILER_IS_GNUCXX )
24set(CMAKE_CXX_COMPILER_LOADED 1)
25set(CMAKE_CXX_COMPILER_WORKS TRUE)
26set(CMAKE_CXX_ABI_COMPILED TRUE)
27set(CMAKE_COMPILER_IS_MINGW )
28set(CMAKE_COMPILER_IS_CYGWIN )
29if(CMAKE_COMPILER_IS_CYGWIN)
30  set(CYGWIN 1)
31  set(UNIX 1)
32endif()
33
34set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
35
36if(CMAKE_COMPILER_IS_MINGW)
37  set(MINGW 1)
38endif()
39set(CMAKE_CXX_COMPILER_ID_RUN 1)
40set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
41set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
42set(CMAKE_CXX_LINKER_PREFERENCE 30)
43set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
44
45# Save compiler ABI information.
46set(CMAKE_CXX_SIZEOF_DATA_PTR "8")
47set(CMAKE_CXX_COMPILER_ABI "")
48set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
49
50if(CMAKE_CXX_SIZEOF_DATA_PTR)
51  set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
52endif()
53
54if(CMAKE_CXX_COMPILER_ABI)
55  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
56endif()
57
58if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
59  set(CMAKE_LIBRARY_ARCHITECTURE "")
60endif()
61
62set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
63if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
64  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
65endif()
66
67
68
69
70
71set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "c++")
72set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/usr/lib")
73set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.13.sdk/System/Library/Frameworks")
74