Fix cmake
Some checks are pending
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[asan:ON build_type:Debug … (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Debug compiler… (push) Waiting to run
linux / ${{ matrix.config.compiler}} ${{ matrix.config.version }} (C++${{ matrix.config.cppstd }} ${{ matrix.config.build_type }} ${{ matrix.config.asan == 'ON' && 'ASAN' || '' }}${{ matrix.config.tsan == 'ON' && 'TSAN' || '' }}) (map[build_type:Release compil… (push) Waiting to run
macos / macOS Clang (C++17, Release) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:OFF BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Waiting to run
windows / build (map[BUILD_EXAMPLE:ON BUILD_SHARED:OFF BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 17 2022]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:17 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Waiting to run
windows / build_2019 (map[BUILD_EXAMPLE:ON BUILD_SHARED:ON BUILD_TYPE:Release CXX_STANDARD:20 FATAL_ERRORS:ON GENERATOR:Visual Studio 16 2019]) (push) Waiting to run

This commit is contained in:
Gabi Melman 2024-12-07 11:11:33 +02:00
parent 31f6b371cb
commit 5cea082bc2

View File

@ -157,7 +157,6 @@ set(SPDLOG_HEADERS
"include/spdlog/details/mpmc_blocking_q.h" "include/spdlog/details/mpmc_blocking_q.h"
"include/spdlog/details/null_mutex.h" "include/spdlog/details/null_mutex.h"
"include/spdlog/details/os.h" "include/spdlog/details/os.h"
"include/spdlog/details/periodic_worker.h"
"include/spdlog/details/context.h" "include/spdlog/details/context.h"
"include/spdlog/fmt/bin_to_hex.h" "include/spdlog/fmt/bin_to_hex.h"
"include/spdlog/fmt/fmt.h" "include/spdlog/fmt/fmt.h"
@ -204,8 +203,7 @@ if(WIN32)
list(APPEND SPDLOG_SRCS list(APPEND SPDLOG_SRCS
"src/details/os_windows.cpp" "src/details/os_windows.cpp"
"src/sinks/wincolor_sink.cpp") "src/sinks/wincolor_sink.cpp")
list( list(APPEND SPDLOG_HEADERS
APPEND SPDLOG_HEADERS
"include/spdlog/sinks/wincolor_sink.h" "include/spdlog/sinks/wincolor_sink.h"
"include/spdlog/details/tcp_client_windows.h" "include/spdlog/details/tcp_client_windows.h"
"include/spdlog/details/udp_client_windows.h" "include/spdlog/details/udp_client_windows.h"