Skip to content

Commit

Permalink
chore: support libcbor warnings with MSVC
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Apr 13, 2024
1 parent ccb9700 commit a60d3a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@ FetchContent_Declare(

set(libcbor_GIT_REPOSITORY "https://github.com/PJK/libcbor")
set(libcbor_GIT_REPOSITORY "https://github.com/thewtex/libcbor")
# 2024-04-12 master + CMake + WASI + target_include_directory + GCC | operator warning + GCC Return type warning
set(libcbor_GIT_TAG "3e292f7f9c08bc93c376b9a076fb45c110f0e8fe")
# 2024-04-12 master + CMake + WASI + target_include_directory + GCC | operator
# warning + GCC|Clang|MSVC Return type warning
set(libcbor_GIT_TAG "00003e202293544d00e2b2484b781cb974898d8b")
FetchContent_Declare(
libcbor
GIT_REPOSITORY ${libcbor_GIT_REPOSITORY}
Expand Down

0 comments on commit a60d3a0

Please sign in to comment.