aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-07-04 10:37:24 +0300
committerBrent Cook <busterb@gmail.com>2023-07-04 10:37:24 +0300
commit71ce0b8c3e07079a40011d2f3515969e3bdf302e (patch)
tree78aae3da0c893e54f2c65240f4dc3cbc317d739c /crypto
parentb16ad4dbd4143aa27e89744a635ebd7d48697af4 (diff)
downloadportable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.tar.gz
portable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.tar.bz2
portable-71ce0b8c3e07079a40011d2f3515969e3bdf302e.zip
generate opensslconf.h in build dir for cmake
Diffstat (limited to 'crypto')
-rw-r--r--crypto/CMakeLists.txt3
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
1002if(HOST_AARCH64) 1003if(HOST_AARCH64)
1003 target_include_directories(crypto_obj PRIVATE bn/arch/aarch64/) 1004 target_include_directories(crypto_obj PRIVATE bn/arch/aarch64/)