8000 fixup! cmake: split winhttp · libgit2/libgit2@56b60f2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 56b60f2

Browse files
committed
fixup! cmake: split winhttp
1 parent 734d75a commit 56b60f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deps/winhttp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ IF (NOT DLLTOOL)
33
MESSAGE(FATAL_ERROR "Could not find dlltool command")
44
ENDIF ()
55

6-
SET(LIBWINHTTP_PATH "${CMAKE_BINARY_DIR}/deps/winhttp" PARENT_SCOPE)
6+
SET(LIBWINHTTP_PATH "${CMAKE_BINARY_DIR}/deps/winhttp")
7+
SET(LIBWINHTTP_PATH ${LIBWINHTTP_PATH} PARENT_SCOPE)
78
FILE(MAKE_DIRECTORY ${LIBWINHTTP_PATH})
89

910
IF (CMAKE_SIZEOF_VOID_P EQUAL 8)

0 commit comments

Comments
 (0)
0