Skip to content

Commit

Permalink
Update spdlog to v1.4.2-58e6890-p0 (#111)
Browse files Browse the repository at this point in the history
Removing v prefix on spdlog
  • Loading branch information
dan-42 authored and rbsheth committed Jan 9, 2020
1 parent e9c1c8c commit 4f1238d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/configs/default.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,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

0 comments on commit 4f1238d

Please sign in to comment.