mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:59:07 +08:00
[folly] Delete FindLibUnwind.cmake (#37020)
This commit is contained in:
parent
936588e231
commit
d798cd7ff1
@ -32,6 +32,7 @@ file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindGMock.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindGflags.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindGlog.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindLibEvent.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindLibUnwind.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindSodium.cmake")
|
||||
file(REMOVE "${SOURCE_PATH}/build/fbcode_builder/CMake/FindZstd.cmake")
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "folly",
|
||||
"version-string": "2024.01.01.00",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "An open-source C++ library developed and used at Facebook. The library is UNSTABLE on Windows",
|
||||
"homepage": "https://github.com/facebook/folly",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -2770,7 +2770,7 @@
|
||||
},
|
||||
"folly": {
|
||||
"baseline": "2024.01.01.00",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"font-chef": {
|
||||
"baseline": "1.1.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6498cc8e72c9193c4aacedadf34ad4477de5c657",
|
||||
"version-string": "2024.01.01.00",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "d9bc612fada471c0339350d455290614c57027ac",
|
||||
"version-string": "2024.01.01.00",
|
||||
|
Loading…
Reference in New Issue
Block a user