diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2024-10-29 14:30:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-29 14:30:44 +0000 |
commit | 1b2c7935025f8484140caaa4f7d8f6badea1ab29 (patch) | |
tree | 410a179420b1afd265f931575024ba06450cfcf9 | |
parent | f9df014f5991e243d28ab903e403d0d68aaeb3c6 (diff) | |
parent | 4f20970ac6c0dc089b7d2a69b22afcb065fb4ff7 (diff) | |
download | portable-1b2c7935025f8484140caaa4f7d8f6badea1ab29.tar.gz portable-1b2c7935025f8484140caaa4f7d8f6badea1ab29.tar.bz2 portable-1b2c7935025f8484140caaa4f7d8f6badea1ab29.zip |
Merge 4f20970ac6c0dc089b7d2a69b22afcb065fb4ff7 into f9df014f5991e243d28ab903e403d0d68aaeb3c6
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 204cb1b..0173bf8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -449,10 +449,10 @@ if(OPENSSLDIR STREQUAL "") | |||
449 | if(WIN32) | 449 | if(WIN32) |
450 | set(OPENSSLDIR "C:/Windows/libressl/ssl") | 450 | set(OPENSSLDIR "C:/Windows/libressl/ssl") |
451 | else() | 451 | else() |
452 | set(OPENSSLDIR "${CMAKE_INSTALL_PREFIX}/etc/ssl") | 452 | set(OPENSSLDIR "${CMAKE_INSTALL_SYSCONFDIR}/ssl") |
453 | endif() | 453 | endif() |
454 | 454 | ||
455 | set(CONF_DIR "${CMAKE_INSTALL_PREFIX}/etc/ssl") | 455 | set(CONF_DIR "${CMAKE_INSTALL_SYSCONFDIR}/ssl") |
456 | else() | 456 | else() |
457 | set(CONF_DIR "${OPENSSLDIR}") | 457 | set(CONF_DIR "${OPENSSLDIR}") |
458 | endif() | 458 | endif() |