diff options
| author | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-17 00:32:16 -0400 |
|---|---|---|
| committer | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-17 00:32:16 -0400 |
| commit | 4921636f6bc92e041a410870ce564615c85a6cfb (patch) | |
| tree | 88477979330d3c1db01b351e35a28c3abc59ff93 | |
| parent | fb5e8b9d9252476cfba2afbb8238916d51ce8c87 (diff) | |
| download | vcpkg-4921636f6bc92e041a410870ce564615c85a6cfb.tar.gz vcpkg-4921636f6bc92e041a410870ce564615c85a6cfb.zip | |
remove submodule initialization and bump git revision
| -rw-r--r-- | ports/xlnt/portfile.cmake | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/ports/xlnt/portfile.cmake b/ports/xlnt/portfile.cmake index 9deb4a712..a6a04f2d8 100644 --- a/ports/xlnt/portfile.cmake +++ b/ports/xlnt/portfile.cmake @@ -8,7 +8,7 @@ include(vcpkg_common_functions) find_program(GIT git)
set(GIT_URL "https://github.com/tfussell/xlnt.git")
-set(GIT_REV "f908dca6fe342f44b814073947aaccc69df7c9b6")
+set(GIT_REV "d7cd24c9f2092f691e266e872a3f297e10f60315")
if(NOT EXISTS "${DOWNLOADS}/xlnt.git")
message(STATUS "Cloning")
@@ -27,14 +27,8 @@ if(NOT EXISTS "${CURRENT_BUILDTREES_DIR}/src/.git") WORKING_DIRECTORY ${DOWNLOADS}/xlnt.git
LOGNAME worktree
)
- message(STATUS "Updating sumbodules")
- vcpkg_execute_required_process(
- COMMAND ${GIT} submodule update --init --remote
- WORKING_DIRECTORY ${CURRENT_BUILDTREES_DIR}/src
- LOGNAME submodule
- )
endif()
-message(STATUS "Adding worktree and updating sumbodules done")
+message(STATUS "Adding worktree done")
vcpkg_configure_cmake(
SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src
|
