diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-06-03 13:35:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-02 22:35:48 -0700 |
| commit | 92136af733564106bdb73656201b1d623cef3a58 (patch) | |
| tree | fa0fa1097813b930152745f6da8a43762bbe5919 /ports/yaml-cpp/0002-fix-include-path.patch | |
| parent | 01b10260c558587b6520bd458d3f9b2ec6e70ce4 (diff) | |
| download | vcpkg-92136af733564106bdb73656201b1d623cef3a58.tar.gz vcpkg-92136af733564106bdb73656201b1d623cef3a58.zip | |
[yaml-cpp] Update to 0.6.3 and also fix include files cannot be found (#11718)
Diffstat (limited to 'ports/yaml-cpp/0002-fix-include-path.patch')
| -rw-r--r-- | ports/yaml-cpp/0002-fix-include-path.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ports/yaml-cpp/0002-fix-include-path.patch b/ports/yaml-cpp/0002-fix-include-path.patch deleted file mode 100644 index 78c260831..000000000 --- a/ports/yaml-cpp/0002-fix-include-path.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/CMakeLists.txt b/CMakeLists.txt -index d2d8810..c4d4be1 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -326,7 +326,7 @@ else() - set(INSTALL_CMAKE_DIR ${LIB_INSTALL_DIR}/cmake/yaml-cpp) - endif() - --file(RELATIVE_PATH REL_INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/${INSTALL_CMAKE_DIR}" "${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_ROOT_DIR}") -+set(REL_INCLUDE_DIR "../../include") - set(CONFIG_INCLUDE_DIRS "\${YAML_CPP_CMAKE_DIR}/${REL_INCLUDE_DIR}") - configure_file(${CMAKE_CURRENT_SOURCE_DIR}/yaml-cpp-config.cmake.in - "${PROJECT_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/yaml-cpp-config.cmake" @ONLY) |
