mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 03:07:29 +02:00
Fix for CMake not installing sp_int.h for SP math all.
This commit is contained in:
@ -2044,7 +2044,11 @@ endif()
|
|||||||
|
|
||||||
if(NOT BUILD_SP)
|
if(NOT BUILD_SP)
|
||||||
list(APPEND HEADER_EXCLUDE
|
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")
|
"wolfssl/wolfcrypt/sp_int.h")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user