******************************************************************************** conan install spdlog/1.4.2@ --profile=/Users/jenkins/w/BuildSingleReference@4/8584/7faf97f0-aeed-443c-8aae-49b156fdc59c/profile.txt --build=spdlog ******************************************************************************** Auto detecting your dev setup to initialize the default profile (/Users/jenkins/w/BuildSingleReference@4/.conan/profiles/default) Found apple-clang 11.0 Default settings os=Macos os_build=Macos arch=x86_64 arch_build=x86_64 compiler=apple-clang compiler.version=11.0 compiler.libcxx=libc++ build_type=Release *** You can change them in /Users/jenkins/w/BuildSingleReference@4/.conan/profiles/default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 arch_build=x86_64 build_type=Debug compiler=apple-clang compiler.libcxx=libc++ compiler.version=11.0 os=Macos os_build=Macos [options] spdlog:shared=True [build_requires] [env] fmt/6.0.0: Not found in local cache, looking in remotes... fmt/6.0.0: Trying with 'conan-upstream'... fmt/6.0.0: Trying with 'conan-center'... Downloading conanmanifest.txt Downloading conanfile.py Downloading conan_export.tgz fmt/6.0.0: Downloaded recipe revision 72d6aee9ba9386cb80e748eb28c1878d spdlog/1.4.2: Forced build from source Installing package: spdlog/1.4.2 Requirements fmt/6.0.0 from 'conan-center' - Downloaded spdlog/1.4.2 from local cache - Cache Packages fmt/6.0.0:5fed66895e5b85fca4af6ac05bb157e1ffecb806 - Download spdlog/1.4.2:952cf89acbbd68e00a55488b4af66e84e788c4dc - Build Installing (downloading, building) binaries... fmt/6.0.0: Retrieving package 5fed66895e5b85fca4af6ac05bb157e1ffecb806 from remote 'conan-center' Downloading conanmanifest.txt Downloading conaninfo.txt Downloading conan_package.tgz fmt/6.0.0: Package installed 5fed66895e5b85fca4af6ac05bb157e1ffecb806 fmt/6.0.0: Downloaded package revision fd0386451ca867a6d41b9c4b3092a25f [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK spdlog/1.4.2: Configuring sources in /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/source [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK spdlog/1.4.2: Copying sources to build folder spdlog/1.4.2: Building your package in /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc spdlog/1.4.2: Generator cmake created conanbuildinfo.cmake spdlog/1.4.2: Generator cmake_find_package created Findfmt.cmake [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK spdlog/1.4.2: Calling build() ----Running------ > cd '/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc' && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE="Debug" -DCMAKE_OSX_ARCHITECTURES="x86_64" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="apple-clang" -DCONAN_COMPILER_VERSION="11.0" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libc++" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DSPDLOG_BUILD_EXAMPLE="False" -DSPDLOG_BUILD_EXAMPLE_HO="False" -DSPDLOG_BUILD_TESTS="False" -DSPDLOG_BUILD_TESTS_HO="False" -DSPDLOG_BUILD_BENCH="False" -DSPDLOG_FMT_EXTERNAL="True" -DSPDLOG_FMT_EXTERNAL_HO="False" -DSPDLOG_BUILD_SHARED="True" -DSPDLOG_WCHAR_SUPPORT="False" -DSPDLOG_WCHAR_FILENAMES="False" -DSPDLOG_INSTALL="True" -DSPDLOG_NO_EXCEPTIONS="False" -Wno-dev '/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc' ----------------- -- The C compiler identification is AppleClang 11.0.0.11000033 -- The CXX compiler identification is AppleClang 11.0.0.11000033 -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- Check for working C compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- Check for working CXX compiler: /Applications/Xcode-11.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Conan: C++ stdlib: libc++ -- Build spdlog: 1.4.2 -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Build type: Debug -- Conan: Using autogenerated Findfmt.cmake -- Found fmt: 6.0.0 (found version "6.0.0") -- Library fmtd found /Users/jenkins/w/BuildSingleReference@4/.conan/data/fmt/6.0.0/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/lib/libfmtd.a -- Found: /Users/jenkins/w/BuildSingleReference@4/.conan/data/fmt/6.0.0/_/_/package/5fed66895e5b85fca4af6ac05bb157e1ffecb806/lib/libfmtd.a -- Generating install -- Configuring done -- Generating done -- Build files have been written to: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc' '--' '-j8' ----------------- Scanning dependencies of target spdlog [ 14%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/color_sinks.cpp.o [ 28%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/stdout_sinks.cpp.o [ 71%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/async.cpp.o [ 71%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/fmt.cpp.o [ 71%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/spdlog.cpp.o [ 85%] Building CXX object source_subfolder/CMakeFiles/spdlog.dir/src/file_sinks.cpp.o [100%] Linking CXX shared library ../lib/libspdlogd.dylib [100%] Built target spdlog spdlog/1.4.2: Package '952cf89acbbd68e00a55488b4af66e84e788c4dc' built spdlog/1.4.2: Build folder /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc spdlog/1.4.2: Generated conaninfo.txt spdlog/1.4.2: Generated conanbuildinfo.txt spdlog/1.4.2: Generating the package spdlog/1.4.2: Package folder /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc spdlog/1.4.2: Calling package() ----Running------ > cmake --build '/Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/build/952cf89acbbd68e00a55488b4af66e84e788c4dc' '--target' 'install' '--' '-j8' ----------------- [100%] Built target spdlog Install the project... -- Install configuration: "Debug" -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/version.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/spdlog.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/fmt -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/fmt/bin_to_hex.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/fmt/fmt.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/fmt/ostr.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/logger-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/ansicolor_sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/stdout_sinks.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/basic_file_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/rotating_file_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/daily_file_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/ansicolor_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/systemd_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/base_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/stdout_color_sinks.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/dist_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/msvc_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/wincolor_sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/android_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/stdout_sinks-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/syslog_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/dup_filter_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/stdout_color_sinks-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/ostream_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/rotating_file_sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/basic_file_sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/null_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/base_sink-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/sinks/wincolor_sink.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/formatter.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/common-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/pattern_formatter-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/log_msg_buffer-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/log_msg-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/file_helper.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/periodic_worker-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/periodic_worker.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/mpmc_blocking_q.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/os.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/thread_pool-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/fmt_helper.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/null_mutex.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/registry.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/backtracer.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/registry-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/thread_pool.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/circular_q.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/synchronous_factory.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/os-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/log_msg.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/backtracer-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/pattern_formatter.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/file_helper-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/log_msg_buffer.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/details/console_globals.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/async_logger.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/tweakme.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/async.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/common.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/async_logger-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/logger.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/include/spdlog/spdlog-inl.h -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/libspdlogd.1.4.2.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/libspdlogd.1.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/libspdlogd.dylib -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/pkgconfig/spdlog.pc -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/spdlog/cmake/spdlogConfigTargets.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/spdlog/cmake/spdlogConfigTargets-debug.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/spdlog/cmake/spdlogConfig.cmake -- Installing: /Users/jenkins/w/BuildSingleReference@4/.conan/data/spdlog/1.4.2/_/_/package/952cf89acbbd68e00a55488b4af66e84e788c4dc/lib/spdlog/cmake/spdlogConfigVersion.cmake [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK spdlog/1.4.2 package(): Packaged 1 file: LICENSE spdlog/1.4.2 package(): Packaged 64 '.h' files spdlog/1.4.2 package(): Packaged 3 '.dylib' files: libspdlogd.1.dylib, libspdlogd.dylib, libspdlogd.1.4.2.dylib spdlog/1.4.2: Package '952cf89acbbd68e00a55488b4af66e84e788c4dc' created spdlog/1.4.2: Created package revision 5ee690f69eb408b637c91274ea6b23b0 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY SPDLOG_FMT_EXTERNAL_HO [HOOK - conan-center.py] post_package_info(): WARN: [LIBRARY DOES NOT EXIST (KB-H054)] Component spdlog::spdlog libdir "lib" does not contain any declared library