Skip to content
Snippets Groups Projects
Commit 0eb75beb authored by Ben Boeckel's avatar Ben Boeckel
Browse files

pegtl: support finding an external pegtl library

parent 04330db0
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,7 @@ set(vtk_cmake_module_files
FindOpenSlide.cmake
FindOpenVR.cmake
FindOSMesa.cmake
FindPEGTL.cmake
FindTBB.cmake
FindTHEORA.cmake
Findutf8cpp.cmake
......
# pegtl
VTK can now be built against an external PEGTL library.
vtk_module_third_party_internal(
HEADER_ONLY
LICENSE_FILES "vtkpegtl/LICENSE"
VERSION "2.8.1")
vtk_module_third_party(
INTERNAL
HEADER_ONLY
LICENSE_FILES "vtkpegtl/LICENSE"
VERSION "2.8.1"
EXTERNAL
PACKAGE PEGTL
VERSION 2.0.0
TARGETS PEGTL::PEGTL
STANDARD_INCLUDE_DIRS)
configure_file(
"${CMAKE_CURRENT_SOURCE_DIR}/vtk_pegtl.h.in"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment