aboutsummaryrefslogtreecommitdiff
path: root/apps/openssl/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openssl/CMakeLists.txt')
-rw-r--r--apps/openssl/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl/CMakeLists.txt b/apps/openssl/CMakeLists.txt
index efea217..f2dcf97 100644
--- a/apps/openssl/CMakeLists.txt
+++ b/apps/openssl/CMakeLists.txt
@@ -75,7 +75,7 @@ target_include_directories(openssl
75 PUBLIC 75 PUBLIC
76 ../../include 76 ../../include
77 ${CMAKE_BINARY_DIR}/include) 77 ${CMAKE_BINARY_DIR}/include)
78target_link_libraries(openssl ${OPENSSL_LIBS}) 78target_link_libraries(openssl ${OPENSSL_LIBS} compat_obj)
79 79
80if(ENABLE_LIBRESSL_INSTALL) 80if(ENABLE_LIBRESSL_INSTALL)
81 install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR}) 81 install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR})