mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 05:38:59 +08:00
a434cc74ea
* Replace Outcome single header based port with full fat cmake install port. * [outcome] Improve portfile.cmake * update baseline * Refactor @JackBoosY's changes to make the dependency SHA feature chosen. * update baseline * Fix outcome features so they actually work. * update baseline * [outcome] install usage * update baseline * [outcome] Always use vcpkg copies of dependencies * DO NOT MERGE YET, ONLY FOR INSPECTION BY PR REVIEW. 1. Break out these dependencies into standalone ports: - ned14-internal-quickcpplib - status-code 2. Add port for LLFIO. 3. Add dependency smoke tests for Outcome and LLFIO as per instructions. * Fix all remaining issues, including link failure. This changeset is now ready to merge into vcpkg. * Update versions. * Have LLFIO not build static or shared libs according to VCPKG_LIBRARY_LINKAGE. * Fix last commit breaking everything :) * Update versions. * Disable uwp support for LLFIO. * versions * Fix status code on GCC 6 and 7 * Don't download ntkernel-error-category if not on Windows. * Fix status-code on UWP. * Update versions. * Fix MSVC on ARM. * Apply all the feedback from the PR review, more or less. * versions * Update to latest, disable UWP for Outcome. Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
13 lines
638 B
Diff
13 lines
638 B
Diff
diff --git "a/cmake/headers.cmake" "b/cmake/headers.cmake"
|
|
index 108038d16..bf4807e16 100644
|
|
--- "a/cmake/headers.cmake"
|
|
+++ "b/cmake/headers.cmake"
|
|
@@ -47,7 +47,6 @@ set(outcome_HEADERS
|
|
"include/outcome/experimental/status-code/include/system_code_from_exception.hpp"
|
|
"include/outcome/experimental/status-code/include/system_error2.hpp"
|
|
"include/outcome/experimental/status-code/include/win32_code.hpp"
|
|
- "include/outcome/experimental/status-code/single-header/system_error2.hpp"
|
|
"include/outcome/experimental/status_outcome.hpp"
|
|
"include/outcome/experimental/status_result.hpp"
|
|
"include/outcome/iostream_support.hpp"
|