obsproject / obs-studio

OBS Studio - Free and open source software for live streaming and screen recording
https://obsproject.com
GNU General Public License v2.0
58.82k stars 7.83k forks source link

Problem while building OBS #3831

Closed seyoon20087 closed 3 years ago

seyoon20087 commented 3 years ago

I have Xcode 12.2, have the repository to build OBS for Xcode, and using macOS Big Sur (20B50).

But, when I run the command cmake -S ./Downloads/obs-studio -B ./Downloads -DCMAKE_OSX_DEPLOYMENT_TARGET=10.13 -DDISABLE_PYTHON=ON -G Xcode, it gives me an error "Configuring incomplete, errors occurred!". See below:

-- The C compiler identification is AppleClang 12.0.0.12000032
-- The CXX compiler identification is AppleClang 12.0.0.12000032
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- OBS_VERSION: 26.1.0-rc1-20-g448599e7
CMake Warning at CMakeLists.txt:258 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.

-- Found OpenGL: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/OpenGL.framework   
-- Found FFmpeg: /usr/local/Cellar/ffmpeg/4.3.1_4/lib/../lib/libavcodec.dylib (found version "58.91.100") found components: avcodec avdevice avutil avformat 
-- Found Libcurl: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/../lib/libcurl.tbd  
CMake Deprecation Warning at deps/obs-scripting/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Luajit support not found.
-- Scripting: Python 3 support disabled
-- Scripting: Neither Python 3 nor Luajit was found; scripting plugin disabled
CMake Deprecation Warning at deps/libcaption/CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 2.8.12 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.

-- Using system Jansson library
-- Looking for include file pthread.h
-- Looking for include file pthread.h - found
-- Looking for pthread_create
-- Looking for pthread_create - found
-- Found Threads: TRUE  
-- Found FFmpeg: /usr/local/Cellar/ffmpeg/4.3.1_4/lib/../lib/libavformat.dylib (found version "58.45.100") found components: avformat avutil swscale swresample avcodec 
-- Using libavcodec for image loading in libobs
-- Found ZLIB: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib/../lib/libz.tbd  
-- Could NOT find LibVLC (missing: VLC_INCLUDE_DIR) 
-- VLC video plugin disabled
-- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.29.2") 
-- Checking for module 'jack'
--   No package 'jack' found
-- JACK Audio Connection Kit not found, disabling JACK plugin
CMake Error at plugins/obs-vst/CMakeLists.txt:11 (find_package):
  By not providing "FindQt5Widgets.cmake" in CMAKE_MODULE_PATH this project
  has asked CMake to find a package configuration file provided by
  "Qt5Widgets", but CMake did not find one.

  Could not find a package configuration file provided by "Qt5Widgets" with
  any of the following names:

    Qt5WidgetsConfig.cmake
    qt5widgets-config.cmake

  Add the installation prefix of "Qt5Widgets" to CMAKE_PREFIX_PATH or set
  "Qt5Widgets_DIR" to a directory containing one of the above files.  If
  "Qt5Widgets" provides a separate development package or SDK, be sure it has
  been installed.

-- Configuring incomplete, errors occurred!

I also saw the log too, it says:

The system is: Darwin - 20.1.0 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler:  
Build flags: 
Id flags:  

The output was:
0
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild

note: Using new build system
note: Planning build
note: Constructing build description
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdC' from project 'CompilerIdC')
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-non-framework-target-headers.hmap

CompileC /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CMakeCCompilerId.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -fvisibility\=hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -iquote /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-generated-files.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-own-target-headers.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-all-target-headers.hmap -iquote /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/CompilerIdC-project-headers.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/include -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.dia -c /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CMakeCCompilerId.c -o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CMakeCCompilerId.o

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList

