Skip to content

Commit

Permalink
Update spdlog to version 1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thalhammer committed Feb 10, 2022
1 parent 7e00a5b commit 8a968ec
Show file tree
Hide file tree
Showing 2 changed files with 8 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 @@ -517,7 +517,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.8.0-p1)
hunter_default_version(spdlog VERSION 1.9.2-p0)
endif()

hunter_default_version(spirv-cross VERSION 20210115)
Expand Down
7 changes: 7 additions & 0 deletions cmake/projects/spdlog/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ hunter_add_version(
3bfb2352482e6190c377f121b1f760dad767b58d
)

hunter_add_version(
PACKAGE_NAME spdlog
VERSION "1.9.2-p0"
URL "https://github.com/cpp-pm/spdlog/archive/v1.9.2-p0.tar.gz"
SHA1 f3219fb548667857f95d20714a2c85a4ae41049b
)

hunter_cmake_args(
spdlog
CMAKE_ARGS
Expand Down

0 comments on commit 8a968ec

Please sign in to comment.