aboutsummaryrefslogtreecommitdiff
path: root/ports/tiff/usage
diff options
context:
space:
mode:
authorStefano Sinigardi <stesinigardi@hotmail.com>2019-03-14 06:51:16 +0100
committerPhil Christensen <philc@microsoft.com>2019-03-13 22:51:16 -0700
commit0e77ca352eea87a776f14843f048ea83e1a49255 (patch)
tree159e386fc54e35c2886b362fcd195eccdaa9fb6a /ports/tiff/usage
parentfc9aa1528734ba86758708738c3839c1066ea861 (diff)
downloadvcpkg-0e77ca352eea87a776f14843f048ea83e1a49255.tar.gz
vcpkg-0e77ca352eea87a776f14843f048ea83e1a49255.zip
[tiff] use vcpkg wrapper for all configs, remove dead code (#5584)
* [tiff] use vcpkg wrapper for all configs, remove dead code * [tiff] update CONTROL
Diffstat (limited to 'ports/tiff/usage')
-rw-r--r--ports/tiff/usage8
1 files changed, 4 insertions, 4 deletions
diff --git a/ports/tiff/usage b/ports/tiff/usage
index d5312603a..6b2f0f89e 100644
--- a/ports/tiff/usage
+++ b/ports/tiff/usage
@@ -1,4 +1,4 @@
-The package tiff is compatible with built-in CMake targets:
-
- find_package(TIFF REQUIRED)
- target_link_libraries(main PRIVATE TIFF::TIFF)
+The package tiff is compatible with built-in CMake targets:
+
+ find_package(TIFF REQUIRED)
+ target_link_libraries(main PRIVATE TIFF::TIFF)