diff options
Diffstat (limited to 'apps/openssl/CMakeLists.txt')
-rw-r--r-- | apps/openssl/CMakeLists.txt | 2 |
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) |
78 | target_link_libraries(openssl ${OPENSSL_LIBS}) | 78 | target_link_libraries(openssl ${OPENSSL_LIBS} compat_obj) |
79 | 79 | ||
80 | if(ENABLE_LIBRESSL_INSTALL) | 80 | if(ENABLE_LIBRESSL_INSTALL) |
81 | install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR}) | 81 | install(TARGETS openssl DESTINATION ${CMAKE_INSTALL_BINDIR}) |