aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2017-01-27 07:14:43 -0600
committerBrent Cook <bcook@openbsd.org>2017-01-27 07:14:43 -0600
commitcb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b (patch)
tree35d4473026c5ae1b483b91c55318fdc014441d0a
parentb631cafca8ff0c9dea0e057d83c30fed7c0dc8a4 (diff)
downloadportable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.tar.gz
portable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.tar.bz2
portable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.zip
skip building ocspcheck on MSCV
-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()