Modified how TPM2 Provisioner pulls down sub module cpr (#255)

This commit is contained in:
Cyrus 2020-06-05 11:54:41 -04:00 committed by GitHub
parent 2ccd3a180e
commit 70504e7423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,8 +4,8 @@ project(cpr-download NONE)
include(ExternalProject)
ExternalProject_Add(cpr
GIT_REPOSITORY https://github.com/whoshuu/cpr
GIT_TAG 1.3.0
URL https://github.com/whoshuu/cpr/archive/1.3.0.zip
URL_HASH SHA1=d669d94b41ffaa2de478923c35a83074e34fdc12
SOURCE_DIR "${CMAKE_BINARY_DIR}/lib/cpr-src"
BINARY_DIR "${CMAKE_BINARY_DIR}/lib/cpr-build"
CONFIGURE_COMMAND ""