aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackBoosY <yuzaiyang@beyondsoft.com>2019-03-11 01:40:17 +0000
committerJackBoosY <yuzaiyang@beyondsoft.com>2019-03-11 01:40:50 +0000
commit443579a0642dec70705f04412df0bbd55c606709 (patch)
tree83f43e6b962a70fa7495abcd40d614acc4c3b08f
parent0b5982aaf21f16edeae0a4c4521b1b1dcb18874b (diff)
downloadvcpkg-443579a0642dec70705f04412df0bbd55c606709.tar.gz
vcpkg-443579a0642dec70705f04412df0bbd55c606709.zip
[apr]remove enviroment variable "${CMAKE_CURRENT_LIST_DIR}"
-rw-r--r--ports/apr/portfile.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/apr/portfile.cmake b/ports/apr/portfile.cmake
index 110f1a94c..8d2b7bd40 100644
--- a/ports/apr/portfile.cmake
+++ b/ports/apr/portfile.cmake
@@ -17,7 +17,7 @@ vcpkg_extract_source_archive(${ARCHIVE})
vcpkg_apply_patches(
SOURCE_PATH ${SOURCE_PATH}
PATCHES
- ${CMAKE_CURRENT_LIST_DIR}/fix-missing-headers.patch
+ fix-missing-headers.patch
)
vcpkg_configure_cmake(