Skip to content

Commit

Permalink
Update the used version of pelib.
Browse files Browse the repository at this point in the history
To its current master, which contains an implementation of #463.
  • Loading branch information
s3rvac committed Jan 17, 2019
1 parent 305719d commit 5badadb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/pelib/CMakeLists.txt
Expand Up @@ -8,8 +8,8 @@ if(CMAKE_CXX_COMPILER)
endif()

ExternalProject_Add(pelib-project
URL https://github.com/avast-tl/pelib/archive/a7004b2e80e4f6dc984f78b821e7b585a586050d.zip
URL_HASH SHA256=50caa8b321934b4ed61817e55240b43e1b455e0affed4a30d75ec76c006a3f3b
URL https://github.com/avast-tl/pelib/archive/d6965e6d78eb37409e940e11dbc1298443cdbe49.zip
URL_HASH SHA256=0771016fedeb820ab23daee3532bfc831604656479e10915f60cf36c628ae350
DOWNLOAD_NAME pelib.zip
CMAKE_ARGS
# This does not work on MSVC, but may be useful on Linux.
Expand Down

0 comments on commit 5badadb

Please sign in to comment.