mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-16 18:26:35 +08:00
[zlib] Fix race condition in build
This commit is contained in:
parent
a0eece81c6
commit
80e0648a40
@ -13,6 +13,9 @@ vcpkg_apply_patches(
|
|||||||
${CMAKE_CURRENT_LIST_DIR}/cmake_dont_build_more_than_needed.patch
|
${CMAKE_CURRENT_LIST_DIR}/cmake_dont_build_more_than_needed.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# This is generated during the cmake build
|
||||||
|
file(REMOVE ${SOURCE_PATH}/zconf.h)
|
||||||
|
|
||||||
vcpkg_configure_cmake(
|
vcpkg_configure_cmake(
|
||||||
SOURCE_PATH ${SOURCE_PATH}
|
SOURCE_PATH ${SOURCE_PATH}
|
||||||
PREFER_NINJA
|
PREFER_NINJA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user