aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaercebal <paercebal@gmail.com>2017-08-31 00:56:49 +0200
committerpaercebal <paercebal@gmail.com>2017-08-31 00:56:49 +0200
commit38712f755b0e7db5c7ecf68976c25a9f6e0bf037 (patch)
treeabdf760060bf2b336df6cae81a61b390123fd79b
parent3b8159bad00a0396a5eaac22f59e34ae96f2ea4d (diff)
downloadvcpkg-38712f755b0e7db5c7ecf68976c25a9f6e0bf037.tar.gz
vcpkg-38712f755b0e7db5c7ecf68976c25a9f6e0bf037.zip
Removing explicit setting of SOURCE_PATH
-rw-r--r--ports/xerces-c/portfile.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/ports/xerces-c/portfile.cmake b/ports/xerces-c/portfile.cmake
index 526004b43..5623e9518 100644
--- a/ports/xerces-c/portfile.cmake
+++ b/ports/xerces-c/portfile.cmake
@@ -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