Skip to content

Commit 1b8d14a

Browse files
committed
cmake: use WINHTTP when USE_WINHTTP is specified
1 parent 4a54d8e commit 1b8d14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SelectWinHTTP.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
if(WIN32 AND WINHTTP)
1+
if(WIN32 AND USE_WINHTTP)
22
set(GIT_WINHTTP 1)
33

44
# Since MinGW does not come with headers or an import library for winhttp,

0 commit comments

Comments
 (0)