Skip to content
Snippets Groups Projects
Commit f1c3fcc7 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Include PEGTL using -system to avoid spurious warnings

parent c7af5df3
No related branches found
No related tags found
1 merge request!37Feature/language
......@@ -191,8 +191,8 @@ include_directories(${PUGS_SOURCE_DIR}/packages/rang/include)
# CLI11
include_directories(${PUGS_SOURCE_DIR}/packages/CLI11/include)
# PGETL
include_directories(${PUGS_SOURCE_DIR}/packages/PEGTL/include/tao)
# PEGTL
include_directories(SYSTEM ${PUGS_SOURCE_DIR}/packages/PEGTL/include/tao)
# Pugs src
add_subdirectory(src)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment