无法找到系统里的vtk库,以及关于xmake如何查找系统包编译参数的疑问 #3864
-
ubuntu18.04 aarch64架构。 |
Beta Was this translation helpful? Give feedback.
Answered by
xiaomi2077
Jul 17, 2023
Replies: 1 comment
-
自问自答一下吧。使用系统libvtk6-dev包,不能这么写 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xiaomi2077
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
自问自答一下吧。使用系统libvtk6-dev包,不能这么写
add_requires("apt::libvtk6-dev",{alias="vtk"})
。得这么写add_requires("cmake::VTK",{alias="vtk"})