Ld /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC normal (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC -F/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC -filelist /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_lto.o -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Objects-normal/x86_64/CompilerIdC_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh

PhaseScriptExecution Run\ Script /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    /bin/sh -c /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC.build/Debug/CompilerIdC.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=x86_64

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC (in target 'CompilerIdC' from project 'CompilerIdC')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC

** BUILD SUCCEEDED **

Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "CompilerIdC"

The C compiler identification is AppleClang, found in "/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdC/CompilerIdC"

Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler:  
Build flags: 
Id flags:  

The output was:
0
Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild

note: Using new build system
note: Planning build
note: Constructing build description
warning: Traditional headermap style is no longer supported; please migrate to using separate headermaps and set 'ALWAYS_SEARCH_USER_PATHS' to NO. (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-non-framework-target-headers.hmap

CompileC /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CMakeCXXCompilerId.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    export LANG\=en_US.US-ASCII
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -Os -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -fvisibility\=hidden -fvisibility-inlines-hidden -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -iquote /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-generated-files.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-own-target-headers.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-all-target-headers.hmap -iquote /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/CompilerIdCXX-project-headers.hmap -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/include -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.dia -c /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CMakeCXXCompilerId.cpp -o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CMakeCXXCompilerId.o

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList

Ld /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX normal (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX -F/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX -filelist /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_lto.o -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Objects-normal/x86_64/CompilerIdCXX_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    write-file /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh

PhaseScriptExecution Run\ Script /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    /bin/sh -c /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX.build/Debug/CompilerIdCXX.build/Script-2C8FEB8E15DC1A1A00E56A5D.sh
GCC_VERSION=com.apple.compilers.llvm.clang.1_0
ARCHS=x86_64

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX (in target 'CompilerIdCXX' from project 'CompilerIdCXX')
    cd /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX

** BUILD SUCCEEDED **

Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "CompilerIdCXX"

The CXX compiler identification is AppleClang, found in "/Users/seyoon2008/Downloads/CMakeFiles/3.19.1/CompilerIdCXX/CompilerIdCXX"

Detecting C compiler ABI info compiled with the following output:
Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0daec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0daec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment

User defaults from command line:
    HideShellScriptEnvironment = YES

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList

CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -v -Wl,-v -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: x86_64-apple-macos10.13
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.13.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=11.0 -target-cpu penryn -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609.6 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0 -dependency-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D "CMAKE_INTDIR=\"Debug\"" -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp -ferror-limit 19 -fmacro-backtrace-limit 0 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.13.0 -fpascal-strings -fmax-type-align=16 -fdiagnostics-show-option -fdiagnostics-show-note-include-stack -fasm-blocks -serialize-diagnostic-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o -x c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c
clang -cc1 version 12.0.0 (clang-1200.0.32.27) default target x86_64-apple-darwin20.1.0
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks (framework directory)
End of search list.

Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec normal (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: x86_64-apple-macos10.13
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
@(#)PROGRAM:ld  PROJECT:ld64-609.7
BUILD 18:10:07 Oct 19 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib
Framework search paths:
    /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec

** BUILD SUCCEEDED **

Parsed C implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
    add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
    add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  end of search list found
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]

Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0daec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_0daec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment]
  ignore line: []
  ignore line: [User defaults from command line:]
  ignore line: [    HideShellScriptEnvironment = YES]
  ignore line: []
  ignore line: [note: Using new build system]
  ignore line: [note: Building targets in parallel]
  ignore line: [note: Planning build]
  ignore line: [note: Constructing build description]
  ignore line: [CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList]
  ignore line: []
  ignore line: [CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -v -Wl -v -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o]
  ignore line: [Apple clang version 12.0.0 (clang-1200.0.32.27)]
  ignore line: [Target: x86_64-apple-macos10.13]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
  ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.13.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCCompilerABI.c -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=11.0 -target-cpu penryn -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609.6 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0 -dependency-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D "CMAKE_INTDIR=\"Debug\"" -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdebug-compilation-dir /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp -ferror-limit 19 -fmacro-backtrace-limit 0 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.13.0 -fpascal-strings -fmax-type-align=16 -fdiagnostics-show-option -fdiagnostics-show-note-include-stack -fasm-blocks -serialize-diagnostic-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.dia -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/CMakeCCompilerABI.o -x c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCCompilerABI.c]
  ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.32.27) default target x86_64-apple-darwin20.1.0]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources-normal/x86_64"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources/x86_64"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/DerivedSources"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug"]
  ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include"]
  ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/Library/Frameworks"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks (framework directory)]
  ignore line: [End of search list.]
  ignore line: []
  ignore line: [Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec normal (in target 'cmTC_0daec' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -Xlinker -no_deduplicate -v -Wl -v -Wl -search_paths_first -Wl -headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec]
  ignore line: [Apple clang version 12.0.0 (clang-1200.0.32.27)]
  ignore line: [Target: x86_64-apple-macos10.13]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug]
            to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a ]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a ]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-lto_library] ==> ignore, skip following value
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-platform_version] ==> ignore
    arg [macos] ==> ignore
    arg [10.13.0] ==> ignore
    arg [11.0] ==> ignore
    arg [-syslibroot] ==> ignore
    arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk] ==> ignore
    arg [-o] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_0daec] ==> ignore
    arg [-filelist] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec.LinkFileList] ==> ignore
    arg [-object_path_lto] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_lto.o] ==> ignore
    arg [-no_deduplicate] ==> ignore
    arg [-v] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-dependency_info] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_0daec.build/Objects-normal/x86_64/cmTC_0daec_dependency_info.dat] ==> ignore
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  Framework search paths: [;/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/]
  remove lib [System]
  remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug] ==> [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
  collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  collapse framework dir [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug] ==> [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
  collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks]
  implicit libs: []
  implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks]

Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_493b5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_493b5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment

