Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ if(MSVC_VERSION LESS 1800)
# for VS12 - version without support C++11
hunter_default_version(spdlog VERSION 1.0.0-p0)
else()
hunter_default_version(spdlog VERSION 1.12.0-p0)
hunter_default_version(spdlog VERSION 1.16.0-p0)
endif()

hunter_default_version(spirv-cross VERSION 20210115)
Expand Down
11 changes: 11 additions & 0 deletions cmake/projects/spdlog/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ hunter_add_version(
ed377f84e2c14e8532ee85aa55656852bf29cc43
)

hunter_add_version(
PACKAGE_NAME
spdlog
VERSION
"1.16.0-p0"
URL
"https://github.com/cpp-pm/spdlog/archive/v1.16.0-p0.tar.gz"
SHA1
4817c0b25ec19329e0703c0dee016987d4ec7e35
)

hunter_cmake_args(
spdlog
CMAKE_ARGS
Expand Down
Loading