Removing explicit setting of SOURCE_PATH

This commit is contained in:
paercebal 2017-08-31 00:56:49 +02:00
parent 3b8159bad0
commit 38712f755b

View File

@ -16,9 +16,6 @@ if (VCPKG_CRT_LINKAGE STREQUAL "static")
set(VCPKG_CRT_LINKAGE "dynamic")
endif()
set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/xerces-c-Xerces-C_3_1_4)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO apache/xerces-c