diff options
author | Brent Cook <bcook@openbsd.org> | 2017-01-27 07:14:43 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2017-01-27 07:14:43 -0600 |
commit | cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b (patch) | |
tree | 35d4473026c5ae1b483b91c55318fdc014441d0a | |
parent | b631cafca8ff0c9dea0e057d83c30fed7c0dc8a4 (diff) | |
download | portable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.tar.gz portable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.tar.bz2 portable-cb57534af8ce4cacd69a3edcd42bb8a6bcd0b40b.zip |
skip building ocspcheck on MSCV
-rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 4 |
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 @@ | |||
1 | if(NOT MSVC) | ||
2 | |||
1 | include_directories( | 3 | include_directories( |
2 | . | 4 | . |
3 | ./compat | 5 | ./compat |
@@ -36,3 +38,5 @@ target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) | |||
36 | 38 | ||
37 | install(TARGETS ocspcheck DESTINATION bin) | 39 | install(TARGETS ocspcheck DESTINATION bin) |
38 | install(FILES ocspcheck.8 DESTINATION share/man/man8) | 40 | install(FILES ocspcheck.8 DESTINATION share/man/man8) |
41 | |||
42 | endif() | ||