User defaults from command line:
    HideShellScriptEnvironment = YES

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -v -Wl,-v -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: x86_64-apple-macos10.13
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
clang: warning: -Wl,-v: 'linker' input unused [-Wunused-command-line-argument]
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/c++/v1"
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.13.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=11.0 -target-cpu penryn -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609.6 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0 -dependency-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D "CMAKE_INTDIR=\"Debug\"" -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp -ferror-limit 19 -fmacro-backtrace-limit 0 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.13.0 -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fdiagnostics-show-option -fdiagnostics-show-note-include-stack -fasm-blocks -serialize-diagnostic-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o -x c++ /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp
clang -cc1 version 12.0.0 (clang-1200.0.32.27) default target x86_64-apple-darwin20.1.0
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources"
ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include"
ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/Library/Frameworks"
#include "..." search starts here:
#include <...> search starts here:
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include
 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include
 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks (framework directory)
End of search list.

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList

Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 normal (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -Xlinker -no_deduplicate -v -Wl,-v -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: x86_64-apple-macos10.13
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
 "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
@(#)PROGRAM:ld  PROJECT:ld64-609.7
BUILD 18:10:07 Oct 19 2020
configured to support archs: armv6 armv7 armv7s arm64 arm64e arm64_32 i386 x86_64 x86_64h armv6m armv7k armv7m armv7em
Library search paths:
    /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib
Framework search paths:
    /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug
    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5

** BUILD SUCCEEDED **

Parsed CXX implicit include dir info from above output: rv=done
  found start of include info
  found start of implicit include info
    add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1]
    add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
    add: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
    add: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  end of search list found
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1]
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
  collapse include dir [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include] ==> [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  implicit include dirs: [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include/c++/v1;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include;/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]

Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_493b5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_493b5 -parallelizeTargets -configuration Debug -hideShellScriptEnvironment]
  ignore line: []
  ignore line: [User defaults from command line:]
  ignore line: [    HideShellScriptEnvironment = YES]
  ignore line: []
  ignore line: [note: Using new build system]
  ignore line: [note: Building targets in parallel]
  ignore line: [note: Planning build]
  ignore line: [note: Constructing build description]
  ignore line: [CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c++ -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -Winvalid-offsetof -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -v -Wl -v -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -c /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o]
  ignore line: [Apple clang version 12.0.0 (clang-1200.0.32.27)]
  ignore line: [Target: x86_64-apple-macos10.13]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  ignore line: [clang: warning: -Wl -v: 'linker' input unused [-Wunused-command-line-argument]]
  ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include/c++/v1"]
  ignore line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" -cc1 -triple x86_64-apple-macosx10.13.0 -Wdeprecated-objc-isa-usage -Werror=deprecated-objc-isa-usage -Werror=implicit-function-declaration -emit-obj -mrelax-all -disable-free -disable-llvm-verifier -discard-value-names -main-file-name CMakeCXXCompilerABI.cpp -mrelocation-model pic -pic-level 2 -mthread-model posix -mframe-pointer=all -fno-strict-return -masm-verbose -munwind-tables -faligned-alloc-unavailable -target-sdk-version=11.0 -target-cpu penryn -dwarf-column-info -debug-info-kind=standalone -dwarf-version=4 -debugger-tuning=lldb -target-linker-version 609.6 -v -resource-dir /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0 -dependency-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.d -skip-unused-modulemap-deps -MT dependencies -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -D "CMAKE_INTDIR=\"Debug\"" -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64 -I /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -stdlib=libc++ -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1 -internal-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include -internal-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include -internal-externc-isystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include -O0 -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-non-virtual-dtor -Wno-overloaded-virtual -Wno-exit-time-destructors -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wno-newline-eof -Wno-c++11-extensions -Wdeprecated-declarations -Winvalid-offsetof -Wno-sign-conversion -Wno-infinite-recursion -Wno-move -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-range-loop-analysis -Wno-semicolon-before-method-body -Wno-reorder-init-list -Wno-implicit-int-float-conversion -Wno-c99-designator -Wno-final-dtor-non-final-class -Wno-extra-semi-stmt -Wno-misleading-indentation -Wno-quoted-include-in-framework-header -Wno-implicit-fallthrough -Wno-enum-enum-conversion -Wno-enum-float-conversion -fdeprecated-macro -fdebug-compilation-dir /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp -ferror-limit 19 -fmacro-backtrace-limit 0 -fmessage-length 0 -stack-protector 1 -mdarwin-stkchk-strong-link -fblocks -fencode-extended-block-signature -fregister-global-dtors-with-atexit -fgnuc-version=4.2.1 -fobjc-runtime=macosx-10.13.0 -fcxx-exceptions -fexceptions -fpascal-strings -fmax-type-align=16 -fdiagnostics-show-option -fdiagnostics-show-note-include-stack -fasm-blocks -serialize-diagnostic-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.dia -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/CMakeCXXCompilerABI.o -x c++ /usr/local/Cellar/cmake/3.19.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [clang -cc1 version 12.0.0 (clang-1200.0.32.27) default target x86_64-apple-darwin20.1.0]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources-normal/x86_64"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources/x86_64"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/DerivedSources"]
  ignore line: [ignoring nonexistent directory "/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug"]
  ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/local/include"]
  ignore line: [ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/Library/Frameworks"]
  ignore line: [#include "..." search starts here:]
  ignore line: [#include <...> search starts here:]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include]
  ignore line: [ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks (framework directory)]
  ignore line: [End of search list.]
  ignore line: []
  ignore line: [WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList]
  ignore line: []
  ignore line: [Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 normal (in target 'cmTC_493b5' from project 'CMAKE_TRY_COMPILE')]
  ignore line: [    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp]
  ignore line: [    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -Xlinker -no_deduplicate -v -Wl -v -Wl -search_paths_first -Wl -headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5]
  ignore line: [Apple clang version 12.0.0 (clang-1200.0.32.27)]
  ignore line: [Target: x86_64-apple-macos10.13]
  ignore line: [Thread model: posix]
  ignore line: [InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin]
  reduced line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug]
            to: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a ]
  link line: [ "/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld" -demangle -lto_library /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib -dynamic -arch x86_64 -platform_version macos 10.13.0 11.0 -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5 -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList -object_path_lto /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o -no_deduplicate -v -search_paths_first -headerpad_max_install_names -dependency_info /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat -lc++ -lSystem /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a ]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld] ==> ignore
    arg [-demangle] ==> ignore
    arg [-lto_library] ==> ignore, skip following value
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/libLTO.dylib] ==> skip value of -lto_library
    arg [-dynamic] ==> ignore
    arg [-arch] ==> ignore
    arg [x86_64] ==> ignore
    arg [-platform_version] ==> ignore
    arg [macos] ==> ignore
    arg [10.13.0] ==> ignore
    arg [11.0] ==> ignore
    arg [-syslibroot] ==> ignore
    arg [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk] ==> ignore
    arg [-o] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_493b5] ==> ignore
    arg [-filelist] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5.LinkFileList] ==> ignore
    arg [-object_path_lto] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_lto.o] ==> ignore
    arg [-no_deduplicate] ==> ignore
    arg [-v] ==> ignore
    arg [-search_paths_first] ==> ignore
    arg [-headerpad_max_install_names] ==> ignore
    arg [-dependency_info] ==> ignore
    arg [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_493b5.build/Objects-normal/x86_64/cmTC_493b5_dependency_info.dat] ==> ignore
    arg [-lc++] ==> lib [c++]
    arg [-lSystem] ==> lib [System]
    arg [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a] ==> lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
  Library search paths: [;/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  Framework search paths: [;/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug;/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/]
  remove lib [System]
  remove lib [/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.osx.a]
  collapse library dir [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug] ==> [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
  collapse library dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  collapse framework dir [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug] ==> [/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug], skipping non-system directory
  collapse framework dir [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks/] ==> [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks]
  implicit libs: [c++]
  implicit dirs: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/usr/lib]
  implicit fwks: [/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk/System/Library/Frameworks]

Determining if files pthread.h exist passed with the following output:
Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8851b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_8851b -parallelizeTargets -configuration Debug -hideShellScriptEnvironment

User defaults from command line:
    HideShellScriptEnvironment = YES

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_8851b' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/CMAKE_HAVE_PTHREAD_H.o /Users/seyoon2008/Downloads/CMakeFiles/CheckIncludeFiles/CMAKE_HAVE_PTHREAD_H.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_8851b' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -Wall -Wextra -Wvla -Wno-unused-function -Werror-implicit-function-declaration -Wno-missing-braces -Wno-missing-field-initializers -std\=gnu99 -fno-strict-aliasing -DDEBUG\=1 -D_DEBUG\=1 -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/CMAKE_HAVE_PTHREAD_H.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/CMAKE_HAVE_PTHREAD_H.dia -c /Users/seyoon2008/Downloads/CMakeFiles/CheckIncludeFiles/CMAKE_HAVE_PTHREAD_H.c -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/CMAKE_HAVE_PTHREAD_H.o

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/cmTC_8851b.LinkFileList (in target 'cmTC_8851b' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/cmTC_8851b.LinkFileList

Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_8851b normal (in target 'cmTC_8851b' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/cmTC_8851b.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/cmTC_8851b_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_8851b.build/Objects-normal/x86_64/cmTC_8851b_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_8851b

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_8851b (in target 'cmTC_8851b' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_8851b

** BUILD SUCCEEDED **

Determining if the pthread_create exist passed with the following output:
Change Dir: /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

Run Build Command(s):/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9e9ec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment && Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project CMAKE_TRY_COMPILE.xcodeproj build -target cmTC_9e9ec -parallelizeTargets -configuration Debug -hideShellScriptEnvironment

User defaults from command line:
    HideShellScriptEnvironment = YES

note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
CreateBuildDirectory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp (in target 'cmTC_9e9ec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-create-build-directory /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp

WriteAuxiliaryFile /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/cmTC_9e9ec.LinkFileList (in target 'cmTC_9e9ec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    write-file /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/cmTC_9e9ec.LinkFileList

CompileC /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/CheckSymbolExists.o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CheckSymbolExists.c normal x86_64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'cmTC_9e9ec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-macos10.13 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -Wno-trigraphs -fpascal-strings -O0 -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wno-shorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DCMAKE_INTDIR\=\"Debug\" -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -fasm-blocks -fstrict-aliasing -Wdeprecated-declarations -g -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/include -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/DerivedSources-normal/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/DerivedSources/x86_64 -I/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/DerivedSources -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -Wall -Wextra -Wvla -Wno-unused-function -Werror-implicit-function-declaration -Wno-missing-braces -Wno-missing-field-initializers -std\=gnu99 -fno-strict-aliasing -DDEBUG\=1 -D_DEBUG\=1 -MMD -MT dependencies -MF /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/CheckSymbolExists.d --serialize-diagnostics /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/CheckSymbolExists.dia -c /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CheckSymbolExists.c -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/CheckSymbolExists.o

Ld /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_9e9ec normal (in target 'cmTC_9e9ec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-macos10.13 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.0.sdk -L/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -F/Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug -filelist /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/cmTC_9e9ec.LinkFileList -Xlinker -object_path_lto -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/cmTC_9e9ec_lto.o -Xlinker -no_deduplicate -Wl,-search_paths_first -Wl,-headerpad_max_install_names -Xlinker -dependency_info -Xlinker /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CMAKE_TRY_COMPILE.build/Debug/cmTC_9e9ec.build/Objects-normal/x86_64/cmTC_9e9ec_dependency_info.dat -o /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_9e9ec

RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_9e9ec (in target 'cmTC_9e9ec' from project 'CMAKE_TRY_COMPILE')
    cd /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp
    builtin-RegisterExecutionPolicyException /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/Debug/cmTC_9e9ec

** BUILD SUCCEEDED **

File /Users/seyoon2008/Downloads/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>

int main(int argc, char** argv)
{
  (void)argv;
#ifndef pthread_create
  return ((int*)(&pthread_create))[argc];
#else
  (void)argc;
  return 0;
#endif
}

Can someone help?

kkartaltepe commented 3 years ago

Issues are not for build support. Please use discord or the forums.