skip building ocspcheck on MSCV
This commit is contained in:
parent
b631cafca8
commit
cb57534af8
@ -1,3 +1,5 @@
|
||||
if(NOT MSVC)
|
||||
|
||||
include_directories(
|
||||
.
|
||||
./compat
|
||||
@ -36,3 +38,5 @@ target_link_libraries(ocspcheck tls ${OPENSSL_LIBS})
|
||||
|
||||
install(TARGETS ocspcheck DESTINATION bin)
|
||||
install(FILES ocspcheck.8 DESTINATION share/man/man8)
|
||||
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user