Browse Source

Fix building on VS2017 (#4795)

pull/4798/head
Anders Jenbo 4 years ago committed by GitHub
parent
commit
eb7673e0ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      3rdParty/libsmackerdec/CMakeLists.txt
  2. 1
      Source/codec.cpp

4
3rdParty/libsmackerdec/CMakeLists.txt vendored

@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent)
FetchContent_Declare(libsmackerdec
URL https://github.com/diasurgical/libsmackerdec/archive/2997ee0e41e91bb723003bc09234be553b190e38.tar.gz
URL_HASH MD5=04d8ccd5bed0c78ee23e777c323d87ee
URL https://github.com/diasurgical/libsmackerdec/archive/91e732bb6953489077430572f43fc802bf2c75b2.tar.gz
URL_HASH MD5=c3b1ecbe702266e149b158178a03e2b3
)
FetchContent_MakeAvailableExcludeFromAll(libsmackerdec)

1
Source/codec.cpp

@ -1,3 +1,4 @@
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <cstring>

Loading…
Cancel
Save