Ensure be compatible with Arch Linux fast_float package
Hi, I noticed the below behavior when the function find_package(VTK REQUIRED)
is called.
CMake Error at /usr/lib/cmake/vtk/VTK-vtk-module-find-packages.cmake:3130 (find_package):
Could not find a configuration file for package "FastFloat" that is
compatible with requested version "5.1.0".
The following configuration files were considered but not accepted:
/usr/share/cmake/FastFloat/FastFloatConfig.cmake, version: 6.1.0
Call Stack (most recent call first):
/usr/lib/cmake/vtk/vtk-config.cmake:159 (include)
CMakeLists.txt:33 (find_package)
I am not sure if this is a proper way to take the version (lean from PKGBUILD)
but it will fix this error. Also, from namcap.log
shows python-wslink
could be an optional dependency.