aboutsummaryrefslogtreecommitdiff
path: root/apps/ocspcheck/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ocspcheck/CMakeLists.txt')
-rw-r--r--apps/ocspcheck/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt
index a14485e..478f232 100644
--- a/apps/ocspcheck/CMakeLists.txt
+++ b/apps/ocspcheck/CMakeLists.txt
@@ -36,7 +36,7 @@ endif()
36add_executable(ocspcheck ${OCSPCHECK_SRC}) 36add_executable(ocspcheck ${OCSPCHECK_SRC})
37target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) 37target_link_libraries(ocspcheck tls ${OPENSSL_LIBS})
38 38
39install(TARGETS ocspcheck DESTINATION bin) 39install(TARGETS ocspcheck DESTINATION ${CMAKE_INSTALL_BINDIR})
40install(FILES ocspcheck.8 DESTINATION share/man/man8) 40install(FILES ocspcheck.8 DESTINATION ${CMAKE_INSTALL_MANDIR}/man8)
41 41
42endif() 42endif()