aboutsummaryrefslogtreecommitdiff
path: root/ports/llfio/usage-error-code-static
diff options
context:
space:
mode:
authorNiall Douglas <s_github@nedprod.com>2021-04-23 21:27:19 +0100
committerGitHub <noreply@github.com>2021-04-23 13:27:19 -0700
commit03d35b030343934015900997cf452c8d71393246 (patch)
treec77bdd2d1aabab584501170df8eafc499adbe292 /ports/llfio/usage-error-code-static
parent9cdfdb60412d4c6c03478d5b1cda3150a04fd81a (diff)
downloadvcpkg-03d35b030343934015900997cf452c8d71393246.tar.gz
vcpkg-03d35b030343934015900997cf452c8d71393246.zip
[Outcome] update to v2.2.0 release. (#17362)
* Outcome v2.2.0 release. * LLFIO matching updated Outcome and its dependencies at https://github.com/microsoft/vcpkg/pull/17362. Also update usage docs, because a user complained about their incompleteness.
Diffstat (limited to 'ports/llfio/usage-error-code-static')
-rw-r--r--ports/llfio/usage-error-code-static1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/llfio/usage-error-code-static b/ports/llfio/usage-error-code-static
index 5ddc1c5b4..935e91039 100644
--- a/ports/llfio/usage-error-code-static
+++ b/ports/llfio/usage-error-code-static
@@ -3,6 +3,7 @@ The package llfio provides two CMake targets:
find_package(llfio CONFIG REQUIRED)
- If you want the header-only form of LLFIO:
+ find_package(Threads REQUIRED)
target_link_libraries(main PUBLIC llfio::hl)
- If you want the static library form of LLFIO with static NT kernel error code category: