diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/crypto/CMakeLists.txt b/crypto/CMakeLists.txt index 707424c..84eb894 100644 --- a/crypto/CMakeLists.txt +++ b/crypto/CMakeLists.txt | |||
@@ -997,7 +997,8 @@ target_include_directories(crypto_obj | |||
997 | x509 | 997 | x509 |
998 | ../include/compat | 998 | ../include/compat |
999 | PUBLIC | 999 | PUBLIC |
1000 | ../include) | 1000 | ../include |
1001 | ${CMAKE_BINARY_DIR}/include) | ||
1001 | 1002 | ||
1002 | if(HOST_AARCH64) | 1003 | if(HOST_AARCH64) |
1003 | target_include_directories(crypto_obj PRIVATE bn/arch/aarch64/) | 1004 | target_include_directories(crypto_obj PRIVATE bn/arch/aarch64/) |