diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-03-11 19:35:00 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-11 19:35:00 -0800 |
| commit | 5397d27fb4dcc1b2c96c85572f80830ad8a255ad (patch) | |
| tree | 94e5c12bb98e67c9146a73ddaa3e70f3b1ef391d | |
| parent | 42100fd5266b8d70c2f20bd3b38e9ff0976e9563 (diff) | |
| parent | 241a1021adc98169d1b900da2db6c92ca2df242e (diff) | |
| download | vcpkg-5397d27fb4dcc1b2c96c85572f80830ad8a255ad.tar.gz vcpkg-5397d27fb4dcc1b2c96c85572f80830ad8a255ad.zip | |
Merge pull request #761 from perara/patch-1
Removed flatbuffers tools directory
| -rw-r--r-- | ports/flatbuffers/portfile.cmake | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ports/flatbuffers/portfile.cmake b/ports/flatbuffers/portfile.cmake index 5d52fc2a8..03e0e9c28 100644 --- a/ports/flatbuffers/portfile.cmake +++ b/ports/flatbuffers/portfile.cmake @@ -43,8 +43,7 @@ if(EXISTS ${CURRENT_PACKAGES_DIR}/debug/bin) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/bin) endif() if(EXISTS ${CURRENT_PACKAGES_DIR}/bin/flatc.exe) - make_directory(${CURRENT_PACKAGES_DIR}/tools/flatbuffers) - file(RENAME ${CURRENT_PACKAGES_DIR}/bin/flatc.exe ${CURRENT_PACKAGES_DIR}/tools/flatbuffers/flatc.exe) + file(RENAME ${CURRENT_PACKAGES_DIR}/bin/flatc.exe ${CURRENT_PACKAGES_DIR}/tools/flatc.exe) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/bin) endif() if(EXISTS ${CURRENT_PACKAGES_DIR}/lib/flatbuffers.dll) @@ -56,8 +55,6 @@ if(EXISTS ${CURRENT_PACKAGES_DIR}/debug/lib/flatbuffers.dll) file(RENAME ${CURRENT_PACKAGES_DIR}/debug/lib/flatbuffers.dll ${CURRENT_PACKAGES_DIR}/debug/bin/flatbuffers.dll) endif() -vcpkg_copy_tool_dependencies(${CURRENT_PACKAGES_DIR}/tools/flatbuffers) - file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) # Handle copyright |
