Skip to content
Snippets Groups Projects
Commit 1571389b authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

DEPENDS was missing for MSVC build

parent 1dd9a9eb
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,7 @@ else()
SOURCE_DIR ${CURL_SB_SRC}
BINARY_DIR ${CURL_SB_BUILD_DIR}/winbuild
INSTALL_DIR ${CMAKE_INSTALL_PREFIX}
DEPENDS ${${proj}_DEPENDENCIES}
PATCH_COMMAND ${CMAKE_COMMAND} -E copy_directory ${CURL_SB_SRC} ${CURL_SB_BUILD_DIR}
CONFIGURE_COMMAND ""
BUILD_COMMAND nmake /f ${CURL_SB_BUILD_DIR}/winbuild/Makefile.vc mode=dll WITH_ZLIB=dll WITH_DEVEL=${CMAKE_INSTALL_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment