Merge pull request #5401 from dgarske/cmake_install_spmathall

This commit is contained in:
Hayden Roche
2022-07-26 15:02:42 -07:00
committed by GitHub

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