aboutsummaryrefslogtreecommitdiff
path: root/ports/sail/usage
diff options
context:
space:
mode:
authorDmitry Baryshev <dmitrymq@gmail.com>2021-03-26 21:42:13 +0300
committerGitHub <noreply@github.com>2021-03-26 11:42:13 -0700
commita4782d3fac641020b9d1f5c96114a1e9c1c713fc (patch)
treeba536b3196749a967ba16c151fb3ecd83857e98d /ports/sail/usage
parentf351aed6b8b3f494479d283aa39e02d5f64ca628 (diff)
downloadvcpkg-a4782d3fac641020b9d1f5c96114a1e9c1c713fc.tar.gz
vcpkg-a4782d3fac641020b9d1f5c96114a1e9c1c713fc.zip
[sail] Update 0.9.0-pre11 -> 0.9.0-pre12 (#16806)
* [sail] update to v0.9.0-pre12 * [sail] update usage * [sail] move C++ configs * [sail] use new 0.9.0-pre12 tag * [sail] vcpkg x-add-version sail * [sail] version-string -> version-semver * [sail] vcpkg x-add-version sail --overwrite-version * [sail] Update port version to 1 * [sail] vcpkg x-add-version sail --overwrite-version * [sail] Update versions/s-/sail.json Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'ports/sail/usage')
-rw-r--r--ports/sail/usage2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/sail/usage b/ports/sail/usage
index 672b735e9..bf901e2e8 100644
--- a/ports/sail/usage
+++ b/ports/sail/usage
@@ -7,5 +7,5 @@ C libraries:
C++ bindings:
- find_package(Sail CONFIG REQUIRED)
+ find_package(SailC++ CONFIG REQUIRED)
target_link_libraries(main PRIVATE SAIL::sail-c++)