8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734d75a commit 56b60f2Copy full SHA for 56b60f2
deps/winhttp/CMakeLists.txt
@@ -3,7 +3,8 @@ IF (NOT DLLTOOL)
3
MESSAGE(FATAL_ERROR "Could not find dlltool command")
4
ENDIF ()
5
6
-SET(LIBWINHTTP_PATH "${CMAKE_BINARY_DIR}/deps/winhttp" PARENT_SCOPE)
+SET(LIBWINHTTP_PATH "${CMAKE_BINARY_DIR}/deps/winhttp")
7
+SET(LIBWINHTTP_PATH ${LIBWINHTTP_PATH} PARENT_SCOPE)
8
FILE(MAKE_DIRECTORY ${LIBWINHTTP_PATH})
9
10
IF (CMAKE_SIZEOF_VOID_P EQUAL 8)
0 commit comments