diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2019-03-14 06:51:16 +0100 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-03-13 22:51:16 -0700 |
| commit | 0e77ca352eea87a776f14843f048ea83e1a49255 (patch) | |
| tree | 159e386fc54e35c2886b362fcd195eccdaa9fb6a /ports/tiff/usage | |
| parent | fc9aa1528734ba86758708738c3839c1066ea861 (diff) | |
| download | vcpkg-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/usage | 8 |
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) |
