aboutsummaryrefslogtreecommitdiff
path: root/ports/replxx/usage
diff options
context:
space:
mode:
authorchausner <15180557+chausner@users.noreply.github.com>2021-10-12 05:11:45 +0200
committerGitHub <noreply@github.com>2021-10-11 20:11:45 -0700
commit80e863f62c3dc70cdbd2f7745e0378342376e34f (patch)
tree3248879a235f22f46b4e2ffb70a2f2604aaad627 /ports/replxx/usage
parentf904f7354dce4cb396a4d0792e36319d78ccccfb (diff)
downloadvcpkg-80e863f62c3dc70cdbd2f7745e0378342376e34f.tar.gz
vcpkg-80e863f62c3dc70cdbd2f7745e0378342376e34f.zip
[replxx] Update to 0.0.3 (#20606)
* Update replxx to 0.0.3 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
Diffstat (limited to 'ports/replxx/usage')
-rw-r--r--ports/replxx/usage4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/replxx/usage b/ports/replxx/usage
deleted file mode 100644
index 5be648855..000000000
--- a/ports/replxx/usage
+++ /dev/null
@@ -1,4 +0,0 @@
-The package replxx is compatible with built-in CMake targets:
-
- FIND_PACKAGE(replxx REQUIRED)
- TARGET_LINK_LIBRARIES(main PRIVATE REPLXX::replxx)