[marl] Update to 2019-09-13 (#8161)

This commit is contained in:
myd7349 2019-09-13 23:32:39 +08:00 committed by Curtis J Bezault
parent 191c864927
commit 16c0aa4579
2 changed files with 4 additions and 8 deletions

View File

@ -1,4 +1,4 @@
Source: marl Source: marl
Version: 2019-09-11 Version: 2019-09-13
Description: A hybrid thread/fiber task scheduler written in C++ 11 Description: A hybrid thread/fiber task scheduler written in C++ 11
Homepage: https://github.com/google/marl Homepage: https://github.com/google/marl

View File

@ -9,8 +9,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO google/marl REPO google/marl
REF a2918916e74a929a881b18983a3a50e53aa9e1c2 REF bf3e23083979c3bd3de1c77346b655eec423b3bc
SHA512 7765f79066e27ba8ad656db4a3a3623d5e9e6c3784b22d53ae4b9450d351bcb7b1f08f2ca8387c80b48b9f4dd7b0fb48a69914d3afa683fb20f0c236353337ff SHA512 8c85b9a2b7e3cb397fc11c4bf32c5f62d4113ab6af92861c93472299f1b9296edef4dd8d1eb24db242fe55b52f33d2e058a4ce91fbaa793ffa4d5f4c8e336251
HEAD_REF master HEAD_REF master
) )
@ -23,11 +23,7 @@ vcpkg_configure_cmake(
vcpkg_install_cmake() vcpkg_install_cmake()
if(EXISTS ${CURRENT_PACKAGES_DIR}/cmake) vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
vcpkg_fixup_cmake_targets(CONFIG_PATH cmake)
elseif(EXISTS ${CURRENT_PACKAGES_DIR}/lib/cmake/${PORT})
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/${PORT})
endif()
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)