diff options
Diffstat (limited to 'apps/ocspcheck/CMakeLists.txt')
-rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index 41c7845..778e837 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt | |||
@@ -20,7 +20,7 @@ target_include_directories(ocspcheck | |||
20 | PUBLIC | 20 | PUBLIC |
21 | ../../include | 21 | ../../include |
22 | ${CMAKE_BINARY_DIR}/include) | 22 | ${CMAKE_BINARY_DIR}/include) |
23 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) | 23 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS} compat_obj tls_compat_obj) |
24 | 24 | ||
25 | if(ENABLE_LIBRESSL_INSTALL) | 25 | if(ENABLE_LIBRESSL_INSTALL) |
26 | install(TARGETS ocspcheck DESTINATION ${CMAKE_INSTALL_BINDIR}) | 26 | install(TARGETS ocspcheck DESTINATION ${CMAKE_INSTALL_BINDIR}) |