[jemalloc] Fix corrupted patchfile

This commit is contained in:
Robert Schumacher 2018-03-14 10:55:07 -07:00
parent c5f93055a0
commit 4fb24d20ad
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ index 06e83ef..229e17a 100644
${PROJECT_BINARY_DIR}/Debug
CMAKE_COMPILE_PDB_OUTPUT_DIRECTORY_RELEASE
@@ -754,6 +752,9 @@ if(WIN32)
COMPILE_PDB_NAME
COMPILE_PDB_NAME
${LIBJEMALLOCLIB}
)
+ if(NOT BUILD_SHARED_LIBS)

View File

@ -20,6 +20,7 @@ vcpkg_apply_patches(
)
vcpkg_configure_cmake(
DISABLE_PARALLEL_CONFIGURE
SOURCE_PATH ${SOURCE_PATH}
PREFER_NINJA
OPTIONS -DGIT_FOUND=OFF -DCMAKE_DISABLE_FIND_PACKAGE_Git=ON