mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 13:40:47 +08:00
[vtk] add warning for libx11_xt_lib on linux
This commit is contained in:
parent
da53f7c8d6
commit
a6b12004c7
@ -1,5 +1,5 @@
|
||||
Source: vtk
|
||||
Version: 8.1.0-5
|
||||
Version: 8.1.0-6
|
||||
Description: Software system for 3D computer graphics, image processing, and visualization
|
||||
Build-Depends: zlib, libpng, tiff, libxml2, jsoncpp, glew, freetype, expat, hdf5, libjpeg-turbo, proj4, lz4, libtheora
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
if(VCPKG_CMAKE_SYSTEM_NAME AND NOT VCPKG_CMAKE_SYSTEM_NAME STREQUAL "WindowsStore")
|
||||
message(WARNING "You will need to install Xorg dependencies to build vtk:\napt-get install libxt-dev\n")
|
||||
endif()
|
||||
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
set(VTK_SHORT_VERSION "8.1")
|
||||
|
Loading…
x
Reference in New Issue
Block a user