mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:29:04 +08:00
66045de4dc
* wolfSSL release updates for wolfTPM v2.5.0, wolfSSL v5.4.0 and wolfMQTT v1.14.0. * Fixes for wolfSSL, wolfTPM and wolfMQTT for CMake issues.
18 lines
376 B
Diff
18 lines
376 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index f2da855cce3..467f4b79725 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -2044,7 +2044,11 @@ endif()
|
|
|
|
if(NOT BUILD_SP)
|
|
list(APPEND HEADER_EXCLUDE
|
|
- "wolfssl/wolfcrypt/sp.h"
|
|
+ "wolfssl/wolfcrypt/sp.h")
|
|
+endif()
|
|
+
|
|
+if(NOT BUILD_SP_INT)
|
|
+ list(APPEND HEADER_EXCLUDE
|
|
"wolfssl/wolfcrypt/sp_int.h")
|
|
endif()
|
|
|