aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/ocspcheck/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt
index 5e4639f..a14485e 100644
--- a/apps/ocspcheck/CMakeLists.txt
+++ b/apps/ocspcheck/CMakeLists.txt
@@ -1,3 +1,5 @@
1if(NOT MSVC)
2
1include_directories( 3include_directories(
2 . 4 .
3 ./compat 5 ./compat
@@ -36,3 +38,5 @@ target_link_libraries(ocspcheck tls ${OPENSSL_LIBS})
36 38
37install(TARGETS ocspcheck DESTINATION bin) 39install(TARGETS ocspcheck DESTINATION bin)
38install(FILES ocspcheck.8 DESTINATION share/man/man8) 40install(FILES ocspcheck.8 DESTINATION share/man/man8)
41
42endif()