Skip to content
Merged
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 @@ -470,7 +470,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.4.2-p0)
hunter_default_version(spdlog VERSION 1.4.2-58e6890-p0)
endif()

hunter_default_version(spirv-cross VERSION 20190906)
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 @@ -108,6 +108,17 @@ hunter_add_version(
61136ee6120fe069d37df4ad11628a2a0622b447
)

hunter_add_version(
PACKAGE_NAME
spdlog
VERSION
"1.4.2-58e6890-p0"
URL
"https://github.com/cpp-pm/spdlog/archive/v1.4.2-58e6890-p0.tar.gz"
SHA1
5dd633311d1aec79404d6694b452745b80f1a7d1
)

hunter_cmake_args(
spdlog
CMAKE_ARGS
Expand Down