Skip to content

Allow use of external PEGTL

Orion Poplawski requested to merge opoplawski/vtk:pegtl into master

Not yet fully tested. Currently results in:

-- Found PEGTL: /usr/include (Required is at least version "2.4.0") 
CMake Warning at CMake/vtkModule.cmake:4750 (message):
  A third party dependency for VTK::pegtl was found externally using paths
  rather than targets; it is recommended to use imported targets rather than
  find_library and such.
Call Stack (most recent call first):
  CMake/vtkModule.cmake:4522 (vtk_module_third_party_external)
  ThirdParty/pegtl/CMakeLists.txt:1 (vtk_module_third_party)

Backport: release

Edited by Ben Boeckel

Merge request reports