aboutsummaryrefslogtreecommitdiff
path: root/ports/gppanel/usage
diff options
context:
space:
mode:
authorras0219 <533828+ras0219@users.noreply.github.com>2021-02-08 18:30:48 -0800
committerGitHub <noreply@github.com>2021-02-08 18:30:48 -0800
commitea11604579181b0ff790be223ee3ded3068142f9 (patch)
tree59029f22c2752728954c3301f715ba9e07d8d363 /ports/gppanel/usage
parent5957dcb91255b962c484093e33bc9414b6f3e29c (diff)
downloadvcpkg-ea11604579181b0ff790be223ee3ded3068142f9.tar.gz
vcpkg-ea11604579181b0ff790be223ee3ded3068142f9.zip
[wxwidgets] Fix #4756 (#13361)
* [wxwidgets] Fix #4756 * [wxwidgets] Avoid replacing FindwxWidgets from CMake * [wxwidgets] Provide usage information * [gppanel] Use built-in CMake module * [wxchartdir] Use built-in CMake module * [wxwidgets] Fixup for applocal-ing * [wxwidgets] Fix osx builds * Update port_versions * [gppanel][wxchartdir][wxwidgets] Change versioning schemas Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com>
Diffstat (limited to 'ports/gppanel/usage')
-rw-r--r--ports/gppanel/usage4
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/gppanel/usage b/ports/gppanel/usage
deleted file mode 100644
index 1ad1e6c42..000000000
--- a/ports/gppanel/usage
+++ /dev/null
@@ -1,4 +0,0 @@
-The package gppanel provides CMake targets:
-
- find_package(gpPanel CONFIG REQUIRED)
- target_link_libraries(main PRIVATE gpPanel)