diff options
| author | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-07-29 17:48:14 +0900 |
|---|---|---|
| committer | Tsukasa Sugiura <t.sugiura0204@gmail.com> | 2017-07-29 17:48:14 +0900 |
| commit | 1abfae8a3defdc2573ae9f1cd569d4c750ec2dbe (patch) | |
| tree | 0792b04708ae7d11a156b092b8f769d28ac1f36f /ports/vtk/CONTROL | |
| parent | e4cab1750a110fcebf5d21c99d9db888f34c0656 (diff) | |
| download | vcpkg-1abfae8a3defdc2573ae9f1cd569d4c750ec2dbe.tar.gz vcpkg-1abfae8a3defdc2573ae9f1cd569d4c750ec2dbe.zip | |
Fix link the dependency libraries in debug configuration
Fix link the dependency libraries in debug configuration.
This commit will fixed a problem that linking dependency libraries of
release version in debug configuration.
Diffstat (limited to 'ports/vtk/CONTROL')
| -rw-r--r-- | ports/vtk/CONTROL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/vtk/CONTROL b/ports/vtk/CONTROL index dc00025bf..2b273560a 100644 --- a/ports/vtk/CONTROL +++ b/ports/vtk/CONTROL @@ -1,4 +1,4 @@ Source: vtk -Version: 7.1.1 +Version: 7.1.1-1 Description: Software system for 3D computer graphics, image processing, and visualization Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, qt5, msmpi |
