Fix for CMake not installing sp_int.h for SP math all.

This commit is contained in:
David Garske
2022-07-26 08:51:31 -07:00
parent 57aac1c50b
commit 344ad48f03

View File

@ -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()