Instead of, for example, basis_find_package(VTK-7|6{vtkCommonCore}), which is used as the argument of the DEPENDS of the basis_project in the BasisProject.cmake file, allow the user to write basis_find_package(VTK 7|6 COMPONENTS vtkCommonCore) when calling the basis_find_package function directly. The 7|6 notation for alternative versions is currently not supported for the VERSION argument of basis_find_package.
Instead of, for example,
basis_find_package(VTK-7|6{vtkCommonCore})
, which is used as the argument of the DEPENDS of thebasis_project
in theBasisProject.cmake
file, allow the user to writebasis_find_package(VTK 7|6 COMPONENTS vtkCommonCore)
when calling thebasis_find_package
function directly. The7|6
notation for alternative versions is currently not supported for the VERSION argument ofbasis_find_package
.