forked from wolfSSL/wolfssl
Merge pull request #5401 from dgarske/cmake_install_spmathall
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