mirror of
https://github.com/nsacyber/HIRS.git
synced 2024-12-29 17:28:57 +00:00
Modified how TPM2 Provisioner pulls down sub module cpr (#255)
This commit is contained in:
parent
2ccd3a180e
commit
70504e7423
@ -4,8 +4,8 @@ project(cpr-download NONE)
|
|||||||
|
|
||||||
include(ExternalProject)
|
include(ExternalProject)
|
||||||
ExternalProject_Add(cpr
|
ExternalProject_Add(cpr
|
||||||
GIT_REPOSITORY https://github.com/whoshuu/cpr
|
URL https://github.com/whoshuu/cpr/archive/1.3.0.zip
|
||||||
GIT_TAG 1.3.0
|
URL_HASH SHA1=d669d94b41ffaa2de478923c35a83074e34fdc12
|
||||||
SOURCE_DIR "${CMAKE_BINARY_DIR}/lib/cpr-src"
|
SOURCE_DIR "${CMAKE_BINARY_DIR}/lib/cpr-src"
|
||||||
BINARY_DIR "${CMAKE_BINARY_DIR}/lib/cpr-build"
|
BINARY_DIR "${CMAKE_BINARY_DIR}/lib/cpr-build"
|
||||||
CONFIGURE_COMMAND ""
|
CONFIGURE_COMMAND ""
|
||||||
|
Loading…
Reference in New Issue
Block a user